(1461.5ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (19.9ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (146.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (115.6ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (1.6ms) SELECT pg_try_advisory_lock(3816127366556348340)  (4.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.8ms) BEGIN  (95.6ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (41.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (29.7ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (12.1ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.2ms) BEGIN  (81.6ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.4ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (1.0ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (29.6ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (30.8ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (31.3ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (37.7ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (31.3ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (13.1ms) COMMIT Migrating to CreateActivities (20151221173228)  (1.3ms) BEGIN  (117.3ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (41.0ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (45.8ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (30.7ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (30.7ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (37.3ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (31.3ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (17.6ms) COMMIT Migrating to CreateSettings (20160122201215)  (0.2ms) BEGIN  (70.1ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (16.6ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.3ms) BEGIN  (70.0ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.3ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (15.9ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.3ms) BEGIN  (97.1ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (14.0ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (1.0ms) BEGIN  (95.8ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (35.5ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (12.8ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.3ms) BEGIN  (78.9ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (47.3ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (14.6ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (1.4ms) BEGIN  (101.3ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (19.4ms) COMMIT Migrating to CreateAppearances (20160201210520)  (1.1ms) BEGIN  (107.7ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (50.0ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (2.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (18.3ms) COMMIT Migrating to CreateCustomizes (20170603145521)  (0.2ms) BEGIN  (83.0ms) CREATE TABLE "customizes" ("id" bigserial primary key, "file" character varying, "installed" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20170603145521"]]  (13.4ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.3ms) BEGIN  (67.5ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (11.5ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.3ms) BEGIN  (98.4ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (33.9ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (11.9ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (1.5ms) BEGIN  (76.1ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.2ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (18.4ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (0.4ms) BEGIN  (77.8ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.2ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (17.0ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (0.3ms) BEGIN  (70.6ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.1ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (17.5ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (0.3ms) BEGIN  (70.0ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (26.4ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (0.4ms) BEGIN  (88.3ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (6.3ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (1.0ms) BEGIN  (177.7ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (93.7ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (15.3ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (0.8ms) BEGIN  (96.4ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (15.1ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (0.2ms) BEGIN  (72.9ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (14.1ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (0.4ms) BEGIN  (79.8ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (13.8ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (0.4ms) BEGIN  (108.3ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (39.1ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (93.6ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (31.6ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (30.8ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (12.9ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (0.5ms) BEGIN  (66.9ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.2ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (11.1ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (0.3ms) BEGIN  (75.6ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (11.4ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (0.3ms) BEGIN  (0.6ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (3.9ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (0.2ms) BEGIN  (67.5ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.9ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (3.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (15.0ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.2ms) BEGIN  (69.3ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.1ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (18.4ms) COMMIT Migrating to CreateSeos (20180904144238)  (0.3ms) BEGIN  (48.2ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.0ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (65.7ms) COMMIT ActiveRecord::InternalMetadata Load (0.4ms) 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 Create (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-11-08 15:22:53.318976"], ["updated_at", "2018-11-08 15:22:53.318976"]]  (20.4ms) COMMIT  (0.4ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-11-08 15:22:53.845786"], ["updated_at", "2018-11-08 15:22:53.845786"]]  (5.3ms) COMMIT  (0.5ms) BEGIN Role Exists (0.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "admin"], ["created_at", "2018-11-08 15:22:53.858009"], ["updated_at", "2018-11-08 15:22:53.858009"]]  (9.3ms) COMMIT  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "client"], ["LIMIT", 1]] Role Create (0.5ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "client"], ["created_at", "2018-11-08 15:22:53.872510"], ["updated_at", "2018-11-08 15:22:53.872510"]]  (3.6ms) COMMIT Role Load (1.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) 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", 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", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (1.0ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-db76499a"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$YTiLIafWwDxaa9lCE6Dr.ukPbYL6bn7uuUsPe3TXk7dg1vBQLLhuK"], ["created_at", "2018-11-08 15:22:55.171511"], ["updated_at", "2018-11-08 15:22:55.171511"]] 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", "User"], ["trackable_id", 1], ["key", "user.create"], ["created_at", "2018-11-08 15:22:55.366050"], ["updated_at", "2018-11-08 15:22:55.366050"]] User::HABTM_Roles Create (0.9ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (24.5ms) COMMIT  (0.3ms) BEGIN Customize Create (0.9ms) INSERT INTO "customizes" ("installed", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["installed", true], ["created_at", "2018-11-08 15:22:55.437919"], ["updated_at", "2018-11-08 15:22:55.437919"]] PublicActivity::Activity Create (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", 1], ["key", "customize.create"], ["created_at", "2018-11-08 15:22:55.441428"], ["updated_at", "2018-11-08 15:22:55.441428"]]  (10.9ms) COMMIT  (1.5ms) BEGIN Setting Create (1.7ms) INSERT INTO "settings" ("name", "description", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["created_at", "2018-11-08 15:22:55.903235"], ["updated_at", "2018-11-08 15:22:55.903235"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-11-08 15:22:55.914441"], ["updated_at", "2018-11-08 15:22:55.914441"]] SmtpSetting Create (0.8ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "test"], ["port", "25"], ["domain_name", "keppler.com"], ["email", "info@keppler.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-11-08 15:22:55.917278"], ["updated_at", "2018-11-08 15:22:55.917278"]] GoogleAnalyticsSetting Create (0.8ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "60688852"], ["ga_tracking_id", "UA-60688852-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-11-08 15:22:55.920117"], ["updated_at", "2018-11-08 15:22:55.920117"]]  (9.6ms) COMMIT SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.1ms) BEGIN SocialAccount Create (0.6ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-11-08 15:22:55.964598"], ["updated_at", "2018-11-08 15:22:55.964598"]]  (7.7ms) COMMIT Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.2ms) BEGIN Appearance Create (0.9ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-11-08 15:22:56.003622"], ["updated_at", "2018-11-08 15:22:56.003622"]]  (9.7ms) COMMIT  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-11-08 15:22:56.021227"], ["updated_at", "2018-11-08 15:22:56.021227"]]  (6.2ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (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", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-11-08 15:22:56.056138"], ["updated_at", "2018-11-08 15:22:56.056138"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-08 15:22:56.063279"], ["updated_at", "2018-11-08 15:22:56.063279"]]  (8.0ms) COMMIT  (0.2ms) BEGIN KepplerFrontend::Partial Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (0.8ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-11-08 15:22:56.112440"], ["updated_at", "2018-11-08 15:22:56.112440"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-11-08 15:22:56.121157"], ["updated_at", "2018-11-08 15:22:56.121157"]]  (8.1ms) COMMIT Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-08 13:29:48 -0400  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.6ms) 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 (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (27.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 700ms (ActiveRecord: 67.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-08 13:29:50 -0400 Processing by Devise::SessionsController#new 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 [["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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (105.7ms) Rendered admin/layouts/_head.html.haml (50684.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 51013ms (Views: 50951.1ms | ActiveRecord: 4.7ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-08 13:30:42 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-08 13:30:43 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-08 13:30:43 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-08 13:30:43 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-08 13:30:43 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-08 13:30:43 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-08 13:30:47 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-08 13:30:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-08 13:30:47 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-08 13:41:43 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/IpqNUWEFXHDNsOYxe9h+urQj3IJMXgx6h5GmqNW39jhP0/TlFembysuucepugI/hNveFyJWw0GaQcoaN3TwPA==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (1.4ms) BEGIN  (0.5ms) ROLLBACK Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-11-08 17:41:43.835203"], ["last_sign_in_at", "2018-11-08 17:41:43.835203"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-11-08 17:41:43.836157"], ["id", 1]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-08 17:41:43.942042"], ["updated_at", "2018-11-08 17:41:43.942042"]]  (92.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views Completed 302 Found in 1097ms (ActiveRecord: 165.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-08 13:41:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (32.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (15.9ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (7.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (14.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (166.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (535.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (89.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (33.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (873.4ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 2593ms (Views: 1952.8ms | ActiveRecord: 84.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-08 13:41:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-08 13:41:48 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-08 13:41:48 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-08 13:41:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (2.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.2ms | ActiveRecord: 13.0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-08 13:41:51 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (217.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (507.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.6ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Completed 200 OK in 2481ms (Views: 872.4ms | ActiveRecord: 13.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-08 13:41:55 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-08 13:41:55 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-08 13:41:55 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-08 13:41:55 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-08 13:41:55 -0400 Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-08 13:42:01 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (2.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (32.6ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (20.6ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (8.0ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (103.4ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (554.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (8.8ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Completed 200 OK in 1144ms (Views: 805.8ms | ActiveRecord: 33.4ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-08 13:42:02 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) KepplerLanguages::Language Load (0.7ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (17.7ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (7.1ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (59.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1167.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.9ms) Rendered admin/layouts/_messages.html.haml (61.3ms) Rendered admin/layouts/_preloader.html.haml (9.2ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Completed 200 OK in 2675ms (Views: 1496.6ms | ActiveRecord: 11.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-08 13:42:05 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-08 13:42:06 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-08 13:42:06 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-08 13:42:06 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (7.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (6.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 156ms (Views: 1.9ms | ActiveRecord: 26.2ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-08 16:05:08 -0400 Processing by Admin::UsersController#index as HTML Setting Load (21.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (30.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (30.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (2.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.7ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.5ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (28.1ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (1.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (14.5ms) Rendered public_activity/layout/_create.html.haml (7.6ms) Rendered admin/users/_description.html.haml (44.4ms) Rendered admin/users/index.html.haml within admin/layouts/application (267.0ms) Rendered admin/layouts/_head.html.haml (4288.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (62.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (7.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 5551ms (Views: 4740.3ms | ActiveRecord: 107.2ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-08 16:05:21 -0400 Processing by Admin::UsersController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.2ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (1.2ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (13.4ms) CACHE (0.1ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (6.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (3.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (12.9ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered admin/users/_description.html.haml (37.9ms) Rendered admin/users/index.html.haml within admin/layouts/application (101.6ms) Rendered admin/layouts/_head.html.haml (462.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 728ms (Views: 680.0ms | ActiveRecord: 27.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-08 16:05:24 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-08 16:05:24 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-08 16:05:24 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-08 16:05:24 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.4ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 0.7ms | ActiveRecord: 13.9ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-11-08 16:05:28 -0400 Processing by Admin::UsersController#new as HTML Setting Load (3.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (301.7ms) Rendered admin/users/new.html.haml within admin/layouts/application (316.7ms) Rendered admin/layouts/_head.html.haml (402.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.9ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 878ms (Views: 814.9ms | ActiveRecord: 14.9ms) Started POST "/admin/settings/lang/es" for 127.0.0.1 at 2018-11-08 16:05:39 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"+ZhtnJtgfmA00ZhIxiLmASjzM+BT2khgSk1w7wTNIgargMeTq6MHrg19B7/A8OwqrifC5+zoIkOCT2kda453OA==", "locale"=>"es"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.4ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "es"], ["updated_at", "2018-11-08 20:05:39.906869"], ["id", 1]]  (28.2ms) COMMIT Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/users/new Completed 302 Found in 161ms (ActiveRecord: 36.2ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-11-08 16:05:39 -0400 Processing by Admin::UsersController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE 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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (49.1ms) Rendered admin/users/new.html.haml within admin/layouts/application (53.6ms) Rendered admin/layouts/_head.html.haml (429.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.8ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Completed 200 OK in 602ms (Views: 583.6ms | ActiveRecord: 5.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-08 16:05:40 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-08 16:05:40 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-09 07:28:42 -0400  (61.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::MetaTagsController#index as HTML Setting Load (103.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (96.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (92.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (45.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 1346ms (ActiveRecord: 469.8ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-09 07:28:46 -0400 Processing by Devise::SessionsController#new 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 (1.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (130.5ms) Rendered admin/layouts/_head.html.haml (45497.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Completed 200 OK in 45952ms (Views: 45893.3ms | ActiveRecord: 10.2ms) Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 07:29:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 07:29:33 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 07:29:33 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-09 07:32:58 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pK0XR+/CLO/srEZC/MCBlgwX3pO5abpN+8z9ppQEz5qBKBEcJE9YalkM8sfiHUtmq8aFiI9wPcVaYIy2ga/NAg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK 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.9ms) 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]] User Load (123.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-09 11:33:00.549869"], ["last_sign_in_at", "2018-11-08 20:24:43.152224"], ["sign_in_count", 3], ["updated_at", "2018-11-09 11:33:00.551310"], ["id", 1]] PublicActivity::Activity Create (120.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-09 11:33:00.763076"], ["updated_at", "2018-11-09 11:33:00.763076"]]  (31.4ms) COMMIT Redirected to http://localhost:3000/admin/meta_tags Completed 302 Found in 1988ms (ActiveRecord: 285.4ms) Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-09 07:33:01 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (77.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (53.3ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (24.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (19.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (6.5ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (184.1ms) Rendered admin/layouts/_head.html.haml (1922.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (195.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (21.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1093.1ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (25.1ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 4034ms (Views: 3450.7ms | ActiveRecord: 272.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-09 07:33:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 07:33:06 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 07:33:06 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-09 07:33:08 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.9ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 1.0ms | ActiveRecord: 8.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-09 07:33:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (57.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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (8.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (46.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (107.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (482.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.2ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 1040ms (Views: 723.8ms | ActiveRecord: 98.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-09 07:33:36 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-09 07:33:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.1ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.3ms | ActiveRecord: 10.5ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-09 08:16:07 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (32.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (43.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (40.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (14.1ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerLanguages::Language Load (0.9ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (19.2ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (8.5ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (176.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (3528.3ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (72.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.5ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Completed 200 OK in 4596ms (Views: 3937.4ms | ActiveRecord: 208.0ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-09 08:16:19 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (1.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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.5ms) KepplerLanguages::Language Load (1.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (20.3ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (7.6ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (78.3ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (539.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.0ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 768ms (Views: 737.0ms | ActiveRecord: 11.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-09 08:16:20 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 08:16:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 08:16:21 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-09 08:16:21 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 0.8ms | ActiveRecord: 12.8ms) Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:26:44 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} Setting Load (21.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (33.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (27.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (491.7ms) Rendered admin/settings/_form.html.haml (952.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (978.1ms) Rendered admin/layouts/_head.html.haml (3977.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (78.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 5688ms (Views: 5062.9ms | ActiveRecord: 217.3ms) Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:26:53 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (18.3ms) Rendered admin/settings/_form.html.haml (24.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (28.8ms) Rendered admin/layouts/_head.html.haml (728.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.7ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 898ms (Views: 874.1ms | ActiveRecord: 7.7ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-09 09:26:55 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-09 09:26:55 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-09 09:26:55 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-09 09:26:55 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 09:26:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 09:26:56 -0400 Started PUT "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:30:53 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yk5x3JXDQhCJJq3T5nYdvD3RSTP8tJPrSLCLpwlOY7wDBGExqxi91zxkaq+exSsbt62o8Uud7zczWXDsm/ipBw==", "setting"=>{"google_analytics_setting_attributes"=>{"ga_account_id"=>"129023103", "ga_tracking_id"=>"UA-129023103-1", "id"=>"1"}, "google_analytics_setting"=>{"ga_status"=>"true"}}, "commit"=>"Aplicar", "config"=>"google_analytics_setting"} Setting Load (101.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (71.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (15.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (32.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (22.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :google_analytics_setting  (0.4ms) BEGIN GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] GoogleAnalyticsSetting Destroy (28.6ms) DELETE FROM "google_analytics_settings" WHERE "google_analytics_settings"."id" = $1 [["id", 1]] PublicActivity::Activity Create (56.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 13:31:01.481115"], ["updated_at", "2018-11-09 13:31:01.481115"]] GoogleAnalyticsSetting Create (10.1ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["ga_account_id", "129023103"], ["ga_tracking_id", "UA-129023103-1"], ["setting_id", 1], ["created_at", "2018-11-09 13:31:01.624096"], ["updated_at", "2018-11-09 13:31:01.624096"]]  (61.0ms) COMMIT  (0.4ms) BEGIN GoogleAnalyticsSetting Update (8.6ms) UPDATE "google_analytics_settings" SET "ga_status" = $1, "updated_at" = $2 WHERE "google_analytics_settings"."id" = $3 [["ga_status", true], ["updated_at", "2018-11-09 13:31:01.724597"], ["id", 2]]  (14.6ms) COMMIT Completed 500 Internal Server Error in 3800ms (ActiveRecord: 451.1ms) NoMethodError - undefined method `include?' for nil:NilClass: app/controllers/admin/settings_controller.rb:68:in `parsed_color' app/controllers/admin/settings_controller.rb:23:in `update' Started POST "/__better_errors/6bd7e2f53a1c3d85/variables" for 127.0.0.1 at 2018-11-09 09:31:06 -0400 PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] Started PUT "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:31:22 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yk5x3JXDQhCJJq3T5nYdvD3RSTP8tJPrSLCLpwlOY7wDBGExqxi91zxkaq+exSsbt62o8Uud7zczWXDsm/ipBw==", "setting"=>{"google_analytics_setting_attributes"=>{"ga_account_id"=>"129023103", "ga_tracking_id"=>"UA-129023103-1", "id"=>"1"}, "google_analytics_setting"=>{"ga_status"=>"true"}}, "commit"=>"Aplicar", "config"=>"google_analytics_setting"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :google_analytics_setting  (0.4ms) BEGIN GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] GoogleAnalyticsSetting Destroy (0.6ms) DELETE FROM "google_analytics_settings" WHERE "google_analytics_settings"."id" = $1 [["id", 2]] PublicActivity::Activity Create (12.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 13:31:22.870020"], ["updated_at", "2018-11-09 13:31:22.870020"]] GoogleAnalyticsSetting Create (0.5ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["ga_account_id", "129023103"], ["ga_tracking_id", "UA-129023103-1"], ["setting_id", 1], ["created_at", "2018-11-09 13:31:22.884301"], ["updated_at", "2018-11-09 13:31:22.884301"]]  (89.2ms) COMMIT  (0.4ms) BEGIN GoogleAnalyticsSetting Update (0.8ms) UPDATE "google_analytics_settings" SET "ga_status" = $1, "updated_at" = $2 WHERE "google_analytics_settings"."id" = $3 [["ga_status", true], ["updated_at", "2018-11-09 13:31:22.977389"], ["id", 3]]  (86.7ms) COMMIT Completed 500 Internal Server Error in 302ms (ActiveRecord: 198.9ms) NoMethodError - undefined method `include?' for nil:NilClass: app/controllers/admin/settings_controller.rb:68:in `parsed_color' app/controllers/admin/settings_controller.rb:23:in `update' Started POST "/__better_errors/bfe19f882476cb5b/variables" for 127.0.0.1 at 2018-11-09 09:31:23 -0400 PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] Started PUT "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:31:39 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yk5x3JXDQhCJJq3T5nYdvD3RSTP8tJPrSLCLpwlOY7wDBGExqxi91zxkaq+exSsbt62o8Uud7zczWXDsm/ipBw==", "setting"=>{"google_analytics_setting_attributes"=>{"ga_account_id"=>"129023103", "ga_tracking_id"=>"UA-129023103-1", "id"=>"1"}, "google_analytics_setting"=>{"ga_status"=>"true"}}, "commit"=>"Aplicar", "config"=>"google_analytics_setting"} Setting Load (0.8ms) 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :google_analytics_setting  (0.2ms) BEGIN GoogleAnalyticsSetting Load (0.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] GoogleAnalyticsSetting Destroy (0.4ms) DELETE FROM "google_analytics_settings" WHERE "google_analytics_settings"."id" = $1 [["id", 3]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 13:31:39.513031"], ["updated_at", "2018-11-09 13:31:39.513031"]] GoogleAnalyticsSetting Create (0.4ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["ga_account_id", "129023103"], ["ga_tracking_id", "UA-129023103-1"], ["setting_id", 1], ["created_at", "2018-11-09 13:31:39.514547"], ["updated_at", "2018-11-09 13:31:39.514547"]]  (51.8ms) COMMIT  (0.3ms) BEGIN GoogleAnalyticsSetting Update (0.7ms) UPDATE "google_analytics_settings" SET "ga_status" = $1, "updated_at" = $2 WHERE "google_analytics_settings"."id" = $3 [["ga_status", true], ["updated_at", "2018-11-09 13:31:39.569834"], ["id", 4]]  (54.2ms) COMMIT Completed 500 Internal Server Error in 138ms (ActiveRecord: 113.8ms) NoMethodError - undefined method `include?' for nil:NilClass: app/controllers/admin/settings_controller.rb:68:in `parsed_color' app/controllers/admin/settings_controller.rb:23:in `update' Started POST "/__better_errors/cbcb8c799de76e4f/variables" for 127.0.0.1 at 2018-11-09 09:31:40 -0400 PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:31:53 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (26.7ms) Rendered admin/settings/fields/_appearance.html.haml (314.0ms) Rendered admin/settings/_form.html.haml (522.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (537.7ms) Rendered admin/layouts/_head.html.haml (5627.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (54.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (21.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 6551ms (Views: 6351.2ms | ActiveRecord: 28.4ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:31:59 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 09:32:00 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.5ms) Rendered admin/settings/fields/_appearance.html.haml (58.0ms) Rendered admin/settings/_form.html.haml (64.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (68.2ms) Rendered admin/layouts/_head.html.haml (551.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.0ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 781ms (Views: 758.3ms | ActiveRecord: 6.9ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:32:04 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.8ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.2ms) Rendered admin/settings/fields/_appearance.html.haml (43.0ms) Rendered admin/settings/_form.html.haml (50.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (54.1ms) Rendered admin/layouts/_head.html.haml (488.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.5ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 680ms (Views: 653.7ms | ActiveRecord: 8.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 09:32:06 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 09:32:06 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:32:06 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 09:32:06 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (18.9ms) Rendered admin/settings/fields/_appearance.html.haml (75.4ms) Rendered admin/settings/_form.html.haml (83.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (89.5ms) Rendered admin/layouts/_head.html.haml (1009.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (88.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.0ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 1282ms (Views: 1254.9ms | ActiveRecord: 12.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-09 09:32:07 -0400 Started PUT "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:32:14 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ypYbGq5SarD1QY0Dx3+IlBpGYJOm5JPmVI3IE2/c4TAD3Av3kImVd0ADSn+/zL4zkDqBURHN7zovZDNY/Woriw==", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "color"=>"F44336", "commit"=>"Aplicar", "setting"=>{"appearance_attributes"=>{"language"=>"es", "id"=>"1"}}, "config"=>"appearance"} 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.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 13:32:14.248055"], ["updated_at", "2018-11-09 13:32:14.248055"]]  (77.7ms) COMMIT Redirected to http://localhost:3000/admin/settings/appearance Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (150.1ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) 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"]] Completed 302 Found in 950ms (ActiveRecord: 347.1ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:32:15 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (17.7ms) Rendered admin/settings/fields/_appearance.html.haml (50.6ms) Rendered admin/settings/_form.html.haml (56.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (60.2ms) Rendered admin/layouts/_head.html.haml (14833.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (74.6ms) Rendered admin/layouts/_messages.html.haml (31.9ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Completed 200 OK in 15074ms (Views: 15054.5ms | ActiveRecord: 6.1ms) Started GET "/assets/admin/application.self-eb10db2c0dcdcbb7dbd881add907ac64b321629d979022d547ee07ff90dc84bc.css?body=1" for 127.0.0.1 at 2018-11-09 09:32:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 09:32:31 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 09:32:31 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 09:32:31 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 09:32:31 -0400 Setting Load (9.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) 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 (2.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (24.2ms) Rendered admin/settings/fields/_appearance.html.haml (80.1ms) Rendered admin/settings/_form.html.haml (99.8ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (111.4ms) Rendered admin/layouts/_head.html.haml (1075.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.9ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Completed 200 OK in 1402ms (Views: 1340.2ms | ActiveRecord: 28.8ms) Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:32:43 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (43.6ms) Rendered admin/settings/_form.html.haml (73.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (77.8ms) Rendered admin/layouts/_head.html.haml (481.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 685ms (Views: 665.2ms | ActiveRecord: 7.2ms) Started PUT "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:32:47 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mevmjwae6yeLPEe/X+5l8NuwcxJwQy4ziEQw/3zKDqfY5x7eVZpgh8dMULbm8vm4tiH9q6T6zGTE8FlnyU2zrA==", "setting"=>{"google_analytics_setting_attributes"=>{"ga_account_id"=>"129023103", "ga_tracking_id"=>"UA-129023103-1", "id"=>"4"}, "google_analytics_setting"=>{"ga_status"=>"true"}}, "commit"=>"Aplicar", "config"=>"google_analytics_setting"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :google_analytics_setting  (0.3ms) BEGIN GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] GoogleAnalyticsSetting Destroy (0.6ms) DELETE FROM "google_analytics_settings" WHERE "google_analytics_settings"."id" = $1 [["id", 4]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 13:32:47.219870"], ["updated_at", "2018-11-09 13:32:47.219870"]] GoogleAnalyticsSetting Create (0.6ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["ga_account_id", "129023103"], ["ga_tracking_id", "UA-129023103-1"], ["setting_id", 1], ["created_at", "2018-11-09 13:32:47.222737"], ["updated_at", "2018-11-09 13:32:47.222737"]]  (67.1ms) COMMIT  (0.3ms) BEGIN GoogleAnalyticsSetting Update (0.6ms) UPDATE "google_analytics_settings" SET "ga_status" = $1, "updated_at" = $2 WHERE "google_analytics_settings"."id" = $3 [["ga_status", true], ["updated_at", "2018-11-09 13:32:47.295717"], ["id", 5]]  (98.0ms) COMMIT Completed 500 Internal Server Error in 220ms (ActiveRecord: 178.7ms) NoMethodError - undefined method `include?' for nil:NilClass: app/controllers/admin/settings_controller.rb:68:in `parsed_color' app/controllers/admin/settings_controller.rb:23:in `update' Started POST "/__better_errors/14308b5343515753/variables" for 127.0.0.1 at 2018-11-09 09:32:47 -0400 PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] Started PUT "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 09:32:58 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"h43luBn4i3VS5K27etcl5GRA4V1c7QftKNkl2k1AZM9Ox/VVJyN0suemascCZBND7jwAn+vEezFTMN6R3/audA==", "setting"=>{"google_analytics_setting_attributes"=>{"ga_account_id"=>"129023103", "ga_tracking_id"=>"UA-129023103-1", "id"=>"4"}, "google_analytics_setting"=>{"ga_status"=>"true"}}, "commit"=>"Aplicar", "config"=>"google_analytics_setting"} 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 (1.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :google_analytics_setting  (0.2ms) BEGIN GoogleAnalyticsSetting Load (0.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] GoogleAnalyticsSetting Destroy (0.4ms) DELETE FROM "google_analytics_settings" WHERE "google_analytics_settings"."id" = $1 [["id", 5]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 13:32:58.496896"], ["updated_at", "2018-11-09 13:32:58.496896"]] GoogleAnalyticsSetting Create (0.4ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["ga_account_id", "129023103"], ["ga_tracking_id", "UA-129023103-1"], ["setting_id", 1], ["created_at", "2018-11-09 13:32:58.498455"], ["updated_at", "2018-11-09 13:32:58.498455"]]  (57.0ms) COMMIT  (0.3ms) BEGIN GoogleAnalyticsSetting Update (0.4ms) UPDATE "google_analytics_settings" SET "ga_status" = $1, "updated_at" = $2 WHERE "google_analytics_settings"."id" = $3 [["ga_status", true], ["updated_at", "2018-11-09 13:32:58.558863"], ["id", 6]]  (44.9ms) COMMIT Completed 500 Internal Server Error in 140ms (ActiveRecord: 112.0ms) NoMethodError - undefined method `include?' for nil:NilClass: app/controllers/admin/settings_controller.rb:68:in `parsed_color' app/controllers/admin/settings_controller.rb:23:in `update' Started POST "/__better_errors/473fe43bbe1eda48/variables" for 127.0.0.1 at 2018-11-09 09:32:58 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-09 09:48:16 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.1ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (88.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (475.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 3445ms (Views: 664.6ms | ActiveRecord: 9.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 09:48:23 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 09:48:23 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-09 09:48:23 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-09 09:48:23 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-09 09:48:23 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-09 09:48:29 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-09 09:48:29 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-09 09:48:29 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-09 09:48:29 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/partials" for 127.0.0.1 at 2018-11-09 10:00:59 -0400 Processing by KepplerFrontend::Admin::PartialsController#index 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (72.5ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::Partial Load (0.6ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml (27.5ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 50]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (8.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml (17.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application (111.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (587.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (1.9ms) Completed 200 OK in 972ms (Views: 793.3ms | ActiveRecord: 138.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-09 10:01:00 -0400 Started GET "/admin/frontend/partials/page/1.json" for 127.0.0.1 at 2018-11-09 10:01:00 -0400 Processing by KepplerFrontend::Admin::PartialsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" KepplerFrontend::Partial Load (0.9ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 1.7ms | ActiveRecord: 6.8ms) Started GET "/admin/dashboard" for ::1 at 2018-11-09 11:57:26 -0400  (33.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (32.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (219.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (28884.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (85.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (772.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 32752ms (Views: 30192.3ms | ActiveRecord: 180.4ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for ::1 at 2018-11-09 11:58:02 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for ::1 at 2018-11-09 11:58:03 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for ::1 at 2018-11-09 11:58:04 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for ::1 at 2018-11-09 11:58:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for ::1 at 2018-11-09 11:58:06 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for ::1 at 2018-11-09 11:58:06 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for ::1 at 2018-11-09 11:58:07 -0400 Started GET "/admin/users" for ::1 at 2018-11-09 12:00:54 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) 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  (32.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.8ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.4ms) User Load (1.0ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (18.9ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (50.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (7.0ms) Rendered admin/users/_description.html.haml (101.3ms) Rendered admin/users/index.html.haml within admin/layouts/application (192.5ms) Rendered admin/layouts/_head.html.haml (524.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (54.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 1007ms (Views: 888.1ms | ActiveRecord: 56.1ms) Started GET "/assets/vue_admin/index.js" for ::1 at 2018-11-09 12:00:55 -0400 Started GET "/admin/users/page/1.json" for ::1 at 2018-11-09 12:00:55 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.8ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 0.8ms | ActiveRecord: 9.0ms) Started GET "/admin/locales/languages" for ::1 at 2018-11-09 12:01:00 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerLanguages::Language Load (0.9ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (26.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (6.6ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (85.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (502.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.6ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 830ms (Views: 719.1ms | ActiveRecord: 70.2ms) Started GET "/admin/locales/languages" for ::1 at 2018-11-09 12:01:01 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (16.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (10.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (64.2ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (571.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (93.0ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Completed 200 OK in 843ms (Views: 811.2ms | ActiveRecord: 11.3ms) Started GET "/assets/vue_admin/index.js" for ::1 at 2018-11-09 12:01:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for ::1 at 2018-11-09 12:01:03 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for ::1 at 2018-11-09 12:01:03 -0400 Started GET "/admin/locales/languages/page/1.json" for ::1 at 2018-11-09 12:01:03 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.9ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.5ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 0.9ms | ActiveRecord: 10.0ms) Started GET "/admin/space/capsules" for ::1 at 2018-11-09 12:01:10 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (61.2ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (17.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (8.4ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (87.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (548.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.7ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 1102ms (Views: 748.2ms | ActiveRecord: 77.6ms) Started GET "/admin/space/capsules" for ::1 at 2018-11-09 12:01:12 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (13.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (8.3ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (53.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (526.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.0ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 702ms (Views: 673.5ms | ActiveRecord: 10.1ms) Started GET "/assets/vue_admin/index.js" for ::1 at 2018-11-09 12:01:12 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for ::1 at 2018-11-09 12:01:13 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for ::1 at 2018-11-09 12:01:13 -0400 Started GET "/admin/space/capsules/page/1.json" for ::1 at 2018-11-09 12:01:13 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.5ms | ActiveRecord: 8.8ms) Started GET "/admin/dashboard" for ::1 at 2018-11-09 12:02:10 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.7ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (2.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (89.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (551.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (158.9ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 3001ms (Views: 856.0ms | ActiveRecord: 42.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for ::1 at 2018-11-09 12:02:14 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for ::1 at 2018-11-09 12:02:14 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for ::1 at 2018-11-09 12:02:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for ::1 at 2018-11-09 12:02:14 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for ::1 at 2018-11-09 12:02:14 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (21.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (890.6ms) DROP DATABASE IF EXISTS "keppler-core"  (0.3ms) DROP DATABASE IF EXISTS "keppler-core"  (1537.8ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (30.3ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (200.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (114.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.4ms) SELECT pg_try_advisory_lock(3816127366556348340)  (36.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.4ms) BEGIN  (95.2ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (44.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (38.4ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (15.7ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.5ms) BEGIN  (87.3ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (36.8ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (0.9ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (36.8ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (30.2ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (38.3ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (38.8ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (38.3ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (11.3ms) COMMIT Migrating to CreateActivities (20151221173228)  (0.5ms) BEGIN  (93.2ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.4ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (55.4ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (38.8ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (39.1ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (39.0ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (30.8ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (11.7ms) COMMIT Migrating to CreateSettings (20160122201215)  (0.4ms) BEGIN  (131.9ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (17.6ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.4ms) BEGIN  (95.6ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.4ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (16.2ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.3ms) BEGIN  (93.3ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (16.2ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (0.6ms) BEGIN  (94.5ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.0ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (24.3ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.5ms) BEGIN  (176.1ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.1ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (14.1ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (0.5ms) BEGIN  (63.3ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (14.2ms) COMMIT Migrating to CreateAppearances (20160201210520)  (0.4ms) BEGIN  (105.7ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.4ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (13.4ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.3ms) BEGIN  (93.9ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (22.0ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.4ms) BEGIN  (77.3ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (35.7ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (12.7ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (0.5ms) BEGIN  (91.7ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.5ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (10.0ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (0.5ms) BEGIN  (95.3ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.3ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (24.4ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (0.6ms) BEGIN  (76.0ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.8ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (16.8ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (0.6ms) BEGIN  (201.9ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (63.0ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (0.5ms) BEGIN  (146.1ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (15.6ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (0.7ms) BEGIN  (93.7ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.2ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (14.6ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (0.5ms) BEGIN  (100.7ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (14.5ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (0.4ms) BEGIN  (89.2ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (13.7ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (0.4ms) BEGIN  (88.4ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (14.4ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (0.4ms) BEGIN  (91.1ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (30.7ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (91.6ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (37.2ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (30.4ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (18.7ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (0.4ms) BEGIN  (84.6ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (36.8ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (10.4ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (0.3ms) BEGIN  (69.1ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (17.8ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (0.6ms) BEGIN  (0.6ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (36.0ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (0.3ms) BEGIN  (69.3ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.8ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (16.5ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.5ms) BEGIN  (85.3ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.8ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (16.1ms) COMMIT Migrating to CreateSeos (20180904144238)  (0.6ms) BEGIN  (37.2ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.0ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (15.4ms) COMMIT ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.3ms) BEGIN ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-11-09 16:02:51.091883"], ["updated_at", "2018-11-09 16:02:51.091883"]]  (9.9ms) COMMIT  (0.5ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (1.4ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-11-09 16:02:51.475053"], ["updated_at", "2018-11-09 16:02:51.475053"]]  (46.3ms) COMMIT Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (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", 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", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (0.7ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-0915f52e"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$v1DncsPOxYvSvb0HUu.tyeS2aI6vbZg/knhItgwowfFpPCggvd5T2"], ["created_at", "2018-11-09 16:02:51.844761"], ["updated_at", "2018-11-09 16:02:51.844761"]] 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", 1], ["key", "user.create"], ["created_at", "2018-11-09 16:02:51.874664"], ["updated_at", "2018-11-09 16:02:51.874664"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (33.6ms) COMMIT  (0.3ms) BEGIN Setting Create (0.7ms) INSERT INTO "settings" ("name", "description", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["created_at", "2018-11-09 16:02:52.024619"], ["updated_at", "2018-11-09 16:02:52.024619"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-11-09 16:02:52.027584"], ["updated_at", "2018-11-09 16:02:52.027584"]] SmtpSetting Create (0.6ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "test"], ["port", "25"], ["domain_name", "keppler.com"], ["email", "info@keppler.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-11-09 16:02:52.029106"], ["updated_at", "2018-11-09 16:02:52.029106"]] GoogleAnalyticsSetting Create (0.6ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-11-09 16:02:52.030789"], ["updated_at", "2018-11-09 16:02:52.030789"]]  (28.2ms) COMMIT SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.2ms) BEGIN SocialAccount Create (0.6ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-11-09 16:02:52.090149"], ["updated_at", "2018-11-09 16:02:52.090149"]]  (10.3ms) COMMIT Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.2ms) BEGIN Appearance Create (0.6ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-11-09 16:02:52.118421"], ["updated_at", "2018-11-09 16:02:52.118421"]]  (6.7ms) COMMIT  (0.3ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 16:02:52.129669"], ["updated_at", "2018-11-09 16:02:52.129669"]]  (11.3ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-11-09 16:02:52.231849"], ["updated_at", "2018-11-09 16:02:52.231849"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-09 16:02:52.236099"], ["updated_at", "2018-11-09 16:02:52.236099"]]  (29.4ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Partial Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (0.6ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-11-09 16:02:52.323182"], ["updated_at", "2018-11-09 16:02:52.323182"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-11-09 16:02:52.327728"], ["updated_at", "2018-11-09 16:02:52.327728"]]  (28.6ms) COMMIT Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-09 12:03:13 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 174ms (ActiveRecord: 30.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-09 12:03:14 -0400 Processing by Devise::SessionsController#new 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (46.0ms) Rendered admin/layouts/_head.html.haml (2360.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 2455ms (Views: 2436.2ms | ActiveRecord: 2.5ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-09 12:03:16 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-09 12:03:16 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-09 12:03:16 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-09 12:03:16 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 12:03:17 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 12:03:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 12:03:17 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-09 12:03:22 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yfT1PFCTmrHQ+W72EcAYPbICdhCCLQz+3/tv80Z77uUAvuXRbkhldmW7qYppcy6aOH6X0jUEcCKkEpS41M0kXg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.6ms) ROLLBACK 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.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.5ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.7ms) BEGIN User Update (0.8ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-11-09 16:03:23.167720"], ["last_sign_in_at", "2018-11-09 16:03:23.167720"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-11-09 16:03:23.169695"], ["id", 1]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-09 16:03:23.174887"], ["updated_at", "2018-11-09 16:03:23.174887"]]  (61.5ms) COMMIT Redirected to http://localhost:3000/admin/dashboard/ Completed 302 Found in 689ms (ActiveRecord: 74.5ms) Started GET "/admin/dashboard/" for 127.0.0.1 at 2018-11-09 12:03:23 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (84.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (480.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (235.0ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 11216ms (Views: 854.0ms | ActiveRecord: 15.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-09 12:03:34 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-09 12:03:34 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-09 12:03:35 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 12:03:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 12:03:35 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 12:04:00 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (15.5ms) Rendered admin/settings/fields/_appearance.html.haml (89.7ms) Rendered admin/settings/_form.html.haml (138.8ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (152.4ms) Rendered admin/layouts/_head.html.haml (800.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (99.6ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1149ms (Views: 1102.9ms | ActiveRecord: 5.5ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 12:04:02 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 12:04:02 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (3.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (28.1ms) Rendered admin/settings/fields/_appearance.html.haml (67.1ms) Rendered admin/settings/_form.html.haml (74.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (78.6ms) Rendered admin/layouts/_head.html.haml (593.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.0ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 893ms (Views: 854.9ms | ActiveRecord: 14.0ms) Started PUT "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 12:04:06 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bcQGj5D5fcSO55Myy4DH1ch5uNUPZEejOEO6ILYGEG2H/Bz1rKM6zepEaYPWHkLNtH+iMSnQmXurw9xg08s7AQ==", "user"=>{"email"=>"", "password"=>"[FILTERED]"}, "color"=>"#f44336", "commit"=>"Apply", "setting"=>{"appearance_attributes"=>{"language"=>"en", "id"=>"1"}}, "config"=>"appearance"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 16:04:06.181877"], ["updated_at", "2018-11-09 16:04:06.181877"]] Appearance Update (0.5ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "en"], ["updated_at", "2018-11-09 16:04:06.184024"], ["id", 1]]  (11.3ms) COMMIT Redirected to http://localhost:3000/admin/settings/appearance Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) 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"]] Completed 302 Found in 96ms (ActiveRecord: 27.0ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 12:04:06 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.6ms) Rendered admin/settings/fields/_appearance.html.haml (46.5ms) Rendered admin/settings/_form.html.haml (54.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (71.4ms) Rendered admin/layouts/_head.html.haml (4589.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.7ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 4792ms (Views: 4768.3ms | ActiveRecord: 6.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 12:04:11 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 12:04:11 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 12:04:11 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 12:04:11 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (44.2ms) Rendered admin/settings/fields/_appearance.html.haml (95.8ms) Rendered admin/settings/_form.html.haml (118.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (126.6ms) Rendered admin/layouts/_head.html.haml (1004.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (96.0ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (10.4ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Completed 200 OK in 1334ms (Views: 1296.2ms | ActiveRecord: 9.5ms) Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 12:04:16 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (34.8ms) Rendered admin/settings/_form.html.haml (58.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (61.6ms) Rendered admin/layouts/_head.html.haml (489.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (88.2ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (17.2ms) Completed 200 OK in 730ms (Views: 704.5ms | ActiveRecord: 8.3ms) Started PUT "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 12:04:19 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DDoQANFslXPZOu+oFjhOEq8OGlMhiV+zET5lkH4tL0rlPGwNZSFb/TsrLk7jSG3Bl6rLAGbUan+J1fHZory/Jg==", "setting"=>{"google_analytics_setting_attributes"=>{"ga_account_id"=>"121648466", "ga_tracking_id"=>"UA-121648466-1", "id"=>"1"}, "google_analytics_setting"=>{"ga_status"=>"true"}}, "commit"=>"Apply", "config"=>"google_analytics_setting"} 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.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :google_analytics_setting  (0.3ms) BEGIN GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] GoogleAnalyticsSetting Destroy (0.6ms) DELETE FROM "google_analytics_settings" WHERE "google_analytics_settings"."id" = $1 [["id", 1]] PublicActivity::Activity Create (1.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 16:04:19.098459"], ["updated_at", "2018-11-09 16:04:19.098459"]] GoogleAnalyticsSetting Create (2.2ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["setting_id", 1], ["created_at", "2018-11-09 16:04:19.103778"], ["updated_at", "2018-11-09 16:04:19.103778"]]  (141.4ms) COMMIT  (0.4ms) BEGIN GoogleAnalyticsSetting Update (0.7ms) UPDATE "google_analytics_settings" SET "ga_status" = $1, "updated_at" = $2 WHERE "google_analytics_settings"."id" = $3 [["ga_status", true], ["updated_at", "2018-11-09 16:04:19.253934"], ["id", 2]]  (61.1ms) COMMIT Redirected to http://localhost:3000/admin/settings/google_analytics_setting Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) 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"]] Completed 302 Found in 326ms (ActiveRecord: 219.5ms) Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 12:04:19 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (23.2ms) Rendered admin/settings/_form.html.haml (29.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (34.7ms) Rendered admin/layouts/_head.html.haml (484.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (67.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.0ms) Rendered admin/layouts/_messages.html.haml (9.1ms) Rendered admin/layouts/_preloader.html.haml (17.5ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Completed 200 OK in 793ms (Views: 762.1ms | ActiveRecord: 8.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 12:04:20 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 12:04:20 -0400 Started GET "/admin/settings/basic_information" for 127.0.0.1 at 2018-11-09 12:04:24 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"basic_information"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application Rendered admin/settings/fields/_basic_information.html.haml (69.6ms) Rendered admin/settings/_form.html.haml (141.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (153.2ms) Rendered admin/layouts/_head.html.haml (482.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.0ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 783ms (Views: 752.1ms | ActiveRecord: 7.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 12:04:25 -0400 Started PUT "/admin/settings/basic_information" for 127.0.0.1 at 2018-11-09 12:04:26 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MZpCfRwbpdUhaxM55rfgUSTrfkGMSdxcXJspNk/X8RKHFGdhaSx3DHDSIHxRLu8GD+PEn1tarcGSHeu5Tpz8Hg==", "setting"=>{"name"=>"Keppler Admin", "description"=>"Welcome to Keppler Admin", "email"=>"", "phone"=>"", "mobile"=>""}, "commit"=>"Apply", "config"=>"basic_information"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN Setting Update (0.5ms) UPDATE "settings" SET "email" = $1, "phone" = $2, "mobile" = $3, "updated_at" = $4 WHERE "settings"."id" = $5 [["email", ""], ["phone", ""], ["mobile", ""], ["updated_at", "2018-11-09 16:04:26.695580"], ["id", 1]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-11-09 16:04:26.698691"], ["updated_at", "2018-11-09 16:04:26.698691"]]  (16.4ms) COMMIT Redirected to http://localhost:3000/admin/settings/basic_information Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) 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"]] Completed 302 Found in 62ms (ActiveRecord: 27.2ms) Started GET "/admin/settings/basic_information" for 127.0.0.1 at 2018-11-09 12:04:26 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"basic_information"} Setting Load (0.6ms) 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application Rendered admin/settings/fields/_basic_information.html.haml (33.6ms) Rendered admin/settings/_form.html.haml (41.7ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (45.7ms) Rendered admin/layouts/_head.html.haml (499.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.6ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 685ms (Views: 660.6ms | ActiveRecord: 7.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 12:04:27 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 12:04:27 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 12:04:27 -0400 Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-11-09 13:09:25 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (1.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (110.1ms) Rendered admin/settings/_form.html.haml (208.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (235.0ms) Rendered admin/layouts/_head.html.haml (3656.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (61.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1057.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Completed 200 OK in 5827ms (Views: 5137.9ms | ActiveRecord: 45.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-09 13:49:35 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.4ms) SELECT "roles".* FROM "roles" User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (178.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1545.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 8023ms (Views: 1899.2ms | ActiveRecord: 24.6ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-09 13:49:43 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-09 13:49:43 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:43 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:43 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:43 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:43 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:44 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:44 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:44 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:44 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:44 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:45 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:45 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-09 13:49:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 13:49:45 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 13:49:45 -0400 Started GET "/admin/settings/basic_information" for 127.0.0.1 at 2018-11-09 14:52:12 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"basic_information"} Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application Rendered admin/settings/fields/_basic_information.html.haml (72.5ms) Rendered admin/settings/_form.html.haml (190.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (254.9ms) Rendered admin/layouts/_head.html.haml (1460.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.2ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 2053ms (Views: 1838.4ms | ActiveRecord: 13.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 14:52:22 -0400 Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-09 15:08:31 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (1404.5ms) Rendered admin/settings/_form.html.haml (1434.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (1440.6ms) Rendered admin/layouts/_head.html.haml (528.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 2146ms (Views: 2111.1ms | ActiveRecord: 9.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-09 15:15:08 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (3.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (43.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (661.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.9ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (7.6ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Completed 200 OK in 2501ms (Views: 856.6ms | ActiveRecord: 11.5ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-09 15:15:11 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-09 15:15:11 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-09 15:15:11 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-09 15:15:12 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-09 15:15:12 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-09 15:15:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 15:15:15 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 15:15:15 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-09 15:26:54 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" Completed 401 Unauthorized in 196ms (ActiveRecord: 31.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-09 15:26:54 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.2ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (18.5ms) Rendered admin/layouts/_head.html.haml (12634.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Completed 200 OK in 12755ms (Views: 12688.3ms | ActiveRecord: 6.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 15:27:09 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 15:27:09 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 15:27:09 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-09 15:27:16 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eQmIMS6jbsQCSZu7/Ft7JrVJpphN2LzyOYT15HcUp0od0XD6LED/QOiG0ehuD6qX+HDEfLiscV1fe2ggUXGF3A==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.2ms) BEGIN  (0.2ms) ROLLBACK 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.3ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-09 19:27:16.954190"], ["last_sign_in_at", "2018-11-09 19:22:15.769730"], ["sign_in_count", 3], ["updated_at", "2018-11-09 19:27:16.955406"], ["id", 1]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-09 19:27:16.974914"], ["updated_at", "2018-11-09 19:27:16.974914"]]  (27.7ms) COMMIT Redirected to http://localhost:3000/admin/dashboard/ Completed 302 Found in 312ms (ActiveRecord: 35.8ms) Started GET "/admin/dashboard/" for 127.0.0.1 at 2018-11-09 15:27:17 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (148.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (774.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (317.6ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 3064ms (Views: 1297.5ms | ActiveRecord: 19.9ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-09 15:27:20 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-09 15:27:20 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-09 15:27:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-09 15:27:20 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-09 15:27:20 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 15:27:26 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (2.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (24.3ms) Rendered admin/settings/fields/_appearance.html.haml (91.1ms) Rendered admin/settings/_form.html.haml (129.8ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (141.1ms) Rendered admin/layouts/_head.html.haml (599.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (123.3ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 981ms (Views: 927.8ms | ActiveRecord: 16.9ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-09 15:27:27 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-09 15:27:27 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (4.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (18.5ms) Rendered admin/settings/fields/_appearance.html.haml (60.7ms) Rendered admin/settings/_form.html.haml (72.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (78.8ms) Rendered admin/layouts/_head.html.haml (899.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.0ms) Rendered admin/layouts/_messages.html.haml (6.7ms) Rendered admin/layouts/_preloader.html.haml (16.6ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Completed 200 OK in 1165ms (Views: 1125.7ms | ActiveRecord: 18.5ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-12 08:00:17 -0400  (19.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (6.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (27.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (38.6ms) Rendered admin/settings/fields/_appearance.html.haml (113.7ms) Rendered admin/settings/_form.html.haml (147.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (158.1ms) Rendered admin/layouts/_head.html.haml (5996.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (154.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (45.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1728.7ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (11.5ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Completed 200 OK in 8593ms (Views: 8061.8ms | ActiveRecord: 205.1ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 08:00:28 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:28 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:28 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:28 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:28 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:29 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 08:00:29 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 08:00:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 08:00:30 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-12 08:00:30 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 08:00:30 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (7.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (18.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (147.4ms) Rendered admin/settings/fields/_appearance.html.haml (304.7ms) Rendered admin/settings/_form.html.haml (317.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (326.2ms) Rendered admin/layouts/_head.html.haml (1855.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (160.6ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Completed 200 OK in 2565ms (Views: 2451.9ms | ActiveRecord: 33.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 08:00:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (90.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]]  (75.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (17.3ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (59.2ms) PublicActivity::Activity Exists (48.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (31.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (151.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (350.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1377.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (70.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (230.5ms) Rendered admin/layouts/_messages.html.haml (10.5ms) Rendered admin/layouts/_preloader.html.haml (13.6ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.3ms) Completed 200 OK in 2701ms (Views: 2073.6ms | ActiveRecord: 240.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 08:00:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 08:00:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 48ms (Views: 1.7ms | ActiveRecord: 9.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 08:09:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (35.5ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (15.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (30.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (155.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (17293.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (614.0ms) Rendered admin/layouts/_messages.html.haml (11.1ms) Rendered admin/layouts/_preloader.html.haml (18.6ms) Rendered admin/layouts/_footer.html.haml (7.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (11.7ms) Completed 200 OK in 18622ms (Views: 18194.5ms | ActiveRecord: 44.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 08:09:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 08:09:57 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 08:09:57 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 08:09:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (6.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 77ms (Views: 1.7ms | ActiveRecord: 28.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 08:09:57 -0400 Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-12 08:13:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (183.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (195.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1249.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.6ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Completed 200 OK in 1713ms (Views: 1654.9ms | ActiveRecord: 8.0ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 08:13:25 -0400 Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 08:13:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yw0BqlKXiWddoLddgIE2jgi/+Wrv8Hi4fXv5UPXwtSdlnY1N06JOktOzstCyBPpoH6wSmE40XzFMQLi5zaaeqA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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 (26.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-12 12:13:29.668387"], ["updated_at", "2018-11-12 12:13:29.668387"]] PublicActivity::Activity Create (27.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 12:13:29.803110"], ["updated_at", "2018-11-12 12:13:29.803110"]]  (11.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/2/editor KepplerFrontend::ViewCallback Load (39.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 609ms (ActiveRecord: 115.5ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2018-11-12 08:13:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (95.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (23.7ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (38.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (117.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (299.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (310.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1158.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (193.4ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Completed 200 OK in 2061ms (Views: 1709.5ms | ActiveRecord: 104.9ms) Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 08:13:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 08:13:33 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 08:24:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (3.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.4ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.1ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (23.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (119.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (649.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (135.6ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1242ms (Views: 951.6ms | ActiveRecord: 59.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 08:24:56 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 08:24:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.8ms | ActiveRecord: 7.7ms) Started GET "/admin/frontend/views/2/edit" for 127.0.0.1 at 2018-11-12 08:24:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"2"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::CallbackFunction Load (34.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (64.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (183.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (192.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1254.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.3ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (7.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1635ms (Views: 1549.7ms | ActiveRecord: 49.0ms) Started PATCH "/admin/frontend/views/2" for 127.0.0.1 at 2018-11-12 08:33:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"fPXEk1iSX5uiSzo11AUe2WF1fezHxtso84s0BNsCszVWZgdjdNaTdF7LLttu3YgdKzQLN7HM/CvfMngbHP6vaA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Save", "id"=>"2"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-12 12:33:08.500894"], ["updated_at", "2018-11-12 12:33:08.500894"]]  (18.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/2/edit KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 440ms (ActiveRecord: 82.4ms) Started GET "/admin/frontend/views/2/edit" for 127.0.0.1 at 2018-11-12 08:33:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"2"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (80.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (84.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (497.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (133.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1043ms (Views: 767.4ms | ActiveRecord: 49.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 08:33:10 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 08:33:10 -0400 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.6ms) BEGIN KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_two"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Update (0.7ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index_two"], ["updated_at", "2018-11-12 12:59:23.032038"], ["id", 2]] 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.update"], ["created_at", "2018-11-12 12:59:23.138753"], ["updated_at", "2018-11-12 12:59:23.138753"]]  (39.7ms) COMMIT KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Update (0.6ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index"], ["updated_at", "2018-11-12 13:16:36.120409"], ["id", 2]] 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", 2], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-12 13:16:36.124591"], ["updated_at", "2018-11-12 13:16:36.124591"]]  (27.8ms) COMMIT Started GET "/admin/frontend/views/2/edit" for 127.0.0.1 at 2018-11-12 09:16:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"2"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (30.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (91.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (95.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (559.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 1071ms (Views: 839.9ms | ActiveRecord: 61.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 09:16:43 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 09:16:43 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 09:16:44 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 09:16:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] 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.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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.9ms) PublicActivity::Activity Exists (3.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (9.2ms) Rendered public_activity/layout/_update.html.haml (0.4ms) User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (7.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (49.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (119.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (482.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.8ms) Rendered admin/layouts/_messages.html.haml (2.1ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 768ms (Views: 703.1ms | ActiveRecord: 24.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 09:16:46 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 09:16:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 1.4ms | ActiveRecord: 8.2ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2018-11-12 09:16:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (35.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (22.2ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (46.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (129.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (133.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (442.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.0ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 722ms (Views: 667.5ms | ActiveRecord: 25.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 09:16:49 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 09:16:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 2.6ms | ActiveRecord: 9.1ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 09:21:10 -0400 ArgumentError - Invalid route name, already in use: 'test_index' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created: Started POST "/__better_errors/f3fe9307f53f81f4/variables" for 127.0.0.1 at 2018-11-12 09:21:11 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 09:21:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.4ms) KepplerFrontend::View Load (1.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (56.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (18.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (17.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (63.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (212.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1194.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (202.6ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Completed 200 OK in 2148ms (Views: 1701.9ms | ActiveRecord: 49.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 09:21:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 09:21:30 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 09:21:30 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 09:21:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.0ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.1ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 2.4ms | ActiveRecord: 10.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 09:21:30 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 09:22:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.1ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (54.1ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (19.0ms) Rendered public_activity/layout/_update.html.haml (1.7ms) User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (13.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (58.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (199.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1410.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (220.5ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (11.0ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Completed 200 OK in 2150ms (Views: 1933.7ms | ActiveRecord: 53.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 09:22:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 09:22:17 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 09:22:17 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 09:22:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (5.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (9.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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] 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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 193ms (Views: 2.4ms | ActiveRecord: 41.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 09:22:17 -0400 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_two"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Update (1.3ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index_two"], ["updated_at", "2018-11-12 13:29:13.370440"], ["id", 2]] 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", 2], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-12 13:29:13.458291"], ["updated_at", "2018-11-12 13:29:13.458291"]]  (16.3ms) COMMIT KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_two"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] 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", 2], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-12 13:29:32.066014"], ["updated_at", "2018-11-12 13:29:32.066014"]]  (15.3ms) COMMIT KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_two"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] 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.update"], ["created_at", "2018-11-12 13:29:40.599530"], ["updated_at", "2018-11-12 13:29:40.599530"]]  (13.1ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 2], ["LIMIT", 1]] KepplerFrontend::View Update (0.7ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index"], ["updated_at", "2018-11-12 13:29:51.356697"], ["id", 2]] 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", 2], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-12 13:29:51.361125"], ["updated_at", "2018-11-12 13:29:51.361125"]]  (10.6ms) COMMIT KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2018-11-12 09:45:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"tHBIzdlKKeLqqcCVt8RhHH3t6L82JsEupK5eph1OcJQguL+C6u+nWk9Hh1hOYTKE+a+txUv1RIg4hHyp7tleOw==", "multiple_ids"=>"[2]"} Setting Load (0.9ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (2.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-12 13:45:08.590970"], ["updated_at", "2018-11-12 13:45:08.590970"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (2.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::View Destroy (0.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-12 13:45:08.609127' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (26.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 408ms (ActiveRecord: 81.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-12 09:45:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.6ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.1ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (9.1ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (12.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (16.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (79.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (134.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (731.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.7ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 1093ms (Views: 1032.0ms | ActiveRecord: 14.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 09:45:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 09:45:10 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 09:45:10 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-12 09:45:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 26ms (Views: 0.7ms | ActiveRecord: 8.5ms) Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 1], ["LIMIT", 1]] Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 09:54:45 -0400 Processing by Admin::RolesController#index as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (14.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (6.4ms) Rendered admin/roles/index.html.haml within admin/layouts/application (70.9ms) Rendered admin/layouts/_head.html.haml (462.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 980ms (Views: 697.9ms | ActiveRecord: 48.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 09:54:47 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 09:54:47 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 1.2ms | ActiveRecord: 8.6ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-11-12 09:54:48 -0400 Processing by Admin::RolesController#new 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.2ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (30.4ms) Rendered admin/roles/new.html.haml within admin/layouts/application (34.3ms) Rendered admin/layouts/_head.html.haml (416.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.5ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 608ms (Views: 579.9ms | ActiveRecord: 6.7ms) Started POST "/admin/roles" for 127.0.0.1 at 2018-11-12 09:54:55 -0400 Processing by Admin::RolesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rBCSi4kaPLOe+1Y3jdJJrpDD52G14etCsTc9k7rYspAsrE7eTn3pR7Kti+BKRpCu46NFYKxp4iOOm9ELIwhhcw==", "role"=>{"name"=>"admin"}, "_save"=>"Save"} Setting Load (2.8ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "admin"], ["created_at", "2018-11-12 13:54:56.074532"], ["updated_at", "2018-11-12 13:54:56.074532"]]  (55.1ms) COMMIT Redirected to http://localhost:3000/admin/roles/58/add_permissions Completed 302 Found in 101ms (ActiveRecord: 65.1ms) Started GET "/admin/roles/58/add_permissions" for 127.0.0.1 at 2018-11-12 09:54:56 -0400 Processing by Admin::PermissionsController#add as HTML Parameters: {"role_id"=>"58"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Rendering admin/permissions/add.html.haml within admin/layouts/application Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (23.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (30.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.4ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.8ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) Rendered admin/permissions/add.html.haml within admin/layouts/application (446.3ms) Rendered admin/layouts/_head.html.haml (1118.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.0ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Completed 200 OK in 1825ms (Views: 1754.8ms | ActiveRecord: 15.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 09:54:58 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 09:54:58 -0400 Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:01 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"User", "actions"=>["index", "create", "update", "destroy", "download"]}, "role_id"=>"58"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.2ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.3ms) BEGIN Role Load (1.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 58]] Permission Create (2.0ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]}}"], ["role_id", 58], ["created_at", "2018-11-12 13:55:01.863689"], ["updated_at", "2018-11-12 13:55:01.863689"]]  (39.6ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (10.2ms) Rendered admin/permissions/toggle_permissions.js.erb (17.4ms) Completed 200 OK in 121ms (Views: 30.5ms | ActiveRecord: 60.5ms) Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:03 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"KepplerLanguagesLanguage", "actions"=>["index", "create", "update", "destroy"]}, "role_id"=>"58"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.4ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]}}"], ["updated_at", "2018-11-12 13:55:03.428079"], ["id", 36]] 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", 58], ["LIMIT", 1]]  (40.9ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (10.3ms) Rendered admin/permissions/toggle_permissions.js.erb (16.2ms) Completed 200 OK in 106ms (Views: 30.1ms | ActiveRecord: 48.2ms) Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:04 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"KepplerFrontendView", "actions"=>["index", "create", "update", "destroy", "download", "upload", "clone", "editor"]}, "role_id"=>"58"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.8ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.4ms) BEGIN Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]}}"], ["updated_at", "2018-11-12 13:55:04.309492"], ["id", 36]] Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (26.5ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (25.3ms) Rendered admin/permissions/toggle_permissions.js.erb (34.6ms) Completed 200 OK in 151ms (Views: 56.8ms | ActiveRecord: 39.1ms) Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:04 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Script", "actions"=>["index", "create", "update", "destroy", "upload", "download", "clone"]}, "role_id"=>"58"} 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.8ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.3ms) BEGIN Permission Update (0.8ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]}}"], ["updated_at", "2018-11-12 13:55:05.045321"], ["id", 36]] Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (30.2ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (12.9ms) Rendered admin/permissions/toggle_permissions.js.erb (19.4ms) Completed 200 OK in 116ms (Views: 34.4ms | ActiveRecord: 42.2ms) Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:05 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Seo", "actions"=>["sitemap", "robots"]}, "role_id"=>"58"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]}}"], ["updated_at", "2018-11-12 13:55:05.679307"], ["id", 36]] Role Load (0.5ms) 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", 58], ["LIMIT", 1]]  (28.4ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (12.7ms) Rendered admin/permissions/toggle_permissions.js.erb (18.7ms) Completed 200 OK in 99ms (Views: 32.5ms | ActiveRecord: 37.4ms) Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:08 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"MetaTag", "actions"=>["index", "create", "update", "destroy", "upload", "download", "clone"]}, "role_id"=>"58"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.7ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"MetaTag\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]}}"], ["updated_at", "2018-11-12 13:55:08.901090"], ["id", 36]] Role Load (0.5ms) 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", 58], ["LIMIT", 1]]  (42.6ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (14.4ms) Rendered admin/permissions/toggle_permissions.js.erb (20.4ms) Completed 200 OK in 125ms (Views: 35.6ms | ActiveRecord: 54.3ms) Started POST "/admin/roles/58/toggle_permissions" for 127.0.0.1 at 2018-11-12 09:55:16 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Role", "actions"=>["index", "create", "update", "destroy", "download"]}, "role_id"=>"58"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 58], ["LIMIT", 1]] Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"MetaTag\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"Role\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]}}"], ["updated_at", "2018-11-12 13:55:16.995791"], ["id", 36]] Role Load (0.5ms) 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", 58], ["LIMIT", 1]]  (41.4ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (25.7ms) Rendered admin/permissions/toggle_permissions.js.erb (35.3ms) Completed 200 OK in 157ms (Views: 57.6ms | ActiveRecord: 50.6ms) Role Load (1.2ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 58], ["LIMIT", 1]] Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:04:46 -0400 Processing by Admin::RolesController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (2.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (22.9ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (8.2ms) Rendered admin/roles/index.html.haml within admin/layouts/application (70.8ms) Rendered admin/layouts/_head.html.haml (524.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (128.7ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 965ms (Views: 763.2ms | ActiveRecord: 43.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:04:48 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:04:48 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (3.3ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.3ms | ActiveRecord: 14.4ms)  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (48.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (538.4ms) DROP DATABASE IF EXISTS "keppler-core"  (0.3ms) DROP DATABASE IF EXISTS "keppler-core"  (1092.7ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (1.5ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (105.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (80.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.6ms) SELECT pg_try_advisory_lock(3816127366556348340)  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.4ms) BEGIN  (98.4ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (31.0ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (13.5ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.3ms) BEGIN  (69.1ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.4ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (1.1ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (36.7ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (30.1ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (30.1ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (30.4ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (30.5ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (14.4ms) COMMIT Migrating to CreateActivities (20151221173228)  (0.4ms) BEGIN  (98.4ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.0ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (31.3ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (31.2ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (31.0ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (39.1ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (30.4ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (12.5ms) COMMIT Migrating to CreateSettings (20160122201215)  (0.3ms) BEGIN  (94.0ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (12.5ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.4ms) BEGIN  (90.3ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.3ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (10.5ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.4ms) BEGIN  (87.8ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (11.3ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (0.5ms) BEGIN  (97.9ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.2ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (17.4ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.4ms) BEGIN  (95.7ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (72.2ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (16.4ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (0.4ms) BEGIN  (98.8ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (15.4ms) COMMIT Migrating to CreateAppearances (20160201210520)  (0.6ms) BEGIN  (117.2ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (46.6ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (13.8ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.4ms) BEGIN  (97.3ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (13.5ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.4ms) BEGIN  (94.1ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (38.2ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (13.4ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (0.4ms) BEGIN  (72.1ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.8ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (12.3ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (0.3ms) BEGIN  (73.5ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.8ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (29.9ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (0.7ms) BEGIN  (80.6ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.9ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (12.2ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (0.4ms) BEGIN  (95.4ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (11.7ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (0.5ms) BEGIN  (98.3ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (16.7ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (0.5ms) BEGIN  (89.0ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (46.9ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (17.5ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (0.4ms) BEGIN  (113.7ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (16.8ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (0.5ms) BEGIN  (92.7ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (15.3ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (0.3ms) BEGIN  (70.7ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (16.6ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (0.4ms) BEGIN  (95.5ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (30.1ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (65.6ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (30.8ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (30.9ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (15.9ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (0.3ms) BEGIN  (70.9ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.6ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (14.7ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (0.3ms) BEGIN  (63.5ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (14.8ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (0.4ms) BEGIN  (0.7ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (35.3ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (0.3ms) BEGIN  (63.7ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (55.5ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (13.6ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.4ms) BEGIN  (72.4ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.2ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (13.1ms) COMMIT Migrating to CreateSeos (20180904144238)  (0.3ms) BEGIN  (95.0ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (191.7ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (81.2ms) COMMIT ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.5ms) BEGIN ActiveRecord::InternalMetadata Create (0.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-11-12 14:05:16.604573"], ["updated_at", "2018-11-12 14:05:16.604573"]]  (101.0ms) COMMIT  (0.7ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-11-12 14:05:17.172512"], ["updated_at", "2018-11-12 14:05:17.172512"]]  (45.9ms) COMMIT Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (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", 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", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (1.4ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-4c814a49"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$e6oNrBLAMNOlnDyc/2pF/up.XnNSDD0RQ7Da1Z16oVycEi4bglbwW"], ["created_at", "2018-11-12 14:05:17.439656"], ["updated_at", "2018-11-12 14:05:17.439656"]] 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", 1], ["key", "user.create"], ["created_at", "2018-11-12 14:05:17.475286"], ["updated_at", "2018-11-12 14:05:17.475286"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (5.5ms) COMMIT  (0.2ms) BEGIN Setting Create (0.8ms) INSERT INTO "settings" ("name", "description", "phone", "mobile", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["phone", ""], ["mobile", ""], ["email", ""], ["created_at", "2018-11-12 14:05:17.581051"], ["updated_at", "2018-11-12 14:05:17.581051"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-11-12 14:05:17.584189"], ["updated_at", "2018-11-12 14:05:17.584189"]] SmtpSetting Create (0.8ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "test"], ["port", "25"], ["domain_name", "keppler.com"], ["email", "info@keppler.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-11-12 14:05:17.585832"], ["updated_at", "2018-11-12 14:05:17.585832"]] GoogleAnalyticsSetting Create (0.9ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-11-12 14:05:17.587643"], ["updated_at", "2018-11-12 14:05:17.587643"]]  (27.1ms) COMMIT SocialAccount Load (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.2ms) BEGIN SocialAccount Create (0.8ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-11-12 14:05:17.648698"], ["updated_at", "2018-11-12 14:05:17.648698"]]  (7.7ms) COMMIT Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.2ms) BEGIN Appearance Create (0.8ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-11-12 14:05:17.675971"], ["updated_at", "2018-11-12 14:05:17.675971"]]  (4.9ms) COMMIT  (0.2ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-11-12 14:05:17.685332"], ["updated_at", "2018-11-12 14:05:17.685332"]]  (11.5ms) COMMIT  (0.4ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["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", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-11-12 14:05:17.723512"], ["updated_at", "2018-11-12 14:05:17.723512"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-12 14:05:17.729018"], ["updated_at", "2018-11-12 14:05:17.729018"]]  (9.9ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Partial Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (0.6ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-11-12 14:05:17.800289"], ["updated_at", "2018-11-12 14:05:17.800289"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-11-12 14:05:17.807045"], ["updated_at", "2018-11-12 14:05:17.807045"]]  (30.4ms) COMMIT  (0.5ms) BEGIN Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Role Create (0.6ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "admin"], ["created_at", "2018-11-12 14:05:17.891902"], ["updated_at", "2018-11-12 14:05:17.891902"]]  (35.8ms) COMMIT  (0.4ms) BEGIN Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]] Permission Create (1.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"Role\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"MetaTag\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]}}"], ["role_id", 2], ["created_at", "2018-11-12 14:05:17.956157"], ["updated_at", "2018-11-12 14:05:17.956157"]]  (10.4ms) COMMIT Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:06:26 -0400  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RolesController#index as HTML Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 225ms (ActiveRecord: 35.1ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-12 10:06:26 -0400 Processing by Devise::SessionsController#new 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (72.9ms) Rendered admin/layouts/_head.html.haml (19827.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Completed 200 OK in 19984ms (Views: 19967.5ms | ActiveRecord: 3.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:06:47 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:06:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:06:47 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-12 10:06:54 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dCdbSKkDGrTBvRmjjWp8qvgQaGyqvhQ7meZgJ4Qrdzjg76wHmqaUDGRTXm50zy8yfFItFtdtkZ0FzEIod7xZlw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.4ms) BEGIN  (0.4ms) ROLLBACK Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-11-12 14:06:55.163404"], ["last_sign_in_at", "2018-11-12 14:06:55.163404"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-11-12 14:06:55.164852"], ["id", 1]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-12 14:06:55.170224"], ["updated_at", "2018-11-12 14:06:55.170224"]]  (77.4ms) COMMIT Redirected to http://localhost:3000/admin/roles Completed 302 Found in 522ms (ActiveRecord: 96.1ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:06:55 -0400 Processing by Admin::RolesController#index 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (6.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Role Load (3.1ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (49.8ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (10.6ms) Rendered admin/roles/index.html.haml within admin/layouts/application (150.7ms) Rendered admin/layouts/_head.html.haml (468.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (228.3ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (20.0ms) Completed 200 OK in 1017ms (Views: 925.8ms | ActiveRecord: 35.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:06:56 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:06:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:06:57 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:06:57 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.8ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 7.4ms | ActiveRecord: 10.6ms) Started GET "/admin/roles/2" for 127.0.0.1 at 2018-11-12 10:07:02 -0400 Processing by Admin::RolesController#show as HTML Parameters: {"id"=>"2"} Setting Load (5.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.5ms) 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/show.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/show.html.haml within admin/layouts/application (21.2ms) Rendered admin/layouts/_head.html.haml (1180.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (161.0ms) Rendered admin/layouts/_messages.html.haml (9.9ms) Rendered admin/layouts/_preloader.html.haml (16.1ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (10.3ms) Completed 200 OK in 1549ms (Views: 1475.4ms | ActiveRecord: 26.1ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:07:06 -0400 Processing by Admin::RolesController#index as HTML Setting Load (2.1ms) 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 (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:07:06 -0400  (12.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) Role Load (10.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (46.1ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (17.3ms) Rendered admin/roles/index.html.haml within admin/layouts/application (131.6ms) Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:07:06 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (3.2ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 2.2ms | ActiveRecord: 24.7ms) Rendered admin/layouts/_head.html.haml (615.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (88.3ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 958ms (Views: 879.9ms | ActiveRecord: 35.3ms) Started GET "/admin/roles/2/add_permissions" for 127.0.0.1 at 2018-11-12 10:07:07 -0400 Processing by Admin::PermissionsController#add as HTML Parameters: {"role_id"=>"2"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering admin/permissions/add.html.haml within admin/layouts/application Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (38.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (20.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) Rendered admin/permissions/add.html.haml within admin/layouts/application (322.1ms) Rendered admin/layouts/_head.html.haml (678.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (86.0ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 1170ms (Views: 1137.2ms | ActiveRecord: 14.4ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:07:12 -0400 Processing by Admin::RolesController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (7.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:07:12 -0400 Role Load (6.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/roles/_listing.html.haml (58.6ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (13.6ms) Rendered admin/roles/index.html.haml within admin/layouts/application (125.5ms) Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:07:13 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 82ms (Views: 1.3ms | ActiveRecord: 61.0ms) Rendered admin/layouts/_head.html.haml (714.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.5ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 1067ms (Views: 954.6ms | ActiveRecord: 32.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:07:13 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:07:13 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.8ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 2.4ms | ActiveRecord: 7.1ms) Started DELETE "/admin/roles/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2018-11-12 10:07:16 -0400 Processing by Admin::RolesController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"UKtQjkqqG/tr50TazujdKDFFE8T24uAhIXT75bsiN1wNPun7Kf/s1sApw2doysTj0NPhaMKxEJq8ZkKDKvWexQ==", "multiple_ids"=>"[2]"} 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.6ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Exists (1.1ms) SELECT 1 AS one FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Exists (0.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.0ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (3.0ms) BEGIN Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 2]] Permission Destroy (0.6ms) DELETE FROM "permissions" WHERE "permissions"."id" = $1 [["id", 1]] Role::HABTM_Users Destroy (1.1ms) DELETE FROM "users_roles" WHERE "users_roles"."role_id" = $1 [["role_id", 2]] Role Destroy (1.9ms) DELETE FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (20.8ms) COMMIT Redirected to http://localhost:3000/admin/roles Completed 302 Found in 88ms (ActiveRecord: 43.4ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:07:16 -0400 Processing by Admin::RolesController#index as HTML Setting Load (0.6ms) 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (16.4ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (9.7ms) Rendered admin/roles/index.html.haml within admin/layouts/application (69.4ms) Rendered admin/layouts/_head.html.haml (503.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.8ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 743ms (Views: 707.9ms | ActiveRecord: 13.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:07:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:07:18 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:07:18 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:07:18 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 0.9ms | ActiveRecord: 6.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:22:57 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (182.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1354.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (60.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.9ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Completed 200 OK in 9924ms (Views: 1761.8ms | ActiveRecord: 22.4ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:23:10 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:23:10 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 10:23:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:23:11 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:23:11 -0400 Started GET "/admin/roles" for 127.0.0.1 at 2018-11-12 10:26:03 -0400 Processing by Admin::RolesController#index as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (12.4ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (9.0ms) Rendered admin/roles/index.html.haml within admin/layouts/application (54.1ms) Rendered admin/layouts/_head.html.haml (1247.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.7ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Completed 200 OK in 1550ms (Views: 1510.7ms | ActiveRecord: 18.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-12 10:26:04 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-12 10:26:04 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 2.2ms | ActiveRecord: 8.4ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:27:51 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 10:27:51 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 10:27:52 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 10:27:52 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:28:42 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.7ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (46.8ms) Rendered app/layouts/_google_analytics.html.haml (5.8ms) Rendered app/layouts/_head.html.haml (1013.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1103.6ms) Completed 500 Internal Server Error in 1440ms (ActiveRecord: 31.8ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:9:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925449875320' Started GET "/" for 127.0.0.1 at 2018-11-12 10:28:44 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (2.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) 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]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (26.5ms) Started POST "/__better_errors/b2fa24d9ad36d555/variables" for 127.0.0.1 at 2018-11-12 10:28:44 -0400 Rendered app/layouts/_google_analytics.html.haml (5.6ms) Rendered app/layouts/_head.html.haml (1218.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1315.8ms) Completed 500 Internal Server Error in 1357ms (ActiveRecord: 8.8ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:9:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925447487120' Started POST "/__better_errors/85a56bb55260e359/variables" for 127.0.0.1 at 2018-11-12 10:28:46 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:28:54 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.7ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.0ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (18.4ms) Rendered app/layouts/_google_analytics.html.haml (3.7ms) Rendered app/layouts/_head.html.haml (356.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (402.3ms) Completed 500 Internal Server Error in 445ms (ActiveRecord: 11.8ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:9:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925440669940' Started GET "/" for 127.0.0.1 at 2018-11-12 10:28:55 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (60.8ms) Started POST "/__better_errors/7a970616e02ef58f/variables" for 127.0.0.1 at 2018-11-12 10:28:55 -0400 Rendered app/layouts/_google_analytics.html.haml (2.4ms) Rendered app/layouts/_head.html.haml (658.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (732.1ms) Completed 500 Internal Server Error in 772ms (ActiveRecord: 5.5ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:9:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_68643940' Started POST "/__better_errors/9547df2388853fce/variables" for 127.0.0.1 at 2018-11-12 10:28:57 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-12 10:28:59 -0400 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 (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.4ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 145ms (ActiveRecord: 32.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:28:59 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (43.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (698.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (128.6ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 2417ms (Views: 915.9ms | ActiveRecord: 13.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:29:02 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (7.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:03 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:03 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:03 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:29:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:29:03 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:29:03 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 10:29:04 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 10:29:04 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 10:29:04 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (121.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1294.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (143.2ms) Rendered admin/layouts/_messages.html.haml (7.0ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.7ms) Completed 200 OK in 3361ms (Views: 1678.1ms | ActiveRecord: 18.2ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:06 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:07 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:08 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:09 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:10 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:11 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 10:29:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:29:15 -0400 Started GET "/admin/dashboar" for 127.0.0.1 at 2018-11-12 10:29:17 -0400 ActionController::RoutingError (No route matches [GET] "/admin/dashboar"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/dashboar" for 127.0.0.1 at 2018-11-12 10:29:18 -0400 ActionController::RoutingError (No route matches [GET] "/admin/dashboar"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-11-12 10:29:21 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (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]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.8ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (61.6ms) Rendered app/layouts/_google_analytics.html.haml (2.5ms) Rendered app/layouts/_head.html.haml (350.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (486.2ms) Completed 500 Internal Server Error in 529ms (ActiveRecord: 11.8ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:9:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925443244760' Started GET "/" for 127.0.0.1 at 2018-11-12 10:29:22 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.4ms) 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 (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.9ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (45.0ms) Started POST "/__better_errors/823976b5850e73f7/variables" for 127.0.0.1 at 2018-11-12 10:29:22 -0400 Rendered app/layouts/_google_analytics.html.haml (5.7ms) Rendered app/layouts/_head.html.haml (1101.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1171.4ms) Completed 500 Internal Server Error in 1226ms (ActiveRecord: 14.9ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:9:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925435652820' Started POST "/__better_errors/6bf162aebf1138f1/variables" for 127.0.0.1 at 2018-11-12 10:29:24 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:29:51 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (2.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.9ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (18.8ms) Rendered app/layouts/_google_analytics.html.haml (2.9ms) Rendered app/layouts/_head.html.haml (232.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (272.6ms) Completed 500 Internal Server Error in 309ms (ActiveRecord: 8.8ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:10:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925433616340' Started GET "/" for 127.0.0.1 at 2018-11-12 10:29:52 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (4.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (4.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (7.2ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (70.5ms) Started POST "/__better_errors/b30265c517ad3522/variables" for 127.0.0.1 at 2018-11-12 10:29:52 -0400 Rendered app/layouts/_google_analytics.html.haml (2.4ms) Rendered app/layouts/_head.html.haml (579.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (688.5ms) Completed 500 Internal Server Error in 757ms (ActiveRecord: 27.8ms) Haml::SyntaxError - Inconsistent indentation: "\t " used for indentation, but the rest of the document was indented using 1 tab.: app/views/app/layouts/_google_analytics.html.haml:10:in `' app/views/app/layouts/_head.html.haml:14:in `_app_views_app_layouts__head_html_haml___211694501272949713_69925442616180' Started POST "/__better_errors/507033819cb48bb3/variables" for 127.0.0.1 at 2018-11-12 10:29:53 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:30:11 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (4.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 (0.7ms) 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 (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.9ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.1ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.6ms) Rendered app/layouts/_google_analytics.html.haml (3.4ms) Rendered app/layouts/_head.html.haml (260.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (318.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (41.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2803.2ms) Completed 200 OK in 3174ms (Views: 3140.1ms | ActiveRecord: 12.2ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/jquery-1-7.self-22c197e38fc01a29431530c4c5c7263e26d2b611994b1f9c5c8c900a97b4bc44.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/form-reset-mixin.self-3a447942586b5719fdd7f1d1a3ac0da9e757a0eb8f4a7cb145f6deb820d2dc54.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/effects/effect-blind.self-2f8923f5c3073717dad35ac1f9bd4dbc13d2f9c8128f7dbea9819921338271f4.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/effects/effect-clip.self-9e606afd1b0d1679f42b1ce5c2ad29f242ed98a9b1a473a9ef8a8bf10df2afe4.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/effects/effect-drop.self-481600061a28b5621b1d78187468e63f057665ce6af6401db851f9b79e345965.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/effects/effect-explode.self-b5f68a634df4bc19111474eb15bcd99597dc19c721b33647fbb04f2bb6d52ca3.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/assets/jquery-ui/effects/effect-fold.self-78adc6cc7f2d8dac25e8c82164ae61cc3160bb5280ed3d24dd96a576e37a6e46.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:15 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/effects/effect-highlight.self-842a0db414abed8fbccb48908bd933b32c93c6b9d725160c85dc2bde708fa753.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/effects/effect-size.self-2094878ac7ba38dcd4539cd4595fa4d6ed7182be8bb6f03785684a5e470a293d.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (4.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Started GET "/assets/jquery-ui/effects/effect-scale.self-88872e591cdbf30b3d09946e82e96e25bcd99b03857ead844a503301e6de71f3.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 SocialAccount Load (5.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (6.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/jquery-ui/effects/effect-pulsate.self-bf83d1979be265f242fceb95cc3cfeca5467e4aab9cdea27ebb6f2e17bdaae2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 KepplerLanguages::Language Load (4.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (17.7ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (3.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Started GET "/assets/jquery-ui/effects/effect-shake.self-867270f4e72f7895d38b10fdf9a6ba20f22bee88ac4d79654a9227c14141e1ca.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Rendered app/layouts/_meta_tags.html.haml (32.6ms) Started GET "/assets/jquery-ui/effects/effect-slide.self-b59b0b36df7b3e5e4f4190ab51e5c212744d2b34d5ed14c96bfe9c8a3096c00b.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:16 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/progressbar.self-3bf965ce4e8ade2f07336ae5ffce7fe58897333238561761ffcb16f31af673fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Rendered app/layouts/_google_analytics.html.haml (8.5ms) Rendered app/layouts/_head.html.haml (1412.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1480.0ms) Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (57.7ms) Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:17 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:18 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:18 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:18 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:30:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/effects/effect-bounce.self-ca3686abc7c667b5380422af36b618923c2fc8e901b3eb2ff627f1cdef60486a.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:18 -0400 Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1935.5ms) Completed 200 OK in 3510ms (Views: 3435.5ms | ActiveRecord: 52.6ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/form.self-711978b53107be2d9ef1b7369beb151b229cefa8c1405a056d3c34262d5b477e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/escape-selector.self-43e4d61501e4ffb1ecba387affbae1eb3e1c863ab0b0e71897851cddd246e50e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/jquery-1-7.self-22c197e38fc01a29431530c4c5c7263e26d2b611994b1f9c5c8c900a97b4bc44.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/plugin.self-d8f576c8e073ca51f095505f47bd09d306b875404cd90afcbb6338287cfb0247.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/safe-active-element.self-a1f1a1a7dae3269ce03f6fffb2dcc9b4a7490f5d546c65d54417bec3be24b668.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:20 -0400 Started GET "/assets/jquery-ui/safe-blur.self-2cc24c46132d51c7724f6371154241b0a81c9bae5d5681d8f62b01ce46236726.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/tabbable.self-f3f62ceed772d3a325cebd6a03221f8a8cb02c6150f4feba738c6525a2953690.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/unique-id.self-66e85ac85cd0b6b8b1bb89369fc65f608f716869dc0930862a8d421a57a9580a.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/core.self-886760af898381620a8980841c646ae70e894b5292c3138e6dfd75b6904deffb.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/form-reset-mixin.self-3a447942586b5719fdd7f1d1a3ac0da9e757a0eb8f4a7cb145f6deb820d2dc54.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-blind.self-2f8923f5c3073717dad35ac1f9bd4dbc13d2f9c8128f7dbea9819921338271f4.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-bounce.self-ca3686abc7c667b5380422af36b618923c2fc8e901b3eb2ff627f1cdef60486a.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-clip.self-9e606afd1b0d1679f42b1ce5c2ad29f242ed98a9b1a473a9ef8a8bf10df2afe4.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-drop.self-481600061a28b5621b1d78187468e63f057665ce6af6401db851f9b79e345965.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-explode.self-b5f68a634df4bc19111474eb15bcd99597dc19c721b33647fbb04f2bb6d52ca3.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-fade.self-60febf4d2a1f6f013852a42da59c74d840f205715162a2b11e734fd4dd73a519.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-fold.self-78adc6cc7f2d8dac25e8c82164ae61cc3160bb5280ed3d24dd96a576e37a6e46.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-highlight.self-842a0db414abed8fbccb48908bd933b32c93c6b9d725160c85dc2bde708fa753.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:21 -0400 Started GET "/assets/jquery-ui/effects/effect-size.self-2094878ac7ba38dcd4539cd4595fa4d6ed7182be8bb6f03785684a5e470a293d.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/effects/effect-scale.self-88872e591cdbf30b3d09946e82e96e25bcd99b03857ead844a503301e6de71f3.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/effects/effect-puff.self-be0ba8a98762bf10054deb4e8bdf92c44de0d570714624d16c396f1ffe3a82d6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/effects/effect-pulsate.self-bf83d1979be265f242fceb95cc3cfeca5467e4aab9cdea27ebb6f2e17bdaae2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/effects/effect-shake.self-867270f4e72f7895d38b10fdf9a6ba20f22bee88ac4d79654a9227c14141e1ca.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/effects/effect-slide.self-b59b0b36df7b3e5e4f4190ab51e5c212744d2b34d5ed14c96bfe9c8a3096c00b.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/effects/effect-transfer.self-5ab6d30ecb0b73e2b9a528f6d66c0732ba43a93a5326d88dae547f0c7c759e79.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/progressbar.self-3bf965ce4e8ade2f07336ae5ffce7fe58897333238561761ffcb16f31af673fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:22 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery-ui.self-d4c1ae19d9b853ec1c8c83784fa979bbe4075a84932a080bbd7d7706240410e1.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/keppler_frontend/app/frontend.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/keppler_frontend/app/partials/devise_login.self-d239780371022c4733e452aa6edc6081145e9b2e4672e68d35f88e954dc5de69.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/keppler_frontend/app/views/conf.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/keppler_frontend/app/application.self-4e9f04d0d9e98970ca102a889572492eb66e9461980610b9c19641d2738ea554.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:23 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/app/google_analytics.self-da371e9d9399e069f379465a9e3224c190fa86042d46f27601af63cf1d1a1c08.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/app/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:30:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" for 127.0.0.1 at 2018-11-12 10:30:25 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:30:25 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-12 10:30:25 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:30:25 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-11-12 10:32:09 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (3.0ms) 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]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.0ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.2ms) Rendered app/layouts/_google_analytics.html.haml (3.6ms) Rendered app/layouts/_head.html.haml (266.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (314.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (23.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (843.6ms) Completed 200 OK in 1198ms (Views: 1166.4ms | ActiveRecord: 10.4ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:11 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:32:11 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (5.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (12.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (11.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (49.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (30.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (50.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (36.1ms) Rendered app/layouts/_google_analytics.html.haml (3.1ms) Rendered app/layouts/_head.html.haml (367.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (534.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.7ms) Started GET "/" for 127.0.0.1 at 2018-11-12 10:32:12 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (17.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.9ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (995.1ms) Completed 200 OK in 1722ms (Views: 1538.8ms | ActiveRecord: 167.2ms) Rendered app/layouts/_meta_tags.html.haml (22.2ms) Rendered app/layouts/_google_analytics.html.haml (3.2ms) Rendered app/layouts/_head.html.haml (282.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (378.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (819.8ms) Completed 200 OK in 1299ms (Views: 1208.9ms | ActiveRecord: 32.3ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:14 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-11-12 10:32:14 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (16.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (9.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (10.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (13.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (5.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (14.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (3.1ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (34.9ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:15 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:32:15 -0400 Rendered app/layouts/_google_analytics.html.haml (4.4ms) Rendered app/layouts/_head.html.haml (761.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (874.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (85.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1067.9ms) Completed 200 OK in 2046ms (Views: 1951.1ms | ActiveRecord: 77.2ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/form.self-711978b53107be2d9ef1b7369beb151b229cefa8c1405a056d3c34262d5b477e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/escape-selector.self-43e4d61501e4ffb1ecba387affbae1eb3e1c863ab0b0e71897851cddd246e50e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/jquery-1-7.self-22c197e38fc01a29431530c4c5c7263e26d2b611994b1f9c5c8c900a97b4bc44.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/plugin.self-d8f576c8e073ca51f095505f47bd09d306b875404cd90afcbb6338287cfb0247.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/safe-active-element.self-a1f1a1a7dae3269ce03f6fffb2dcc9b4a7490f5d546c65d54417bec3be24b668.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/safe-blur.self-2cc24c46132d51c7724f6371154241b0a81c9bae5d5681d8f62b01ce46236726.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/tabbable.self-f3f62ceed772d3a325cebd6a03221f8a8cb02c6150f4feba738c6525a2953690.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:17 -0400 Started GET "/assets/jquery-ui/unique-id.self-66e85ac85cd0b6b8b1bb89369fc65f608f716869dc0930862a8d421a57a9580a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/core.self-886760af898381620a8980841c646ae70e894b5292c3138e6dfd75b6904deffb.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/form-reset-mixin.self-3a447942586b5719fdd7f1d1a3ac0da9e757a0eb8f4a7cb145f6deb820d2dc54.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-blind.self-2f8923f5c3073717dad35ac1f9bd4dbc13d2f9c8128f7dbea9819921338271f4.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-bounce.self-ca3686abc7c667b5380422af36b618923c2fc8e901b3eb2ff627f1cdef60486a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-clip.self-9e606afd1b0d1679f42b1ce5c2ad29f242ed98a9b1a473a9ef8a8bf10df2afe4.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-drop.self-481600061a28b5621b1d78187468e63f057665ce6af6401db851f9b79e345965.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-explode.self-b5f68a634df4bc19111474eb15bcd99597dc19c721b33647fbb04f2bb6d52ca3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-fade.self-60febf4d2a1f6f013852a42da59c74d840f205715162a2b11e734fd4dd73a519.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-fold.self-78adc6cc7f2d8dac25e8c82164ae61cc3160bb5280ed3d24dd96a576e37a6e46.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-highlight.self-842a0db414abed8fbccb48908bd933b32c93c6b9d725160c85dc2bde708fa753.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-size.self-2094878ac7ba38dcd4539cd4595fa4d6ed7182be8bb6f03785684a5e470a293d.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-puff.self-be0ba8a98762bf10054deb4e8bdf92c44de0d570714624d16c396f1ffe3a82d6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-scale.self-88872e591cdbf30b3d09946e82e96e25bcd99b03857ead844a503301e6de71f3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-pulsate.self-bf83d1979be265f242fceb95cc3cfeca5467e4aab9cdea27ebb6f2e17bdaae2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-shake.self-867270f4e72f7895d38b10fdf9a6ba20f22bee88ac4d79654a9227c14141e1ca.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-slide.self-b59b0b36df7b3e5e4f4190ab51e5c212744d2b34d5ed14c96bfe9c8a3096c00b.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/effects/effect-transfer.self-5ab6d30ecb0b73e2b9a528f6d66c0732ba43a93a5326d88dae547f0c7c759e79.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:18 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/progressbar.self-3bf965ce4e8ade2f07336ae5ffce7fe58897333238561761ffcb16f31af673fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:19 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/jquery-ui.self-d4c1ae19d9b853ec1c8c83784fa979bbe4075a84932a080bbd7d7706240410e1.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/keppler_frontend/app/frontend.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/keppler_frontend/app/partials/devise_login.self-d239780371022c4733e452aa6edc6081145e9b2e4672e68d35f88e954dc5de69.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/keppler_frontend/app/views/conf.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/keppler_frontend/app/application.self-4e9f04d0d9e98970ca102a889572492eb66e9461980610b9c19641d2738ea554.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:20 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:32:21 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-12 10:32:21 -0400 Started GET "/" for 127.0.0.1 at 2018-11-12 10:32:26 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (25.6ms) Rendered app/layouts/_google_analytics.html.haml (4.6ms) Rendered app/layouts/_head.html.haml (281.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (337.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (613.5ms) Completed 200 OK in 991ms (Views: 959.3ms | ActiveRecord: 10.1ms) Started GET "/" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Setting Load (22.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.8ms) 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]] Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 KepplerLanguages::Language Load (4.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (49.9ms) Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:27 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/app/google_analytics.self-da371e9d9399e069f379465a9e3224c190fa86042d46f27601af63cf1d1a1c08.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/app/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:28 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:32:29 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:29 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Rendered app/layouts/_google_analytics.html.haml (4.5ms) Rendered app/layouts/_head.html.haml (1661.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1740.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (66.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1726.6ms) Completed 200 OK in 3575ms (Views: 3496.0ms | ActiveRecord: 40.8ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/form.self-711978b53107be2d9ef1b7369beb151b229cefa8c1405a056d3c34262d5b477e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/escape-selector.self-43e4d61501e4ffb1ecba387affbae1eb3e1c863ab0b0e71897851cddd246e50e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/jquery-1-7.self-22c197e38fc01a29431530c4c5c7263e26d2b611994b1f9c5c8c900a97b4bc44.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/plugin.self-d8f576c8e073ca51f095505f47bd09d306b875404cd90afcbb6338287cfb0247.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/safe-active-element.self-a1f1a1a7dae3269ce03f6fffb2dcc9b4a7490f5d546c65d54417bec3be24b668.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/safe-blur.self-2cc24c46132d51c7724f6371154241b0a81c9bae5d5681d8f62b01ce46236726.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/tabbable.self-f3f62ceed772d3a325cebd6a03221f8a8cb02c6150f4feba738c6525a2953690.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:31 -0400 Started GET "/assets/jquery-ui/unique-id.self-66e85ac85cd0b6b8b1bb89369fc65f608f716869dc0930862a8d421a57a9580a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/core.self-886760af898381620a8980841c646ae70e894b5292c3138e6dfd75b6904deffb.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/form-reset-mixin.self-3a447942586b5719fdd7f1d1a3ac0da9e757a0eb8f4a7cb145f6deb820d2dc54.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-blind.self-2f8923f5c3073717dad35ac1f9bd4dbc13d2f9c8128f7dbea9819921338271f4.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-bounce.self-ca3686abc7c667b5380422af36b618923c2fc8e901b3eb2ff627f1cdef60486a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-clip.self-9e606afd1b0d1679f42b1ce5c2ad29f242ed98a9b1a473a9ef8a8bf10df2afe4.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-drop.self-481600061a28b5621b1d78187468e63f057665ce6af6401db851f9b79e345965.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-explode.self-b5f68a634df4bc19111474eb15bcd99597dc19c721b33647fbb04f2bb6d52ca3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-fade.self-60febf4d2a1f6f013852a42da59c74d840f205715162a2b11e734fd4dd73a519.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-fold.self-78adc6cc7f2d8dac25e8c82164ae61cc3160bb5280ed3d24dd96a576e37a6e46.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-highlight.self-842a0db414abed8fbccb48908bd933b32c93c6b9d725160c85dc2bde708fa753.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-size.self-2094878ac7ba38dcd4539cd4595fa4d6ed7182be8bb6f03785684a5e470a293d.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-scale.self-88872e591cdbf30b3d09946e82e96e25bcd99b03857ead844a503301e6de71f3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-puff.self-be0ba8a98762bf10054deb4e8bdf92c44de0d570714624d16c396f1ffe3a82d6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-pulsate.self-bf83d1979be265f242fceb95cc3cfeca5467e4aab9cdea27ebb6f2e17bdaae2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-shake.self-867270f4e72f7895d38b10fdf9a6ba20f22bee88ac4d79654a9227c14141e1ca.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-slide.self-b59b0b36df7b3e5e4f4190ab51e5c212744d2b34d5ed14c96bfe9c8a3096c00b.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/effects/effect-transfer.self-5ab6d30ecb0b73e2b9a528f6d66c0732ba43a93a5326d88dae547f0c7c759e79.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:32 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/progressbar.self-3bf965ce4e8ade2f07336ae5ffce7fe58897333238561761ffcb16f31af673fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:33 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/jquery-ui.self-d4c1ae19d9b853ec1c8c83784fa979bbe4075a84932a080bbd7d7706240410e1.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/keppler_frontend/app/frontend.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/keppler_frontend/app/partials/devise_login.self-d239780371022c4733e452aa6edc6081145e9b2e4672e68d35f88e954dc5de69.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/keppler_frontend/app/views/conf.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/keppler_frontend/app/application.self-4e9f04d0d9e98970ca102a889572492eb66e9461980610b9c19641d2738ea554.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:34 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/app/google_analytics.self-da371e9d9399e069f379465a9e3224c190fa86042d46f27601af63cf1d1a1c08.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/app/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" for 127.0.0.1 at 2018-11-12 10:32:35 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 10:32:36 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 10:32:36 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-12 10:32:36 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin" for 127.0.0.1 at 2018-11-12 10:32:38 -0400 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 38ms (ActiveRecord: 8.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:32:38 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (4.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.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.5ms) 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]] CACHE Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Completed 500 Internal Server Error in 20069ms (ActiveRecord: 14.8ms) SocketError - Failed to open TCP connection to accounts.google.com:443 (getaddrinfo: Temporary failure in name resolution): Started POST "/admin/dashboard/__better_errors/c344e71845e6a923/variables" for 127.0.0.1 at 2018-11-12 10:32:58 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-12 10:34:24 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 231ms (ActiveRecord: 50.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:34:24 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.2ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (32.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1547.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (239.5ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (9.2ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Completed 200 OK in 1940ms (Views: 1899.8ms | ActiveRecord: 13.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:34:27 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (50.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (729.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.0ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:34:28 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:34:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:34:28 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (26.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1061ms (Views: 1018.5ms | ActiveRecord: 10.7ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:29 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:30 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:31 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:34:34 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:34:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:34:35 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:34:35 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:34:36 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:35:04 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (68.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (518.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 744ms (Views: 702.3ms | ActiveRecord: 6.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:35:05 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (4.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (13.1ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:35:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:35:05 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:35:05 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:35:06 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (39.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (478.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.0ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Completed 200 OK in 20711ms (Views: 639.2ms | ActiveRecord: 26.5ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:26 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:27 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:28 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:29 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:30 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:35:31 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:35:32 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:35:32 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:35:32 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:35:44 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (57.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (508.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (107.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (6.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 799ms (Views: 732.6ms | ActiveRecord: 15.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:35:46 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (6.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (8.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (9.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:35:46 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:35:46 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:35:46 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:35:47 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (86.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1188.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.0ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (11.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Completed 200 OK in 21589ms (Views: 1500.1ms | ActiveRecord: 33.2ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:08 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:09 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:10 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:11 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:12 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:36:13 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:36:14 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:36:14 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:38:13 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1155.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (260.4ms) Rendered admin/layouts/_messages.html.haml (6.5ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (27.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Completed 200 OK in 21830ms (Views: 1565.6ms | ActiveRecord: 7.6ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:38:36 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.4ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (8.6ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:38:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:38:36 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:38:36 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:38:37 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1521.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (56.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (209.8ms) Rendered admin/layouts/_messages.html.haml (11.8ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Completed 200 OK in 1923ms (Views: 1865.7ms | ActiveRecord: 11.4ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:38 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:39 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:40 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:42 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:38:43 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:38:44 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:38:44 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:38:44 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:39:25 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (4.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (619.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (161.6ms) Rendered admin/layouts/_messages.html.haml (7.0ms) Rendered admin/layouts/_preloader.html.haml (15.8ms) Rendered admin/layouts/_footer.html.haml (6.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.0ms) Completed 200 OK in 911ms (Views: 875.7ms | ActiveRecord: 8.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:39:27 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.8ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (8.0ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:39:27 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:39:27 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:39:27 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1551.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (53.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (335.3ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Completed 200 OK in 2116ms (Views: 2031.0ms | ActiveRecord: 16.1ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:29 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:30 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:31 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:33 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:34 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:39:35 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:39:35 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:39:35 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:39:35 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:39:35 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:39:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:39:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:39:36 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:40:45 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (2.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.8ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (2.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (132.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (488.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.5ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Completed 200 OK in 2748ms (Views: 776.4ms | ActiveRecord: 25.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:40:48 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (5.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (22.1ms) SELECT "roles".* FROM "roles" User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:48 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:48 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:48 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:40:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:40:49 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:40:49 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (96.6ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 10:40:50 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 10:40:50 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 10:40:50 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (989.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (70.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (6.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (299.3ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (25.9ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.0ms) Completed 200 OK in 3506ms (Views: 1635.7ms | ActiveRecord: 56.9ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:51 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:52 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:53 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:54 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:55 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:56 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:40:57 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 10:40:58 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:41:02 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:47:14 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (2.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (9.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1340.8ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (64.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (158.6ms) Rendered admin/layouts/_messages.html.haml (6.3ms) Rendered admin/layouts/_preloader.html.haml (12.5ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Completed 200 OK in 1706ms (Views: 1639.8ms | ActiveRecord: 15.0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:47:16 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) 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.8ms) 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 (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.5ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:47:17 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (774.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.1ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 972ms (Views: 920.8ms | ActiveRecord: 10.3ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:19 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:20 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:22 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:47:23 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:47:24 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:47:24 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:47:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:47:25 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:47:25 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:47:25 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:47:25 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:48:20 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (3.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (480.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 625ms (Views: 590.3ms | ActiveRecord: 9.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:48:21 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (2.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (714.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (83.2ms) Rendered admin/layouts/_messages.html.haml (16.5ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 933ms (Views: 870.9ms | ActiveRecord: 10.1ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:22 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:23 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:24 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:25 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:26 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:48:27 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:48:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:48:28 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:48:28 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:48:28 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:48:30 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:48:59 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.5ms) 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (9.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (566.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 764ms (Views: 730.4ms | ActiveRecord: 6.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:00 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (12.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (649.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.2ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:01 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.4ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (7.4ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 924ms (Views: 884.3ms | ActiveRecord: 8.3ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:02 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:03 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:04 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:05 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:06 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:07 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:08 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:08 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:08 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:49:08 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:49:09 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:13 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.6ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (23.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (505.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 677ms (Views: 643.4ms | ActiveRecord: 6.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:14 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (8.9ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:15 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:15 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:49:16 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (2258.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.7ms) Rendered admin/layouts/_messages.html.haml (8.1ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.5ms) Completed 200 OK in 2564ms (Views: 2522.4ms | ActiveRecord: 7.5ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:17 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:18 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:19 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:20 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:21 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:49:22 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:49:23 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:23 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.ttf?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:23 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:23 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:23 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (43.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (611.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (99.8ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 876ms (Views: 828.3ms | ActiveRecord: 9.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:25 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (4.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (4.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (21.7ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:26 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:26 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:49:26 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (2021.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (81.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (165.3ms) Rendered admin/layouts/_messages.html.haml (13.2ms) Rendered admin/layouts/_preloader.html.haml (12.7ms) Rendered admin/layouts/_footer.html.haml (7.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Completed 200 OK in 2487ms (Views: 2384.0ms | ActiveRecord: 23.1ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:28 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:29 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:30 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:31 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:32 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:33 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:34 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:35 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:49:35 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:35 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:47 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (15.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (495.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 675ms (Views: 629.0ms | ActiveRecord: 22.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:49:48 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML 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 (1.2ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (8.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (578.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.4ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (8.0ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Completed 200 OK in 818ms (Views: 765.9ms | ActiveRecord: 9.2ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:49 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:49 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:49 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:49 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:49 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:50 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:51 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:53 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:49:54 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:49:55 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:49:55 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:49:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:49:55 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:49:55 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:49:55 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:49:56 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:50:55 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) 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 (0.6ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (13.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1199.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.5ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 21428ms (Views: 1366.0ms | ActiveRecord: 9.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:51:17 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (4.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (9.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (4.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]] Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:51:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:51:18 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:51:18 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:51:19 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (4.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (507.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.2ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (19.7ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 20719ms (Views: 648.5ms | ActiveRecord: 23.5ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:38 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:39 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:40 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:41 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:42 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:51:43 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:51:44 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:51:44 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:51:44 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:51:44 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:52:21 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.6ms) SELECT "roles".* FROM "roles" User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (17.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (521.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.6ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 687ms (Views: 651.5ms | ActiveRecord: 8.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:52:22 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.1ms) 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (13.1ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:52:23 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:52:23 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:52:23 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:52:24 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (2019.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (59.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (122.3ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Completed 200 OK in 2336ms (Views: 2281.5ms | ActiveRecord: 9.4ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:25 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:26 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:27 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:28 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:29 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:52:31 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:52:31 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:52:31 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:52:31 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:52:34 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (8.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (499.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 674ms (Views: 645.4ms | ActiveRecord: 6.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:52:35 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (6.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 1], ["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.5ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:52:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:52:36 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:52:36 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1460.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (66.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:52:37 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (246.0ms) Rendered admin/layouts/_messages.html.haml (17.7ms) Rendered admin/layouts/_preloader.html.haml (32.7ms) Rendered admin/layouts/_footer.html.haml (38.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (13.8ms) Completed 200 OK in 2044ms (Views: 1962.4ms | ActiveRecord: 20.1ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:37 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:37 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:37 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:37 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:37 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:38 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:39 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:40 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:41 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:42 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:52:43 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:52:57 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (10.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (490.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 651ms (Views: 622.9ms | ActiveRecord: 9.0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:52:58 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.5ms) SELECT "roles".* FROM "roles" User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (12.2ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:52:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:52:59 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:52:59 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1381.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (152.2ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (11.3ms) Completed 200 OK in 1683ms (Views: 1643.1ms | ActiveRecord: 10.0ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:00 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:01 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:02 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:03 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:53:04 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:53:05 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:53:06 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:53:06 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:53:06 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:53:06 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:53:07 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:07 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (11.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (521.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 680ms (Views: 643.2ms | ActiveRecord: 12.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:07 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (9.0ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:54:08 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (928.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 Permission Load (5.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (182.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (12.5ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Completed 200 OK in 1287ms (Views: 1221.8ms | ActiveRecord: 11.8ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:09 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:10 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:11 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:12 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:13 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:14 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:15 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:54:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:54:16 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:54:16 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:54:17 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:54:17 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:19 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.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 (2.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.7ms) SELECT "roles".* FROM "roles" User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (19.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (611.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.3ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 826ms (Views: 767.9ms | ActiveRecord: 12.0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:20 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (11.5ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:54:21 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:54:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:54:21 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:54:21 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1717.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.4ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Completed 200 OK in 1956ms (Views: 1907.2ms | ActiveRecord: 9.3ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:22 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:23 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:24 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:25 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:26 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (513.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.3ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 664ms (Views: 633.0ms | ActiveRecord: 11.4ms) Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:27 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:27 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:27 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Setting Load (13.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 (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" Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 User Load (20.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (15.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (41.0ms) Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:28 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:29 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1625.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.0ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 1984ms (Views: 1849.6ms | ActiveRecord: 57.3ms) Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:30 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:31 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:32 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:33 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:34 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:35 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:54:36 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:54:37 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:54:37 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:54:37 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:54:37 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:42 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (16.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1185.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.5ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Completed 200 OK in 1460ms (Views: 1418.9ms | ActiveRecord: 7.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:44 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (3.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (14.4ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:54:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:54:45 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:54:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:54:45 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1964.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (51.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.6ms) Rendered admin/layouts/_messages.html.haml (8.1ms) Rendered admin/layouts/_preloader.html.haml (12.0ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.5ms) Completed 200 OK in 2252ms (Views: 2200.7ms | ActiveRecord: 11.6ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:47 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:48 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (10.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (564.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.7ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 742ms (Views: 696.8ms | ActiveRecord: 9.3ms) Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (6.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:49 -0400 KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (6.0ms) Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:50 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1793.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:51 -0400 Rendered admin/layouts/_navigation.html.haml (44.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.7ms) Completed 200 OK in 2055ms (Views: 1988.5ms | ActiveRecord: 27.2ms) Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:52 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:53 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:54 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:55 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:54:56 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:54:57 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:54:57 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:54:57 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:54:57 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:54:58 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:54:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:54:58 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:54:58 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:54:59 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:55:59 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (484.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 857ms (Views: 674.5ms | ActiveRecord: 46.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:56:03 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (13.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (715.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (86.7ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Completed 200 OK in 931ms (Views: 889.3ms | ActiveRecord: 8.8ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:56:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:04 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:04 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:04 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:04 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:04 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:05 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:06 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:07 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:08 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:56:09 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:56:10 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:56:10 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:56:11 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:56:11 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:56:11 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:56:11 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:56:12 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:57:11 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (5.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (540.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (237.9ms) Rendered admin/layouts/_messages.html.haml (6.0ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 1016ms (Views: 866.8ms | ActiveRecord: 6.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:57:13 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.2ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:57:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:57:14 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:57:14 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1326.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (68.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): CACHE Role Load (0.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]] CACHE Role Load (0.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]] actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (493.5ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (18.6ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Completed 200 OK in 2200ms (Views: 2143.5ms | ActiveRecord: 11.8ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:15 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:16 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:17 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:18 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:19 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:57:20 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:57:21 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:57:21 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:57:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:57:21 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:57:22 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:57:26 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (13.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1201.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (296.9ms) Rendered admin/layouts/_messages.html.haml (6.9ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Completed 200 OK in 21906ms (Views: 1640.6ms | ActiveRecord: 7.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:57:49 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.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 (1.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:57:50 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:57:50 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:57:50 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:57:51 -0400 Started POST "/admin/settings/lang/es" for 127.0.0.1 at 2018-11-12 10:58:04 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (6.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (476.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (118.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"tndG9fRPkfo8oUl6DugK2Sx7zDuoWMER/4j9ogbYLfjr4v+Alxpm15dvzseoyhMSze0+l5wLMapimkTElw+EYQ==", "locale"=>"es"} CACHE Role Load (0.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]] CACHE Role Load (0.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]] Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (3.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] SocialAccount Load (4.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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 (2.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (210.4ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 20830ms (Views: 626.9ms | ActiveRecord: 131.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.7ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "es"], ["updated_at", "2018-11-12 14:58:10.372562"], ["id", 1]]  (58.6ms) COMMIT Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 211ms (ActiveRecord: 81.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:58:10 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (9.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1164.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (103.7ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (12.3ms) Completed 200 OK in 1418ms (Views: 1380.8ms | ActiveRecord: 6.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:58:12 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (15.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1227.7ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:58:13 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:58:13 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:58:13 -0400 CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (112.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (147.6ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (10.5ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Completed 200 OK in 1642ms (Views: 1599.6ms | ActiveRecord: 9.8ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:14 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:15 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:16 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:17 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:18 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:58:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:58:20 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:58:20 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:58:20 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:58:20 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:58:21 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:59:09 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (8.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (512.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.7ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 656ms (Views: 622.0ms | ActiveRecord: 8.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:59:10 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.2ms) 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 (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.3ms) SELECT "roles".* FROM "roles" User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (14.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (721.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.6ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 953ms (Views: 875.9ms | ActiveRecord: 16.3ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:11 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:12 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:13 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:14 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:15 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:59:16 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:17 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:59:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:59:17 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:59:17 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:59:17 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:59:18 -0400 Started POST "/admin/settings/lang/en" for 127.0.0.1 at 2018-11-12 10:59:26 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"+41rtl5w+07R8HRPLPU4Gv8J3lCb2horq9/1YrXhYPymGNLDPSUMY3o+8/KK1yHRHp8s/K+J6pA2zUwEJDbJZQ==", "locale"=>"en"} Setting Load (1.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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Setting Load (0.6ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (3.0ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "en"], ["updated_at", "2018-11-12 14:59:26.689605"], ["id", 1]]  (287.3ms) COMMIT Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 348ms (ActiveRecord: 298.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:59:26 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (5.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (590.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.3ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (8.2ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Completed 200 OK in 763ms (Views: 734.5ms | ActiveRecord: 7.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 10:59:28 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.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 (4.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (14.6ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:59:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:59:29 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:59:29 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 10:59:30 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1918.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (103.5ms) Rendered admin/layouts/_messages.html.haml (12.3ms) Rendered admin/layouts/_preloader.html.haml (8.7ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 2250ms (Views: 2151.4ms | ActiveRecord: 20.4ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:30 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:30 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:31 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:32 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:33 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:34 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:35 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 10:59:36 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 10:59:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 10:59:37 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 10:59:37 -0400 Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 10:59:37 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 11:00:20 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (37.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1240.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (57.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.8ms) Rendered admin/layouts/_messages.html.haml (24.2ms) Rendered admin/layouts/_preloader.html.haml (10.3ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Completed 200 OK in 1621ms (Views: 1539.5ms | ActiveRecord: 6.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 11:00:22 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (7.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (820.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.2ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 1072ms (Views: 1036.4ms | ActiveRecord: 7.3ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:23 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:24 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:25 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:26 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:27 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 11:00:28 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 11:00:29 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 11:00:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 11:00:29 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-12 11:00:29 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 11:00:31 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 11:01:51 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (3.2ms) 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.5ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (96.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (574.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (81.4ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 2369ms (Views: 793.1ms | ActiveRecord: 22.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 11:01:54 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (7.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (12.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (5.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (7.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (45.4ms) SELECT "roles".* FROM "roles" User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:54 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:54 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:54 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 11:01:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 11:01:55 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 11:01:55 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 11:01:55 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 11:01:56 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 11:01:56 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (118.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (909.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (189.7ms) Rendered admin/layouts/_messages.html.haml (8.7ms) Rendered admin/layouts/_preloader.html.haml (10.7ms) Rendered admin/layouts/_footer.html.haml (5.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Completed 200 OK in 3941ms (Views: 1357.4ms | ActiveRecord: 89.6ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:58 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 11:01:59 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:00 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:01 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:02 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 11:02:03 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:04 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:04 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 11:02:04 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 11:02:05 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 11:02:10 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 11:03:43 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (61.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1181.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (235.4ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (27.1ms) Completed 200 OK in 3303ms (Views: 1583.0ms | ActiveRecord: 40.6ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-12 11:03:48 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (8.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:48 -0400 KepplerLanguages::Language Load (18.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:48 -0400 Role Load (2.9ms) SELECT "roles".* FROM "roles" User Load (10.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:49 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 11:03:49 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 11:03:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 11:03:49 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 11:03:49 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 11:03:49 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 11:03:50 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (337.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-12 11:03:51 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1156.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (147.5ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Completed 200 OK in 3982ms (Views: 1714.2ms | ActiveRecord: 57.6ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/codemirror.self-6cc04e9d5dc4d40da4bbbba4fd35628721598fad83de2da3926031eee2910823.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:52 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:53 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:54 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:55 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-209a67032e6b5223315b536ca388b3842744b3e8a8b6991a63fb1df640a78b52.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-4e23a817204c185b78763b4df97874ff0ef7de3cfde0ca2e32eb0c969c0aa78e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-1d1873e3184b111de0a5633925c4d74204a1164b482cdcf52acd52c5c9da2e7d.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:56 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-11-12 11:03:57 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 Started GET "/assets/admin/fonts-and-icons/ZXuke1cDvLCKLDcimxB44_lu.woff2" for 127.0.0.1 at 2018-11-12 11:03:58 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 11:03:59 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 11:03:59 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 11:03:59 -0400 Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-12 12:58:08 -0400 Started GET "/admin/settings/google_analytics_setting" for 127.0.0.1 at 2018-11-12 12:58:12 -0400 LoadError - Unable to autoload constant Admin::SettingsController, expected /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/controllers/admin/settings_controller.rb to define it: Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"google_analytics_setting"} Setting Load (86.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (50.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (15.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (39.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (45.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application GoogleAnalyticsSetting Load (28.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_google_analytics_setting.html.haml (243.3ms) Rendered admin/settings/_form.html.haml (451.7ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (467.1ms) Rendered admin/layouts/_head.html.haml (4307.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (85.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (23.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (129.2ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Completed 200 OK in 6085ms (Views: 5044.7ms | ActiveRecord: 293.4ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-12 13:03:24 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-12 13:03:24 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-12 13:03:24 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-12 13:03:24 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-12 13:03:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-12 13:53:16 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (28.8ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (9.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (82.5ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (47.4ms) PublicActivity::Activity Exists (26.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (105.4ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (771.2ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-12 13:53:24 -0400 Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (3899.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (102.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Processing by Admin::RocketsController#rockets as HTML Permission Load (81.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Appearance Load (11.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] SocialAccount Load (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerLanguages::Language Load (2.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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 (7.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_sidebar.html.haml (194.8ms) Rendered admin/layouts/_messages.html.haml (6.9ms) Rendered admin/layouts/_preloader.html.haml (11.8ms) Rendered admin/layouts/_footer.html.haml (20.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 6222ms (Views: 5212.5ms | ActiveRecord: 397.2ms) Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (1119.9ms) Rendered admin/rockets/_create_rocket.haml (13.5ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (1256.7ms) Rendered admin/layouts/_head.html.haml (1080.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.3ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 3417ms (Views: 2476.1ms | ActiveRecord: 75.4ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-12 14:04:47 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (35.9ms) Rendered admin/rockets/_create_rocket.haml (11.5ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (79.7ms) Rendered admin/layouts/_head.html.haml (1514.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (823.8ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 3032ms (Views: 2484.5ms | ActiveRecord: 81.4ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-12 14:04:58 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (30.3ms) Rendered admin/rockets/_create_rocket.haml (5.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (56.0ms) Rendered admin/layouts/_head.html.haml (506.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.8ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Completed 200 OK in 775ms (Views: 715.3ms | ActiveRecord: 14.3ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-12 14:05:00 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.9ms) 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (26.9ms) Rendered admin/rockets/_create_rocket.haml (10.6ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (67.7ms) Rendered admin/layouts/_head.html.haml (1158.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.2ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (10.3ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Completed 200 OK in 1476ms (Views: 1424.5ms | ActiveRecord: 10.4ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-12 14:05:03 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (10.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.8ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (17.6ms) Rendered admin/rockets/_create_rocket.haml (8.3ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (42.4ms) Rendered admin/layouts/_head.html.haml (1132.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (108.3ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.4ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Completed 200 OK in 1425ms (Views: 1367.7ms | ActiveRecord: 25.5ms) Started GET "/" for 127.0.0.1 at 2018-11-12 16:29:18 -0400  (31.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (14.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (29.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (28.0ms) 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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (21.0ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (45.4ms) Rendered app/layouts/_google_analytics.html.haml (8.0ms) Rendered app/layouts/_head.html.haml (44873.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (44984.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (55.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2654.6ms) Completed 200 OK in 48359ms (Views: 47697.2ms | ActiveRecord: 248.0ms) Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-12 16:30:07 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-12 16:30:08 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-12 16:30:08 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-12 16:30:08 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-12 16:30:08 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-12 16:30:08 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-12 16:30:08 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-12 16:30:09 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-13 07:56:34 -0400  (127.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (126.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (142.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (76.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (30.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (160.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 1424ms (ActiveRecord: 748.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-13 07:56:39 -0400 Processing by Devise::SessionsController#new 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.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (235.4ms) Rendered admin/layouts/_head.html.haml (28890.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Completed 200 OK in 29439ms (Views: 29350.2ms | ActiveRecord: 3.1ms) Started GET "/admin" for 127.0.0.1 at 2018-11-13 07:57:08 -0400 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 (2.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 14ms (ActiveRecord: 5.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-13 07:57:08 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.3ms) 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (13.2ms) Rendered admin/layouts/_head.html.haml (670.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 724ms (Views: 712.0ms | ActiveRecord: 2.9ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-13 07:57:09 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:09 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:09 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:09 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:09 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:09 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:10 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-13 07:57:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 07:57:11 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-13 07:57:21 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"c63T/mnsg9BFlySWfCjusbq0XECRWDlVOBwsc6of8Ge6CqEfXpK3adB2see9+YCwO/SzxifgIaQ+vXQJahGJJg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.2ms) BEGIN  (0.3ms) ROLLBACK Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.4ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "sign_in_count" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["current_sign_in_at", "2018-11-13 11:57:22.589709"], ["sign_in_count", 2], ["updated_at", "2018-11-13 11:57:22.590954"], ["id", 1]] PublicActivity::Activity Create (188.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-13 11:57:22.643915"], ["updated_at", "2018-11-13 11:57:22.643915"]]  (47.3ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 1167ms (ActiveRecord: 249.5ms) Started GET "/admin" for 127.0.0.1 at 2018-11-13 07:57:22 -0400 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.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" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (226.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 396ms (ActiveRecord: 279.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-13 07:57:23 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (94.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (251.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (480.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (104.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (665.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 3732ms (Views: 1359.4ms | ActiveRecord: 210.4ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:29 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 07:57:29 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-13 07:57:29 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 07:57:52 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.8ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (687.4ms) Rendered admin/rockets/_create_rocket.haml (9.4ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (766.1ms) Rendered admin/layouts/_head.html.haml (506.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 1589ms (Views: 1382.3ms | ActiveRecord: 7.2ms) Started POST "/admin/rockets/create/payments" for 127.0.0.1 at 2018-11-13 07:58:54 -0400 Processing by Admin::RocketsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pAuzHyeG0Zvpp8EF1yJRNqhNAHbA/s87ICgHK0mEIJwC2HPkNAGMyVyYs0lMh7A2dPt+HphMg5yRyckXPQKYiA==", "rocket"=>"payments"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 204129ms (ActiveRecord: 6.9ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:02:26 -0400  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (487.9ms) Rendered admin/rockets/_create_rocket.haml (5.5ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (738.0ms) Rendered admin/layouts/_head.html.haml (50901.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (448.0ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 56795ms (Views: 52352.8ms | ActiveRecord: 36.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 08:03:26 -0400  (258.8ms) DROP TABLE "settings"  (39.9ms) DROP TABLE "smtp_settings"  (6.2ms) DROP TABLE "google_analytics_settings"  (17.1ms) SELECT pg_try_advisory_lock(3816127366556348340)  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateKepplerPaymentsSettings (20181113122734)  (0.5ms) BEGIN  (381.5ms) CREATE TABLE "keppler_payments_settings" ("id" bigserial primary key, "mp_access_token" character varying, "stripe_login" character varying, "position" integer, "deleted_at" timestamp) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181113122734"]]  (14.9ms) COMMIT ActiveRecord::InternalMetadata Load (33.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.3ms) BEGIN  (0.3ms) COMMIT  (0.4ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:27:55 -0400  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 59ms (ActiveRecord: 3.3ms) PG::UndefinedTable - ERROR: relation "settings" does not exist LINE 1: SELECT "settings".* FROM "settings" ORDER BY "settings"."id... ^ : app/controllers/application_controller.rb:35:in `appearance' Started POST "/__better_errors/96c80bf28d9899f5/variables" for 127.0.0.1 at 2018-11-13 08:27:55 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:28:46 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (2.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 2.9ms) PG::UndefinedTable - ERROR: relation "settings" does not exist LINE 1: SELECT "settings".* FROM "settings" ORDER BY "settings"."id... ^ : app/controllers/application_controller.rb:35:in `appearance' Started POST "/__better_errors/68467ea7d31b6297/variables" for 127.0.0.1 at 2018-11-13 08:28:46 -0400  (0.2ms) SELECT pg_try_advisory_lock(3816127366556348340)  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN  (0.2ms) COMMIT  (0.3ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:30:07 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 15ms (ActiveRecord: 3.6ms) PG::UndefinedTable - ERROR: relation "settings" does not exist LINE 1: SELECT "settings".* FROM "settings" ORDER BY "settings"."id... ^ : app/controllers/application_controller.rb:34:in `appearance' Started POST "/__better_errors/8872f226275f1524/variables" for 127.0.0.1 at 2018-11-13 08:30:08 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (362.6ms) DROP DATABASE IF EXISTS "keppler-core"  (0.2ms) DROP DATABASE IF EXISTS "keppler-core"  (1547.0ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (1.2ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (96.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (89.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.5ms) SELECT pg_try_advisory_lock(3816127366556348340)  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.3ms) BEGIN  (123.3ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (29.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (31.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (11.4ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.5ms) BEGIN  (91.2ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (56.4ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (0.9ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (126.1ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (70.7ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (38.5ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (38.2ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (30.3ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (12.3ms) COMMIT Migrating to CreateActivities (20151221173228)  (0.3ms) BEGIN  (73.9ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.9ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (30.7ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (31.1ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (30.6ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (30.3ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (37.4ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (10.3ms) COMMIT Migrating to CreateSettings (20160122201215)  (0.3ms) BEGIN  (87.4ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (26.3ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.4ms) BEGIN  (67.0ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.9ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (15.8ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.3ms) BEGIN  (80.1ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (6.2ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (0.5ms) BEGIN  (145.9ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (129.4ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (41.9ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.4ms) BEGIN  (99.9ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (44.9ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (16.5ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (0.5ms) BEGIN  (78.1ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (15.9ms) COMMIT Migrating to CreateAppearances (20160201210520)  (0.4ms) BEGIN  (99.2ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.3ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (14.8ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.3ms) BEGIN  (86.2ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (14.0ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.2ms) BEGIN  (95.1ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (50.8ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (13.0ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (0.3ms) BEGIN  (118.1ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (120.9ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (54.6ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (0.3ms) BEGIN  (130.3ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (32.4ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (11.3ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (0.5ms) BEGIN  (96.8ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (45.6ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (10.1ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (0.3ms) BEGIN  (68.6ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (9.7ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (0.4ms) BEGIN  (102.1ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (16.6ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (0.4ms) BEGIN  (77.2ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.6ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (16.5ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (0.3ms) BEGIN  (78.4ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (16.4ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (0.3ms) BEGIN  (70.3ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (16.2ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (0.4ms) BEGIN  (70.0ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (15.0ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (0.3ms) BEGIN  (79.2ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (30.9ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (66.0ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (38.7ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (30.9ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (13.9ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (0.5ms) BEGIN  (71.8ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (32.1ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (11.2ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (0.4ms) BEGIN  (82.9ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (11.7ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (0.4ms) BEGIN  (0.6ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (11.7ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (0.4ms) BEGIN  (97.3ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (47.6ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (10.6ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.7ms) BEGIN  (75.5ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.1ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (10.2ms) COMMIT Migrating to CreateSeos (20180904144238)  (0.5ms) BEGIN  (43.1ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (53.8ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (17.7ms) COMMIT Migrating to CreateKepplerPaymentsSettings (20181113122734)  (0.4ms) BEGIN  (77.6ms) CREATE TABLE "keppler_payments_settings" ("id" bigserial primary key, "mp_access_token" character varying, "stripe_login" character varying, "position" integer, "deleted_at" timestamp) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20181113122734"]]  (17.0ms) COMMIT ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.6ms) BEGIN ActiveRecord::InternalMetadata Create (1.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-11-13 12:30:33.723854"], ["updated_at", "2018-11-13 12:30:33.723854"]]  (7.5ms) COMMIT  (0.5ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (0.7ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-11-13 12:30:34.098509"], ["updated_at", "2018-11-13 12:30:34.098509"]]  (38.2ms) COMMIT Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (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", 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", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (0.8ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-2e972752"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$KhBeNyDoM6AivqcL4/HJtuRF.EFsk6G5Ve7IOUW17QPL.IaeSHZRi"], ["created_at", "2018-11-13 12:30:34.931478"], ["updated_at", "2018-11-13 12:30:34.931478"]] 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", 1], ["key", "user.create"], ["created_at", "2018-11-13 12:30:35.010821"], ["updated_at", "2018-11-13 12:30:35.010821"]] User::HABTM_Roles Create (0.7ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (38.7ms) COMMIT  (0.4ms) BEGIN Setting Create (1.2ms) INSERT INTO "settings" ("name", "description", "phone", "mobile", "email", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["phone", ""], ["mobile", ""], ["email", ""], ["created_at", "2018-11-13 12:30:35.189910"], ["updated_at", "2018-11-13 12:30:35.189910"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-11-13 12:30:35.193474"], ["updated_at", "2018-11-13 12:30:35.193474"]] SmtpSetting Create (1.0ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "test"], ["port", "25"], ["domain_name", "keppler.com"], ["email", "info@keppler.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-11-13 12:30:35.195322"], ["updated_at", "2018-11-13 12:30:35.195322"]] GoogleAnalyticsSetting Create (0.8ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-11-13 12:30:35.197500"], ["updated_at", "2018-11-13 12:30:35.197500"]]  (36.1ms) COMMIT SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.2ms) BEGIN SocialAccount Create (0.6ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-11-13 12:30:35.289040"], ["updated_at", "2018-11-13 12:30:35.289040"]]  (27.6ms) COMMIT Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.3ms) BEGIN Appearance Create (0.8ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-11-13 12:30:35.336787"], ["updated_at", "2018-11-13 12:30:35.336787"]]  (4.2ms) COMMIT  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-11-13 12:30:35.345685"], ["updated_at", "2018-11-13 12:30:35.345685"]]  (11.1ms) COMMIT  (0.5ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 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", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-11-13 12:30:35.395815"], ["updated_at", "2018-11-13 12:30:35.395815"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-13 12:30:35.401132"], ["updated_at", "2018-11-13 12:30:35.401132"]]  (22.3ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Partial Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (0.7ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-11-13 12:30:35.557112"], ["updated_at", "2018-11-13 12:30:35.557112"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-11-13 12:30:35.561876"], ["updated_at", "2018-11-13 12:30:35.561876"]]  (27.0ms) COMMIT Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:30:54 -0400  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 288ms (ActiveRecord: 25.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-13 08:30:54 -0400 Processing by Devise::SessionsController#new 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (30.0ms) Rendered admin/layouts/_head.html.haml (19012.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 19197ms (Views: 19182.9ms | ActiveRecord: 3.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 08:31:16 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-13 08:31:16 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-13 08:31:29 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ao1kM9oj9EETjC7Iizios7tuu4hSm9hT5YzVJbuwY+trjqF6I51MLBR3G7SRo0NoHP9bysiJswACMvhmyPINxg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.7ms) BEGIN  (0.2ms) ROLLBACK 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.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]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-11-13 12:31:30.176536"], ["last_sign_in_at", "2018-11-13 12:31:30.176536"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-11-13 12:31:30.177711"], ["id", 1]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-13 12:31:30.183691"], ["updated_at", "2018-11-13 12:31:30.183691"]]  (144.2ms) COMMIT Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 638ms (ActiveRecord: 155.2ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:31:30 -0400 Processing by Admin::RocketsController#rockets 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (134.4ms) Rendered admin/rockets/_create_rocket.haml (10.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (206.9ms) Rendered admin/layouts/_head.html.haml (580.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (304.9ms) Completed 500 Internal Server Error in 1300ms (ActiveRecord: 13.1ms) NameError - uninitialized constant KepplerPayments: app/views/admin/layouts/_sidebar.html.haml:22:in `block (4 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109787521200' app/views/admin/layouts/_sidebar.html.haml:20:in `block (3 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109787521200' app/views/admin/layouts/_sidebar.html.haml:19:in `block (2 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109787521200' app/views/admin/layouts/_sidebar.html.haml:9:in `block in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109787521200' app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109787521200' app/views/admin/layouts/application.html.haml:9:in `_app_views_admin_layouts_application_html_haml___641344376612868936_70109771870880' Started POST "/__better_errors/c7101ecda9376c0b/variables" for 127.0.0.1 at 2018-11-13 08:31:32 -0400 PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:32:08 -0400 Processing by Admin::RocketsController#rockets 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 [["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.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (28.9ms) Rendered admin/rockets/_create_rocket.haml (6.9ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (55.2ms) Rendered admin/layouts/_head.html.haml (487.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.4ms) Completed 500 Internal Server Error in 668ms (ActiveRecord: 9.0ms) NameError - uninitialized constant KepplerPayments: app/views/admin/layouts/_sidebar.html.haml:22:in `block (4 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109790778020' app/views/admin/layouts/_sidebar.html.haml:20:in `block (3 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109790778020' app/views/admin/layouts/_sidebar.html.haml:19:in `block (2 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109790778020' app/views/admin/layouts/_sidebar.html.haml:9:in `block in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109790778020' app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109790778020' app/views/admin/layouts/application.html.haml:9:in `_app_views_admin_layouts_application_html_haml___641344376612868936_68446580' Started POST "/__better_errors/64ff42473f54bc51/variables" for 127.0.0.1 at 2018-11-13 08:32:09 -0400 PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:32:48 -0400 Processing by Admin::RocketsController#rockets 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (21.3ms) Rendered admin/rockets/_create_rocket.haml (7.3ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (53.7ms) Rendered admin/layouts/_head.html.haml (513.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Rendered admin/layouts/_sidebar.html.haml (50.7ms) Completed 500 Internal Server Error in 691ms (ActiveRecord: 6.7ms) NameError - uninitialized constant KepplerPayments: app/views/admin/layouts/_sidebar.html.haml:13:in `block (2 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109794792080' app/views/admin/layouts/_sidebar.html.haml:9:in `block in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109794792080' app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109794792080' app/views/admin/layouts/application.html.haml:9:in `_app_views_admin_layouts_application_html_haml___641344376612868936_70109802762380' Started POST "/__better_errors/0b9b8490e51500ca/variables" for 127.0.0.1 at 2018-11-13 08:32:49 -0400 PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 08:43:15 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (2.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (234.5ms) Rendered admin/rockets/_create_rocket.haml (4.2ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (320.2ms) Rendered admin/layouts/_head.html.haml (4024.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (139.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Rendered admin/layouts/_sidebar.html.haml (67.1ms) Completed 500 Internal Server Error in 5137ms (ActiveRecord: 24.5ms) NameError - uninitialized constant KepplerPayments: app/views/admin/layouts/_sidebar.html.haml:13:in `block (2 levels) in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109796496580' app/views/admin/layouts/_sidebar.html.haml:9:in `block in _app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109796496580' app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml__3421076127178777824_70109796496580' app/views/admin/layouts/application.html.haml:9:in `_app_views_admin_layouts_application_html_haml___641344376612868936_70109778239040' Started POST "/__better_errors/53facfc217e0660b/variables" for 127.0.0.1 at 2018-11-13 08:43:21 -0400 PublicActivity::Activity Load (1.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Rocket"], ["LIMIT", 11]] Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 09:52:16 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 914ms (ActiveRecord: 62.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-13 09:52:18 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.5ms) 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (119.8ms) Rendered admin/layouts/_head.html.haml (43644.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 43924ms (Views: 43910.7ms | ActiveRecord: 2.9ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-13 09:53:06 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 09:53:06 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-13 09:53:19 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LvTGut0f1YpX+GgQa4DH+OHZPc5osI9ojNZe4Hpt9kWBmsSoF1m/q77szIl8Ou3slFFzMZa1OwWA0Wr7S8gu5Q==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.4ms) BEGIN  (0.3ms) ROLLBACK Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.4ms) BEGIN User Update (0.8ms) UPDATE "users" SET "current_sign_in_at" = $1, "sign_in_count" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["current_sign_in_at", "2018-11-13 13:53:19.602385"], ["sign_in_count", 2], ["updated_at", "2018-11-13 13:53:19.603907"], ["id", 1]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-13 13:53:19.648003"], ["updated_at", "2018-11-13 13:53:19.648003"]]  (47.1ms) COMMIT Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 658ms (ActiveRecord: 65.7ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 09:53:19 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (2.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (285.0ms) Rendered admin/rockets/_create_rocket.haml (5.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (313.9ms) Rendered admin/layouts/_head.html.haml (1147.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1663.8ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 3418ms (Views: 3216.2ms | ActiveRecord: 14.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 09:53:23 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 09:55:47 -0400 Processing by Admin::RocketsController#rockets 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (23.7ms) Rendered admin/rockets/_create_rocket.haml (4.8ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (67.0ms) Rendered admin/layouts/_head.html.haml (633.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (295.3ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Completed 200 OK in 1277ms (Views: 1061.0ms | ActiveRecord: 31.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 09:55:52 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 09:55:53 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-13 09:57:56 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:00:09 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (36.8ms) Rendered admin/rockets/_create_rocket.haml (9.9ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (96.1ms) Rendered admin/layouts/_head.html.haml (857.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (101.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (9.4ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1199ms (Views: 1125.7ms | ActiveRecord: 12.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:00:11 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:00:12 -0400 Started POST "/admin/settings/lang/es" for 127.0.0.1 at 2018-11-13 10:03:00 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"XU2j8iyNsVn9tTOAfhvCLGvioE0qILbIQkY/kcGqmOyQN9+XwK5eGeRO6nqRp7wcpLDw+zmY2jUf01wbeu4XcQ==", "locale"=>"es"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Setting Load (0.7ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.6ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "es"], ["updated_at", "2018-11-13 14:03:01.085461"], ["id", 1]]  (29.6ms) COMMIT Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 77ms (ActiveRecord: 37.4ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:03:01 -0400 Processing by Admin::RocketsController#rockets 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (17.2ms) Rendered admin/rockets/_create_rocket.haml (5.8ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (41.7ms) Rendered admin/layouts/_head.html.haml (1198.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.9ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (9.6ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Completed 200 OK in 1492ms (Views: 1445.8ms | ActiveRecord: 26.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:03:03 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:03:06 -0400 ActionController::RoutingError (No route matches [GET] "/admin/payments/settings"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/rails/info/routes?path=paym" for 127.0.0.1 at 2018-11-13 10:03:42 -0400 Processing by Rails::InfoController#routes as */* Parameters: {"path"=>"paym"} Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/rails/info/routes?path=paymen" for 127.0.0.1 at 2018-11-13 10:03:42 -0400 Processing by Rails::InfoController#routes as */* Parameters: {"path"=>"paymen"} Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:04:49 -0400 Processing by KepplerPayments::Admin::SettingsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]]  (28.8ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (19.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerPayments::Setting Load (0.7ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_listing.haml (17.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 50]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_description.haml (7.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application (166.7ms) Rendered admin/layouts/_head.html.haml (483.5ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (132.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (142.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1337ms (Views: 985.2ms | ActiveRecord: 176.2ms) Started GET "/assets/keppler_payments/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-11-13 10:04:51 -0400 Started GET "/assets/rails-ujs.self-551fbd47b981dacbb84a270f9123074caf39eb72aaf6f478ab597c6f81435e4b.js?body=1" for 127.0.0.1 at 2018-11-13 10:04:51 -0400 Started GET "/assets/keppler_payments/application.self-f571b9db02bf4ed04c38a6a29072ac382f7d4f47db1fab9817aeadb0d8665235.js?body=1" for 127.0.0.1 at 2018-11-13 10:04:51 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-13 10:04:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:04:52 -0400 Started GET "/admin/payments/settings/page/1.json" for 127.0.0.1 at 2018-11-13 10:04:52 -0400 Processing by KepplerPayments::Admin::SettingsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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.7ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.7ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.7ms | ActiveRecord: 11.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:04:52 -0400 Started GET "/admin/payments/settings/new" for 127.0.0.1 at 2018-11-13 10:05:03 -0400 Processing by KepplerPayments::Admin::SettingsController#new 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.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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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.5ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/new.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (50.3ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/new.haml within keppler_payments/admin/layouts/application (63.1ms) Rendered admin/layouts/_head.html.haml (519.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.7ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 772ms (Views: 717.4ms | ActiveRecord: 8.9ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-13 10:05:04 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:06:31 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-13 10:06:31 -0400 Processing by KepplerPayments::Admin::SettingsController#index as HTML Started GET "/admin/payments/settings/page/1.json" for 127.0.0.1 at 2018-11-13 10:06:34 -0400 Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerPayments::Admin::SettingsController#index as JSON Parameters: {"page"=>"1"} Setting Load (4.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (1.8ms) 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]] SocialAccount Load (10.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (8.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.9ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (1.5ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 191ms (Views: 1.3ms | ActiveRecord: 148.5ms)  (3.8ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (10.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.0ms) KepplerPayments::Setting Load (2.7ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_listing.haml (41.0ms) PublicActivity::Activity Exists (7.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 1]] PublicActivity::Activity Load (4.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 50]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_description.haml (24.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application (161.1ms) Rendered admin/layouts/_head.html.haml (1526.9ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (66.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (58.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (301.3ms) Rendered admin/layouts/_messages.html.haml (7.7ms) Rendered admin/layouts/_preloader.html.haml (13.9ms) Rendered admin/layouts/_footer.html.haml (6.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.5ms) Completed 200 OK in 2472ms (Views: 2148.4ms | ActiveRecord: 90.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-13 10:06:36 -0400 Started GET "/admin/payments/settings/page/1.json" for 127.0.0.1 at 2018-11-13 10:06:36 -0400 Processing by KepplerPayments::Admin::SettingsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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.7ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.6ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 0.9ms | ActiveRecord: 9.6ms) Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:06:54 -0400 Processing by KepplerPayments::Admin::SettingsController#index 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL Completed 500 Internal Server Error in 181ms (ActiveRecord: 26.2ms) NoMethodError - undefined method `layout' for #: Started POST "/__better_errors/ae50c99678958da9/variables" for 127.0.0.1 at 2018-11-13 10:06:55 -0400 PublicActivity::Activity Load (2.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (0.6ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] KepplerPayments::Setting Load (0.7ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:07:03 -0400 Processing by KepplerPayments::Admin::SettingsController#index as HTML Setting Load (0.3ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.9ms) KepplerPayments::Setting Load (1.4ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_listing.haml (42.0ms) PublicActivity::Activity Exists (2.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 50]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_description.haml (55.8ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application (237.9ms) Rendered admin/layouts/_head.html.haml (1461.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (143.6ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 2307ms (Views: 1988.8ms | ActiveRecord: 41.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-13 10:07:07 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:07:07 -0400 Started GET "/admin/payments/settings/page/1.json" for 127.0.0.1 at 2018-11-13 10:07:07 -0400 Processing by KepplerPayments::Admin::SettingsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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.5ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 37ms (ActiveRecord: 10.3ms) NoMethodError - undefined method `page' for nil:NilClass: app/controllers/concerns/object_query.rb:47:in `json_objects' app/controllers/concerns/object_query.rb:39:in `block (2 levels) in respond_to_formats' app/controllers/concerns/object_query.rb:35:in `respond_to_formats' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:07:08 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:07:23 -0400 Processing by KepplerPayments::Admin::SettingsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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.7ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerPayments::Setting Load (0.6ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_listing.haml (17.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 50]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_description.haml (7.0ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application (62.8ms) Rendered admin/layouts/_head.html.haml (513.8ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (23.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 752ms (Views: 725.3ms | ActiveRecord: 10.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-13 10:07:24 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:07:25 -0400 Started GET "/admin/payments/settings/page/1.json" for 127.0.0.1 at 2018-11-13 10:07:25 -0400 Processing by KepplerPayments::Admin::SettingsController#index as JSON Parameters: {"page"=>"1"} 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 (1.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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.7ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.7ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 46ms (ActiveRecord: 10.1ms) NoMethodError - undefined method `page' for nil:NilClass: app/controllers/concerns/object_query.rb:47:in `json_objects' app/controllers/concerns/object_query.rb:39:in `block (2 levels) in respond_to_formats' app/controllers/concerns/object_query.rb:35:in `respond_to_formats' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:07:25 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:07:32 -0400 Processing by KepplerPayments::Admin::SettingsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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.7ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.7ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE (1 = 1) AND ("keppler_payments_settings"."position" IS NOT NULL) ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Create (0.9ms) INSERT INTO "keppler_payments_settings" ("mp_access_token", "stripe_login", "position") VALUES ($1, $2, $3) RETURNING "id" [["mp_access_token", ""], ["stripe_login", ""], ["position", 1]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerPayments::Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_payments_setting.create"], ["created_at", "2018-11-13 14:07:32.980132"], ["updated_at", "2018-11-13 14:07:32.980132"]]  (32.8ms) COMMIT Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerPayments::Setting Load (0.7ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_listing.haml (26.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL AND "keppler_payments_settings"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (10.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_description.haml (42.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application (123.4ms) Rendered admin/layouts/_head.html.haml (569.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (20.9ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (150.9ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 1155ms (Views: 916.3ms | ActiveRecord: 85.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-13 10:07:34 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:07:34 -0400 Started GET "/admin/payments/settings/page/1.json" for 127.0.0.1 at 2018-11-13 10:07:34 -0400 Processing by KepplerPayments::Admin::SettingsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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.6ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 54ms (ActiveRecord: 8.3ms) NoMethodError - undefined method `page' for #: app/controllers/concerns/object_query.rb:47:in `json_objects' app/controllers/concerns/object_query.rb:39:in `block (2 levels) in respond_to_formats' app/controllers/concerns/object_query.rb:35:in `respond_to_formats' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:07:34 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:08:10 -0400 ActionController::RoutingError (No route matches [GET] "/admin/payments/settings"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/payments/settings/edit" for 127.0.0.1 at 2018-11-13 10:08:20 -0400 ActionController::RoutingError (No route matches [GET] "/admin/payments/settings/edit"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/payments/settings/1/edit" for 127.0.0.1 at 2018-11-13 10:08:25 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Parameters: {"id"=>"1"} 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 (2.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL AND "keppler_payments_settings"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (4.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (708.5ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (714.3ms) Completed 500 Internal Server Error in 1021ms (ActiveRecord: 49.4ms) CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] NoMethodError - undefined method `admin_payments_setting_path' for #<#:0x00007f97aedcc218>: Started POST "/__better_errors/599668af10b75f54/variables" for 127.0.0.1 at 2018-11-13 10:08:26 -0400 PublicActivity::Activity Load (4.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (11.4ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/payments/settings/1/edit" for 127.0.0.1 at 2018-11-13 10:08:46 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Parameters: {"id"=>"1"} 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.8ms) 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 (3.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL AND "keppler_payments_settings"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (0.5ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (936.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (939.2ms) Completed 500 Internal Server Error in 1174ms (ActiveRecord: 85.5ms) CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] NoMethodError - undefined method `admin_payments_setting_path' for #<#:0x0000000006d5b9b0> Did you mean? admin_payments_settings_path admin_payments_settings_url: Started POST "/__better_errors/b21c5678c388b462/variables" for 127.0.0.1 at 2018-11-13 10:08:49 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (0.4ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/payments/settings/1/edit" for 127.0.0.1 at 2018-11-13 10:08:56 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Parameters: {"id"=>"1"} 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL AND "keppler_payments_settings"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (13.3ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (16.1ms) Rendered admin/layouts/_head.html.haml (4052.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (211.3ms) CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (198.2ms) CACHE Role Load (0.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]] CACHE 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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1240.1ms) Rendered admin/layouts/_messages.html.haml (25.3ms) Rendered admin/layouts/_preloader.html.haml (47.0ms) Rendered admin/layouts/_footer.html.haml (22.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (25.0ms) Completed 200 OK in 6065ms (Views: 5886.4ms | ActiveRecord: 40.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:09:03 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:09:04 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:09:09 -0400 Processing by KepplerPayments::Admin::SettingsController#index 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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.8ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (2.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.5ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.6ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.3ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/payments/settings/1/edit" for 127.0.0.1 at 2018-11-13 10:09:12 -0400 CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/index.haml within keppler_payments/admin/layouts/application (3684.8ms) Completed 500 Internal Server Error in 3731ms (ActiveRecord: 23.0ms) CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] NameError - undefined local variable or method `reload_admin_payments_settings_path' for #<#:0x00000000067e98b0> Did you mean? edit_admin_payments_setting_path new_admin_payments_setting_path: Processing by KepplerPayments::Admin::SettingsController#edit as HTML Parameters: {"id"=>"1"} 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 (5.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL AND "keppler_payments_settings"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (5.2ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (31.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (36.8ms) Rendered admin/layouts/_head.html.haml (1088.9ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 1504ms (Views: 1337.7ms | ActiveRecord: 35.3ms) Started GET "/admin/payments/settings/1/edit" for 127.0.0.1 at 2018-11-13 10:09:23 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Parameters: {"id"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] KepplerPayments::Setting Load (1.2ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL AND "keppler_payments_settings"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (48.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (56.2ms) Rendered admin/layouts/_head.html.haml (1209.3ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (53.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.1ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Completed 200 OK in 1590ms (Views: 1541.3ms | ActiveRecord: 12.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:09:25 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:09:25 -0400 Started GET "/admin/payments/settings/edit" for 127.0.0.1 at 2018-11-13 10:10:32 -0400 ActionController::RoutingError (No route matches [GET] "/admin/payments/settings/edit"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:10:40 -0400 NameError - uninitialized constant KepplerPayments::AdminController: Started POST "/__better_errors/7d3c06d3f740ca05/variables" for 127.0.0.1 at 2018-11-13 10:10:40 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:11:16 -0400 NameError - uninitialized constant KepplerPayments::AdminController: Started POST "/__better_errors/57dfe8f98d2cfda6/variables" for 127.0.0.1 at 2018-11-13 10:11:17 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:11:54 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (0.7ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (576.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (579.3ms) Completed 500 Internal Server Error in 758ms (ActiveRecord: 29.8ms) CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] NoMethodError - undefined method `admin_payments_setting_path' for #<#:0x00007f97ac57dbe0> Did you mean? admin_payments_edit_path: Started POST "/__better_errors/09fc14bd934197f4/variables" for 127.0.0.1 at 2018-11-13 10:11:56 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (0.6ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/payments/settings/edit" for 127.0.0.1 at 2018-11-13 10:17:50 -0400 ActionController::RoutingError (No route matches [GET] "/admin/payments/settings/edit"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:18:11 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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.9ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.7ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (21.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (25.5ms) Rendered admin/layouts/_head.html.haml (1191.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (53.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (249.2ms) Rendered admin/layouts/_messages.html.haml (7.9ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Completed 200 OK in 1887ms (Views: 1611.5ms | ActiveRecord: 84.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:18:13 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:18:14 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:18:55 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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 (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (15.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (19.1ms) Rendered admin/layouts/_head.html.haml (558.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (22.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (169.1ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1058ms (Views: 821.7ms | ActiveRecord: 44.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:18:57 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:18:58 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:19:21 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (0.3ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.3ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (16.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (21.2ms) Rendered admin/layouts/_head.html.haml (681.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (21.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.5ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1134ms (Views: 911.7ms | ActiveRecord: 32.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:19:23 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:19:24 -0400 Started PATCH "/admin/payments/settings/update" for 127.0.0.1 at 2018-11-13 10:19:42 -0400 Processing by KepplerPayments::Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dklq7Qm97zehwIU4I4JyX9T9g+tS8GQAVU2c1BVuQJ27MxaI5Z4Ad7g7XMLMPgxvG6/TXUFICP0I2P9erirPAA==", "setting"=>{"mp_access_token"=>"czxcxz", "stripe_login"=>"cxzczxcxz"}, "_save"=>"Guardar"} Setting Load (2.5ms) 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 (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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.8ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.7ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.8ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL  (0.3ms) BEGIN KepplerPayments::Setting Update (0.8ms) UPDATE "keppler_payments_settings" SET "mp_access_token" = $1, "stripe_login" = $2 WHERE "keppler_payments_settings"."id" = $3 [["mp_access_token", "czxcxz"], ["stripe_login", "cxzczxcxz"], ["id", 1]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerPayments::Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_payments_setting.update"], ["created_at", "2018-11-13 14:19:42.767520"], ["updated_at", "2018-11-13 14:19:42.767520"]]  (81.1ms) COMMIT Redirected to http://localhost:3000/admin/payments/settings Completed 302 Found in 156ms (ActiveRecord: 106.2ms) Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:19:42 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.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]] CACHE Appearance Load (0.0ms) 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", 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.6ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (1.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (48.0ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (55.6ms) Rendered admin/layouts/_head.html.haml (1224.3ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (75.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.9ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 1648ms (Views: 1600.8ms | ActiveRecord: 11.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:19:45 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:19:46 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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.6ms) SELECT COUNT(DISTINCT "keppler_payments_settings"."id") FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (17.6ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (21.1ms) Rendered admin/layouts/_head.html.haml (651.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (62.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.5ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 909ms (Views: 883.6ms | ActiveRecord: 8.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:19:49 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:19:50 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:20:23 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] KepplerPayments::Setting Load (1.4ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] Completed 500 Internal Server Error in 1469ms (ActiveRecord: 27.1ms) CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT DISTINCT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] NoMethodError - undefined method `index_variables' for #: Started POST "/__better_errors/ea06ebfd4cd34512/variables" for 127.0.0.1 at 2018-11-13 10:20:26 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:20:34 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (2.2ms) 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 (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] KepplerPayments::Setting Load (3.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (172.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (212.8ms) Rendered admin/layouts/_head.html.haml (2426.6ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (287.6ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Completed 200 OK in 3582ms (Views: 3085.6ms | ActiveRecord: 94.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:20:40 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:20:42 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:20:43 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.1ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (32.5ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (39.6ms) Rendered admin/layouts/_head.html.haml (1167.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (56.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (145.5ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 1812ms (Views: 1474.7ms | ActiveRecord: 43.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:20:45 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:20:46 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:21:08 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (51.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (57.3ms) Rendered admin/layouts/_head.html.haml (1336.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (55.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (797.5ms) Rendered admin/layouts/_messages.html.haml (25.9ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 2438ms (Views: 2365.5ms | ActiveRecord: 30.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:21:11 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:21:11 -0400 Started PATCH "/admin/payments/settings/update" for 127.0.0.1 at 2018-11-13 10:21:13 -0400 Processing by KepplerPayments::Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Wssviy4VOHK3zDj+XHL/ceLHEdA+mQpqbXQKlR1cOe6XsVPuwjbXMq434QSzzoFBLZVBZi0hZpcw4Wkfphi2cw==", "setting"=>{"mp_access_token"=>"czxcxz", "stripe_login"=>"cxzczxcxz"}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerPayments::Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_payments_setting.update"], ["created_at", "2018-11-13 14:21:13.868877"], ["updated_at", "2018-11-13 14:21:13.868877"]]  (30.4ms) COMMIT Redirected to http://localhost:3000/admin/payments/settings Completed 302 Found in 95ms (ActiveRecord: 39.2ms) Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:21:13 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (17.9ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (21.3ms) Rendered admin/layouts/_head.html.haml (576.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (25.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.6ms) Rendered admin/layouts/_messages.html.haml (6.5ms) Rendered admin/layouts/_preloader.html.haml (13.5ms) Rendered admin/layouts/_footer.html.haml (6.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.1ms) Completed 200 OK in 877ms (Views: 844.3ms | ActiveRecord: 9.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:21:15 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:21:35 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (63.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (74.8ms) Rendered admin/layouts/_head.html.haml (1281.0ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (55.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (67.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (591.6ms) Rendered admin/layouts/_messages.html.haml (27.6ms) Rendered admin/layouts/_preloader.html.haml (62.0ms) Rendered admin/layouts/_footer.html.haml (20.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (26.5ms) Completed 200 OK in 2338ms (Views: 2276.2ms | ActiveRecord: 20.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:21:37 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:21:38 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:22:27 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (0.9ms) 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 (0.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (30.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (35.7ms) Rendered admin/layouts/_head.html.haml (593.1ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.2ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (18.3ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 828ms (Views: 794.4ms | ActiveRecord: 9.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:22:28 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:22:28 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:22:36 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (1.3ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (29.8ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (33.6ms) Rendered admin/layouts/_head.html.haml (738.2ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (26.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.8ms) Rendered admin/layouts/_messages.html.haml (6.3ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.7ms) Completed 200 OK in 1031ms (Views: 998.0ms | ActiveRecord: 11.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:22:38 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:22:39 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:22:53 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (1.2ms) 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (43.4ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (50.0ms) Rendered admin/layouts/_head.html.haml (1253.7ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (60.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (62.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (512.4ms) Rendered admin/layouts/_messages.html.haml (27.3ms) Rendered admin/layouts/_preloader.html.haml (47.2ms) Rendered admin/layouts/_footer.html.haml (18.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (25.2ms) Completed 200 OK in 2148ms (Views: 2099.7ms | ActiveRecord: 18.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:22:55 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:22:56 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:23:46 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.4ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (42.0ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (48.6ms) Completed 500 Internal Server Error in 81ms (ActiveRecord: 7.3ms) SyntaxError - syntax error, unexpected '\n', expecting => ... {{ placeholder: "Stripe key" } ... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml:40: syntax error, unexpected keyword_end, expecting ')' ...\n\n".freeze);; end;; _hamlout.buffer << ((::Ham... ... ^~~ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml:40: syntax error, unexpected keyword_ensure, expecting ')' ...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.... ... ^~~~~~ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml:40: syntax error, unexpected keyword_end, expecting ')' ...uffer.upper if @haml_buffer;end; ... ^~~ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml:43: syntax error, unexpected keyword_end, expecting ')' end ^~~: Started POST "/__better_errors/7c3b515052db75b9/variables" for 127.0.0.1 at 2018-11-13 10:23:46 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerPayments::Setting"], ["LIMIT", 11]] Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:23:54 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (2.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (1.7ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.2ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (246.8ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (286.5ms) Rendered admin/layouts/_head.html.haml (836.0ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (26.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.0ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Completed 200 OK in 1553ms (Views: 1360.0ms | ActiveRecord: 22.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:23:58 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:23:58 -0400 Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:37:28 -0400 Processing by KepplerPayments::Admin::SettingsController#edit as HTML Setting Load (1.1ms) 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (40.3ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (46.3ms) Rendered admin/layouts/_head.html.haml (4594.0ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (152.2ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 5346ms (Views: 4882.2ms | ActiveRecord: 49.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:37:35 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:37:35 -0400 Started PATCH "/admin/payments/settings/update" for 127.0.0.1 at 2018-11-13 10:37:40 -0400 Processing by KepplerPayments::Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SFVaVwMdQUWYr8e43cXPnQ3M9GcjlzMYHV5qp0o9NtqFLyYy7z6uBYFUHkIyebGtwp6k0TAvX+VAywkt8Xm5Rw==", "setting"=>{"mp_access_token"=>"", "stripe_login"=>""}, "_save"=>"Guardar"} Setting Load (2.3ms) 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.5ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL  (0.6ms) BEGIN KepplerPayments::Setting Update (0.6ms) UPDATE "keppler_payments_settings" SET "mp_access_token" = $1, "stripe_login" = $2 WHERE "keppler_payments_settings"."id" = $3 [["mp_access_token", ""], ["stripe_login", ""], ["id", 1]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerPayments::Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_payments_setting.update"], ["created_at", "2018-11-13 14:37:40.791525"], ["updated_at", "2018-11-13 14:37:40.791525"]]  (21.9ms) COMMIT Redirected to http://localhost:3000/admin/payments/settings Completed 302 Found in 68ms (ActiveRecord: 34.0ms) Started GET "/admin/payments/settings" for 127.0.0.1 at 2018-11-13 10:37:40 -0400 Processing by KepplerPayments::Admin::SettingsController#edit 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 [["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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerPayments::Setting Load (0.6ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerPayments::Setting Load (0.0ms) SELECT "keppler_payments_settings".* FROM "keppler_payments_settings" WHERE "keppler_payments_settings"."deleted_at" IS NULL ORDER BY "keppler_payments_settings"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/_form.haml (43.8ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/settings/edit.haml within keppler_payments/admin/layouts/application (50.5ms) Rendered admin/layouts/_head.html.haml (561.3ms) Rendered rockets/keppler_payments/app/views/keppler_payments/admin/layouts/_head.haml (24.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 813ms (Views: 773.9ms | ActiveRecord: 10.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:37:42 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:41:05 -0400 Processing by Admin::RocketsController#rockets 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (25.6ms) Rendered admin/rockets/_create_rocket.haml (7.6ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (49.6ms) Rendered admin/layouts/_head.html.haml (716.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.3ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 927ms (Views: 894.4ms | ActiveRecord: 7.8ms) Started POST "/admin/rockets/build/keppler_frontend" for 127.0.0.1 at 2018-11-13 10:41:11 -0400 Processing by Admin::RocketsController#build as HTML Parameters: {"authenticity_token"=>"b/cBLHdm3mrty7adNbDI55lMeul4dN7D0EwXNFL5ihmijX1Jm0UxKvQwb2faDLbXVh4qX2vMsj6N2XS+6b0FhA==", "rocket"=>"keppler_frontend"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 1807ms (ActiveRecord: 7.7ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:41:13 -0400 Processing by Admin::RocketsController#rockets 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (12.8ms) Rendered admin/rockets/_create_rocket.haml (5.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (34.4ms) Rendered admin/layouts/_head.html.haml (527.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 724ms (Views: 697.2ms | ActiveRecord: 6.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:41:17 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:41:27 -0400 Processing by Admin::RocketsController#rockets 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (19.4ms) Rendered admin/rockets/_create_rocket.haml (8.5ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (46.7ms) Rendered admin/layouts/_head.html.haml (721.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 901ms (Views: 870.5ms | ActiveRecord: 7.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:41:30 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-13 10:41:32 -0400 Started POST "/admin/rockets/build/keppler_payments" for 127.0.0.1 at 2018-11-13 10:41:46 -0400 Processing by Admin::RocketsController#build as HTML Parameters: {"authenticity_token"=>"DAeZYBmnfMdjiylRdgXRe1TXcwVrf7x2M6TwmTShcN3BfeUF9YSTh3pw8KuZua9Lm4Ujs3jH0ItuMZMTj+X/QA==", "rocket"=>"keppler_payments"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 93ms (ActiveRecord: 6.2ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:41:46 -0400 Processing by Admin::RocketsController#rockets 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (12.3ms) Rendered admin/rockets/_create_rocket.haml (5.2ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (35.8ms) Rendered admin/layouts/_head.html.haml (537.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Completed 200 OK in 707ms (Views: 678.6ms | ActiveRecord: 7.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:41:47 -0400 Started DELETE "/admin/rockets/uninstall/keppler_payments" for 127.0.0.1 at 2018-11-13 10:41:59 -0400 Processing by Admin::RocketsController#uninstall as HTML Parameters: {"authenticity_token"=>"Qf41exNp4NwQmUy1VkyJN0HLzeNsgu3rQwwKRLeLBemMhEke/0oPnAlilU+58PcHjpmdVX86gRYemWnODM+KdA==", "rocket"=>"keppler_payments"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]]  (85.9ms) DROP TABLE "keppler_payments_settings" Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 29577ms (ActiveRecord: 8.0ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-13 10:42:33 -0400  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (9.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (125.6ms) Rendered admin/rockets/_create_rocket.haml (5.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (166.9ms) Rendered admin/layouts/_head.html.haml (12073.6ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (59.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (306.5ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 12973ms (Views: 12658.1ms | ActiveRecord: 55.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-13 10:42:46 -0400 Started GET "/admin/settings/social_accounts" for 127.0.0.1 at 2018-11-13 10:45:30 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"social_accounts"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE SocialAccount Load (0.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_social_accounts.html.haml (166.4ms) Rendered admin/settings/_form.html.haml (221.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (225.0ms) Rendered admin/layouts/_head.html.haml (545.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.8ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (20.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 974ms (Views: 893.1ms | ActiveRecord: 6.6ms) Started GET "/admin/customizes" for 127.0.0.1 at 2018-11-14 08:07:10 -0400  (21.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActionController::RoutingError (No route matches [GET] "/admin/customizes"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 08:08:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (21.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (33.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (27.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 584ms (ActiveRecord: 149.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 08:08:53 -0400 Processing by Devise::SessionsController#new 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (14.0ms) Rendered admin/layouts/_head.html.haml (27722.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Completed 200 OK in 27845ms (Views: 27836.0ms | ActiveRecord: 2.6ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-14 08:09:21 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-14 08:09:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 08:09:25 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 08:09:25 -0400 Started GET "/" for 127.0.0.1 at 2018-11-14 08:18:52 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (229.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (143.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (17.9ms) Started GET "/" for 127.0.0.1 at 2018-11-14 08:18:55 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (2.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 (2.9ms) 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]] KepplerLanguages::Language Load (5.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.1ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (139.8ms) Started GET "/" for 127.0.0.1 at 2018-11-14 08:19:01 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (44.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (11.1ms) 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.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (8.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (5.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (6.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (37.1ms) Started GET "/" for 127.0.0.1 at 2018-11-14 08:19:10 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (15.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (4.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (2.9ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (2.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (19.6ms) Started GET "/" for 127.0.0.1 at 2018-11-14 08:19:15 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (5.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (18.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (23.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (3.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (2.0ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (6.0ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (17.6ms) Rendered app/layouts/_google_analytics.html.haml (6.4ms) Rendered app/layouts/_head.html.haml (19931.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (20180.3ms) Rendered app/layouts/_google_analytics.html.haml (2.9ms) Rendered app/layouts/_head.html.haml (22949.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (22981.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (28.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (16.7ms) Rendered app/layouts/_google_analytics.html.haml (6.2ms) Rendered app/layouts/_head.html.haml (4434.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (4488.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (17.3ms) Rendered app/layouts/_google_analytics.html.haml (4.6ms) Rendered app/layouts/_head.html.haml (2805.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (2873.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (16.7ms) Rendered app/layouts/_google_analytics.html.haml (6.3ms) Rendered app/layouts/_head.html.haml (17212.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (17276.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (36.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (9041.0ms) Completed 500 Internal Server Error in 12141ms (ActiveRecord: 66.9ms) RuntimeError - can't add a new key into hash during iteration: app/helpers/fronts_helper.rb:6:in `set_head' Started POST "/__better_errors/220a69e3d50b585b/variables" for 127.0.0.1 at 2018-11-14 08:19:29 -0400 Started GET "/" for 127.0.0.1 at 2018-11-14 08:19:33 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (37.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (421.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (166.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.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]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (16.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (18336.5ms) Completed 200 OK in 38956ms (Views: 38578.4ms | ActiveRecord: 29.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (13760.8ms) Completed 200 OK in 31195ms (Views: 31053.2ms | ActiveRecord: 86.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (18375.5ms) Completed 200 OK in 42077ms (Views: 41386.6ms | ActiveRecord: 398.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (18284.2ms) Completed 200 OK in 23145ms (Views: 22908.9ms | ActiveRecord: 72.9ms) Rendered app/layouts/_google_analytics.html.haml (6.7ms) Rendered app/layouts/_head.html.haml (724.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (757.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (37.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1113.5ms) Completed 200 OK in 2809ms (Views: 1878.9ms | ActiveRecord: 632.8ms) Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-14 08:19:37 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-14 08:19:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 08:19:38 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-14 08:19:38 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin" for 127.0.0.1 at 2018-11-14 08:19:42 -0400 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 8ms (ActiveRecord: 2.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 08:19:42 -0400 Processing by Devise::SessionsController#new 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.6ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (9.9ms) Rendered admin/layouts/_head.html.haml (11407.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 11476ms (Views: 11467.1ms | ActiveRecord: 2.6ms) Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 08:19:59 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MisfcNKxVVUNQUs9DIPLVhx82Bey58NnCChEn7T7ywZVXYKn6cUHLajszisJF1FAQCq3y0t4KgjNbCD4wjbKag==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.7ms) BEGIN  (0.6ms) ROLLBACK Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (20.3ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-14 12:19:59.750532"], ["last_sign_in_at", "2018-11-13 13:53:19.602385"], ["sign_in_count", 3], ["updated_at", "2018-11-14 12:19:59.751602"], ["id", 1]] PublicActivity::Activity Create (139.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 12:19:59.783247"], ["updated_at", "2018-11-14 12:19:59.783247"]]  (28.2ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 470ms (ActiveRecord: 254.4ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 08:19:59 -0400 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (52.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 148ms (ActiveRecord: 86.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 08:20:00 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Started GET "/admin" for 127.0.0.1 at 2018-11-14 08:20:02 -0400 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 334ms (ActiveRecord: 316.7ms) CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (116.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (986.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (453.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (23.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (453.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Completed 200 OK in 3941ms (Views: 1908.7ms | ActiveRecord: 151.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 08:20:05 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (8.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 08:20:06 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 08:20:06 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 08:20:06 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 08:20:06 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (51.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1109.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Completed 200 OK in 2814ms (Views: 1316.6ms | ActiveRecord: 22.6ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 08:20:08 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 08:20:08 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 08:20:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 08:20:09 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 08:20:20 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 08:22:43 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (4.3ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (90.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1036.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.9ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Completed 200 OK in 4178ms (Views: 1298.4ms | ActiveRecord: 21.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 08:22:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 08:22:49 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 08:22:49 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 08:22:49 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-14 09:24:15 -0400 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 (0.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 10ms (ActiveRecord: 3.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 09:24:16 -0400 Processing by Devise::SessionsController#new 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 [["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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (9.9ms) Rendered admin/layouts/_head.html.haml (520.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 617ms (Views: 610.2ms | ActiveRecord: 1.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 09:24:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 09:24:19 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 09:24:24 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pm5rsfKn+LcOXhnCj2tPXiW2wiZUBfLEDWKRwQupWDuum+b6f+6rj2aq1/5nEPv/QfgXdnOyALZ2W9cmXxPyQA==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (1.0ms) ROLLBACK Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.5ms) 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]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.4ms) BEGIN User Update (0.8ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-14 13:24:24.693230"], ["last_sign_in_at", "2018-11-14 12:19:59.750532"], ["sign_in_count", 4], ["updated_at", "2018-11-14 13:24:24.694843"], ["id", 1]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 13:24:24.698031"], ["updated_at", "2018-11-14 13:24:24.698031"]]  (54.9ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 201ms (ActiveRecord: 67.7ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 09:24:24 -0400 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 [["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.3ms) 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]] CACHE Appearance Load (0.1ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 28ms (ActiveRecord: 10.0ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 09:24:24 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (72.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1076.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (63.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (91.3ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Completed 200 OK in 2876ms (Views: 1351.5ms | ActiveRecord: 6.5ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 09:24:27 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 09:24:27 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 09:24:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 09:24:28 -0400 Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-14 10:25:19 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (38.9ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (31.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (14.5ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (6.9ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (116.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1884.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.8ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 2425ms (Views: 2138.7ms | ActiveRecord: 85.3ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-14 10:25:25 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerLanguages::Language Load (0.5ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (15.4ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (6.4ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (55.1ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (476.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.3ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 674ms (Views: 641.5ms | ActiveRecord: 10.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 10:25:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 10:25:30 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-14 10:25:30 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.4ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 0.7ms | ActiveRecord: 6.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 10:43:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (40.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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (9.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (26.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (74.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (540.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.8ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 1019ms (Views: 727.1ms | ActiveRecord: 97.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 10:43:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.5ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (24.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (7.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (15.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (74.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (454.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (46.5ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 662ms (Views: 618.4ms | ActiveRecord: 16.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 10:43:07 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 10:43:07 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-14 10:43:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 1.1ms | ActiveRecord: 11.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 10:44:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (3.3ms) 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 (2.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (7.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (15.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (62.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (417.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (369.6ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1383ms (Views: 889.6ms | ActiveRecord: 107.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 10:44:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 10:44:15 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-14 10:44:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.1ms | ActiveRecord: 8.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-14 10:44:16 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 11:30:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (23.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (28.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 11:30:39 -0400 User Load (22.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 965ms (ActiveRecord: 82.7ms) Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 88ms (ActiveRecord: 15.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:30:40 -0400 Processing by Devise::SessionsController#new 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (81.5ms) Rendered admin/layouts/_head.html.haml (4117.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 4473ms (Views: 4422.7ms | ActiveRecord: 2.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:30:49 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:30:49 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:36:07 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZPLkowHen7+FMC9gLhTjRZnhcI7fZvYNMcAh3rxWq2aPk2+6cA+2xD976fJ4YOZxXVSX+iaYscYTV7iZEwvELg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK 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 (1.2ms) 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.5ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]] Completed 401 Unauthorized in 430ms (ActiveRecord: 76.3ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZPLkowHen7+FMC9gLhTjRZnhcI7fZvYNMcAh3rxWq2aPk2+6cA+2xD976fJ4YOZxXVSX+iaYscYTV7iZEwvELg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE SocialAccount Load (0.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE KepplerLanguages::Language Load (0.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.2ms) Rendered admin/layouts/_head.html.haml (510.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1070ms (Views: 533.2ms | ActiveRecord: 0.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:36:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:36:12 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:36:17 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LYT9KXM3fIL84bG19CNR73g6iIdMczG/Hoy5/iX52f3G5XYwAuZV+UaqdyeiV1TbvI9v87WNdnQ8GyC5iqS2tQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.4ms) BEGIN  (0.9ms) ROLLBACK Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.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.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.7ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-14 15:36:17.400956"], ["last_sign_in_at", "2018-11-14 13:24:24.693230"], ["sign_in_count", 5], ["updated_at", "2018-11-14 15:36:17.409225"], ["id", 1]] PublicActivity::Activity Create (27.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 15:36:17.535352"], ["updated_at", "2018-11-14 15:36:17.535352"]]  (11.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views Completed 302 Found in 317ms (ActiveRecord: 51.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-14 11:36:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (22.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.7ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (21.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (54.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (233.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (428.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (92.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (18.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (734.6ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Completed 200 OK in 1968ms (Views: 1556.0ms | ActiveRecord: 70.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:36:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:36:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-14 11:36:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 0.8ms | ActiveRecord: 6.7ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:36:29 -0400 Processing by Admin::RolesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (12.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (5.5ms) Rendered admin/roles/index.html.haml within admin/layouts/application (79.6ms) Rendered admin/layouts/_head.html.haml (496.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.2ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 733ms (Views: 675.2ms | ActiveRecord: 9.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:36:30 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:36:30 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 0.8ms | ActiveRecord: 7.5ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-11-14 11:36:31 -0400 Processing by Admin::RolesController#new as HTML 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (186.4ms) Rendered admin/roles/new.html.haml within admin/layouts/application (189.9ms) Rendered admin/layouts/_head.html.haml (449.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.8ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 763ms (Views: 739.5ms | ActiveRecord: 7.0ms) Started POST "/admin/roles" for 127.0.0.1 at 2018-11-14 11:36:36 -0400 Processing by Admin::RolesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p6MRlsMYFvHcCWsxuAKq9iUrc/Ml/f5mOxHMCwZW/Rlsch+H2gFKrs5h2bt1sRFwUw2LeV2qHsCwOkl1wXBLFA==", "role"=>{"name"=>""}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN Role Exists (0.5ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", ""], ["LIMIT", 1]]  (0.3ms) ROLLBACK Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (21.5ms) Rendered admin/roles/new.html.haml within admin/layouts/application (25.8ms) Rendered admin/layouts/_head.html.haml (472.6ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) 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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.1ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 668ms (Views: 606.7ms | ActiveRecord: 8.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:36:39 -0400 Started POST "/admin/roles" for 127.0.0.1 at 2018-11-14 11:36:42 -0400 Processing by Admin::RolesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BYKeO5NnyMmEV5MAjhfRMNwbYKkuGaB8JTtG+7XyHWzO3qeamuT6SAsMmCJrZJxXin198E2gCXmYtGBj9oCCvw==", "role"=>{"name"=>"Operador"}, "_save"=>"Guardar"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN Role Exists (1.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Operador"], ["LIMIT", 1]] Role Create (97.3ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "Operador"], ["created_at", "2018-11-14 15:36:42.995138"], ["updated_at", "2018-11-14 15:36:42.995138"]]  (18.0ms) COMMIT Redirected to http://localhost:3000/admin/roles/2/add_permissions Completed 302 Found in 150ms (ActiveRecord: 122.8ms) Started GET "/admin/roles/2/add_permissions" for 127.0.0.1 at 2018-11-14 11:36:43 -0400 Processing by Admin::PermissionsController#add as HTML Parameters: {"role_id"=>"2"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering admin/permissions/add.html.haml within admin/layouts/application 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]] Rendered admin/permissions/_switch.html.haml (11.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (15.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.5ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (3.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) Rendered admin/permissions/add.html.haml within admin/layouts/application (369.2ms) Rendered admin/layouts/_head.html.haml (465.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.9ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (12.6ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (10.8ms) Completed 200 OK in 1107ms (Views: 971.4ms | ActiveRecord: 10.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:36:44 -0400 Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:36:46 -0400 Processing by Admin::RolesController#index 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 (1.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (21.6ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (6.0ms) Rendered admin/roles/index.html.haml within admin/layouts/application (65.1ms) Rendered admin/layouts/_head.html.haml (422.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.9ms) Completed 200 OK in 636ms (Views: 593.1ms | ActiveRecord: 14.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:36:47 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:36:47 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 14.2ms | ActiveRecord: 8.0ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:36:48 -0400 Processing by Admin::UsersController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) 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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.7ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (11.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (10.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.3ms) Rendered admin/users/_description.html.haml (34.0ms) Rendered admin/users/index.html.haml within admin/layouts/application (131.2ms) Rendered admin/layouts/_head.html.haml (653.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.2ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (6.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Completed 200 OK in 1053ms (Views: 969.3ms | ActiveRecord: 14.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:36:49 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:36:49 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 0.8ms | ActiveRecord: 7.6ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-11-14 11:36:50 -0400 Processing by Admin::UsersController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (407.5ms) Rendered admin/users/new.html.haml within admin/layouts/application (411.0ms) Rendered admin/layouts/_head.html.haml (427.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 977ms (Views: 959.3ms | ActiveRecord: 5.1ms) Started POST "/admin/users" for 127.0.0.1 at 2018-11-14 11:37:03 -0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IIk0fE8O4pDC9ZxNFmDTbC9EjZnaW8d7BrjJF+lqRHK2MiW2msYRH/80dK40oVhov2ikZ76uoBiPYKDl/PGm0Q==", "user"=>{"name"=>"dsfs", "email"=>"dsfsd", "role_ids"=>"2", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "_save"=>"Guardar"} 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (1.5ms) BEGIN Role Exists (1.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "Operador"], ["id", 2], ["LIMIT", 1]] User Exists (1.4ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "dsfsd"], ["LIMIT", 1]]  (1.7ms) ROLLBACK Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (266.8ms) Rendered admin/users/new.html.haml within admin/layouts/application (295.1ms) Rendered admin/layouts/_head.html.haml (4282.1ms) Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (186.0ms) 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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (223.7ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (9.6ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Completed 200 OK in 5447ms (Views: 5104.1ms | ActiveRecord: 22.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:37:09 -0400 Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:37:11 -0400 Processing by Admin::RolesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (22.4ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (7.1ms) Rendered admin/roles/index.html.haml within admin/layouts/application (75.2ms) Rendered admin/layouts/_head.html.haml (454.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 679ms (Views: 654.4ms | ActiveRecord: 8.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:37:11 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:37:11 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 22ms (Views: 1.2ms | ActiveRecord: 6.5ms) Started DELETE "/admin/roles/2" for 127.0.0.1 at 2018-11-14 11:37:14 -0400 Processing by Admin::RolesController#destroy as HTML Parameters: {"authenticity_token"=>"OEEQNsbnwKavUZIQEedcUHyRX5WdpGMeoFOSIfFZxOrzHSmXz2TyJyAKmTL0lBE3KvdCzP4dyhsd3LS5sitbOQ==", "id"=>"2"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 2]] Role::HABTM_Users Destroy (31.8ms) DELETE FROM "users_roles" WHERE "users_roles"."role_id" = $1 [["role_id", 2]] Role Destroy (30.1ms) DELETE FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (13.7ms) COMMIT Redirected to http://localhost:3000/admin/roles Completed 302 Found in 117ms (ActiveRecord: 82.5ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:37:15 -0400 Processing by Admin::RolesController#index 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (18.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (7.1ms) Rendered admin/roles/index.html.haml within admin/layouts/application (75.4ms) Rendered admin/layouts/_head.html.haml (537.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.6ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 752ms (Views: 722.6ms | ActiveRecord: 11.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:37:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:37:16 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:37:16 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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 (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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.3ms | ActiveRecord: 6.7ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:37:18 -0400 Processing by Admin::UsersController#index as HTML Setting Load (0.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.8ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (14.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (13.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (9.1ms) Rendered admin/users/_description.html.haml (36.7ms) Rendered admin/users/index.html.haml within admin/layouts/application (94.8ms) Rendered admin/layouts/_head.html.haml (450.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.3ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 681ms (Views: 646.4ms | ActiveRecord: 14.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:37:18 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:37:18 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 1.1ms | ActiveRecord: 7.7ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-11-14 11:37:24 -0400 Processing by Admin::UsersController#new as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (28.8ms) Rendered admin/users/new.html.haml within admin/layouts/application (31.5ms) Rendered admin/layouts/_head.html.haml (437.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (43.0ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (3.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Completed 200 OK in 577ms (Views: 553.0ms | ActiveRecord: 7.2ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:37:31 -0400 Processing by Admin::RolesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:37:31 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (3.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.9ms) Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:37:31 -0400 Role Load (1.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (19.3ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (8.7ms) Rendered admin/roles/index.html.haml within admin/layouts/application (111.9ms) Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (4.8ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (3.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 1.7ms | ActiveRecord: 19.5ms) Rendered admin/layouts/_head.html.haml (820.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.9ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (5.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 1084ms (Views: 1046.6ms | ActiveRecord: 13.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:37:32 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:37:32 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.4ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 22ms (Views: 0.7ms | ActiveRecord: 5.5ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-11-14 11:37:33 -0400 Processing by Admin::RolesController#new 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (17.7ms) Rendered admin/roles/new.html.haml within admin/layouts/application (22.3ms) Rendered admin/layouts/_head.html.haml (420.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 588ms (Views: 564.3ms | ActiveRecord: 8.0ms) Started POST "/admin/roles" for 127.0.0.1 at 2018-11-14 11:37:36 -0400 Processing by Admin::RolesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"c5/0ZpakoKQudfRibPth7iJKd4fS+Oi31/AehKelgrK4Tvp3j738+zwdRuihSNpoVGyPDaqvCBFc25v6YIM0vw==", "role"=>{"name"=>"Operador"}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "Operador"], ["LIMIT", 1]] Role Create (0.4ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "Operador"], ["created_at", "2018-11-14 15:37:36.906100"], ["updated_at", "2018-11-14 15:37:36.906100"]]  (43.1ms) COMMIT Redirected to http://localhost:3000/admin/roles/3/add_permissions Completed 302 Found in 69ms (ActiveRecord: 49.0ms) Started GET "/admin/roles/3/add_permissions" for 127.0.0.1 at 2018-11-14 11:37:36 -0400 Processing by Admin::PermissionsController#add as HTML Parameters: {"role_id"=>"3"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering admin/permissions/add.html.haml within admin/layouts/application 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]] Rendered admin/permissions/_switch.html.haml (12.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (18.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (2.0ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (3.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 3], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) Rendered admin/permissions/add.html.haml within admin/layouts/application (222.6ms) Rendered admin/layouts/_head.html.haml (894.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (387.7ms) Rendered admin/layouts/_messages.html.haml (25.3ms) Rendered admin/layouts/_preloader.html.haml (37.0ms) Rendered admin/layouts/_footer.html.haml (14.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (20.7ms) Completed 200 OK in 1700ms (Views: 1668.4ms | ActiveRecord: 15.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:37:39 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:37:43 -0400 Processing by Admin::UsersController#index as HTML Setting Load (2.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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (1.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.7ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) User Load (1.1ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (17.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (14.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (7.7ms) Rendered admin/users/_description.html.haml (40.0ms) Rendered admin/users/index.html.haml within admin/layouts/application (110.4ms) Rendered admin/layouts/_head.html.haml (456.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.2ms) Rendered admin/layouts/_messages.html.haml (14.3ms) Rendered admin/layouts/_preloader.html.haml (13.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 735ms (Views: 696.1ms | ActiveRecord: 15.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:37:44 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:37:44 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] 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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (1.1ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.0ms | ActiveRecord: 8.9ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-11-14 11:37:45 -0400 Processing by Admin::UsersController#new as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (33.5ms) Rendered admin/users/new.html.haml within admin/layouts/application (36.6ms) Rendered admin/layouts/_head.html.haml (441.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 618ms (Views: 588.9ms | ActiveRecord: 8.8ms) Started POST "/admin/users" for 127.0.0.1 at 2018-11-14 11:37:56 -0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gE6NnVha6/PHuJzIy3xYF/UbaJExAREV3Q9soIeiAyQW9ZxXjZIYfPp5dCvpvdMTZTdBb1X0dnZU1wVSkjnhhw==", "user"=>{"name"=>"dsfs", "email"=>"luis.prz7@gmail.com", "role_ids"=>"3", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "_save"=>"Guardar"} 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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" WHERE "roles"."id" = $1 [["id", 3]]  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "Operador"], ["id", 3], ["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", "luis.prz7@gmail.com"], ["LIMIT", 1]]  (0.2ms) ROLLBACK Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (30.2ms) Rendered admin/users/new.html.haml within admin/layouts/application (34.0ms) Rendered admin/layouts/_head.html.haml (507.1ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) 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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.3ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 756ms (Views: 634.9ms | ActiveRecord: 9.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:37:58 -0400 Started POST "/admin/users" for 127.0.0.1 at 2018-11-14 11:38:05 -0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"q7ue9LeCvksv5CXFRDcqz+7lzCk8Hz5FO40+Jv5G7Rlg56dVvgGMyqC/LuehRGeouIPRcF+ml0CGAhi+vTRyyg==", "user"=>{"name"=>"dsfs", "email"=>"luis.prz7@gmail.com", "role_ids"=>"3", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "_save"=>"Guardar"} 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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 3]]  (0.2ms) BEGIN Role Exists (0.4ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "Operador"], ["id", 3], ["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", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Create (82.1ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "dsfs"], ["permalink", "dsfs-554d4c43"], ["email", "luis.prz7@gmail.com"], ["encrypted_password", "$2a$10$WM8v/9Srr6cjLRdx8sCpj.9DDe6qJweZDSs85FRfk26hRUorfdzxe"], ["created_at", "2018-11-14 15:38:05.828392"], ["updated_at", "2018-11-14 15:38:05.828392"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "user.create"], ["created_at", "2018-11-14 15:38:05.912781"], ["updated_at", "2018-11-14 15:38:05.912781"]] User::HABTM_Roles Create (33.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 3]]  (77.3ms) COMMIT Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = $1 AND "roles"."resource_type" IS NULL AND "roles"."resource_id" IS NULL ORDER BY "roles"."id" ASC LIMIT $2 [["name", "Operador"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/users/2 Completed 302 Found in 322ms (ActiveRecord: 203.8ms) Started GET "/admin/users/2" for 127.0.0.1 at 2018-11-14 11:38:06 -0400 Processing by Admin::UsersController#show as HTML Parameters: {"id"=>"2"} Setting Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) 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 AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/users/show.html.haml within admin/layouts/application 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/show.html.haml within admin/layouts/application (24.5ms) Rendered admin/layouts/_head.html.haml (453.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.7ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 618ms (Views: 571.1ms | ActiveRecord: 8.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:38:08 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:38:10 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.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 (1.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.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  (0.4ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.6ms) User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/_listing.html.haml (23.4ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (15.8ms) Rendered public_activity/layout/_update.html.haml (7.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered admin/users/_description.html.haml (42.3ms) Rendered admin/users/index.html.haml within admin/layouts/application (119.9ms) Rendered admin/layouts/_head.html.haml (555.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 836ms (Views: 781.8ms | ActiveRecord: 19.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:38:11 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:38:11 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 2.3ms | ActiveRecord: 11.0ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:38:12 -0400 Processing by Admin::RolesController#index as HTML Setting Load (1.2ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.7ms) Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (17.3ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (5.6ms) Rendered admin/roles/index.html.haml within admin/layouts/application (68.8ms) Rendered admin/layouts/_head.html.haml (473.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 678ms (Views: 646.0ms | ActiveRecord: 10.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:38:13 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:38:13 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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 (0.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.4ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.3ms | ActiveRecord: 6.9ms) Started DELETE "/admin/roles/3" for 127.0.0.1 at 2018-11-14 11:38:16 -0400 Processing by Admin::RolesController#destroy as HTML Parameters: {"authenticity_token"=>"tkCADs9V4QJH1JY5TWyjB9NQCctgTRXWVNuEU1VGBrJ9HLmvxtbTg8iPnRuoH+5ghTYUkgP0vNPpVKLLFjSZYQ==", "id"=>"3"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 3]] Role::HABTM_Users Destroy (0.5ms) DELETE FROM "users_roles" WHERE "users_roles"."role_id" = $1 [["role_id", 3]] Role Destroy (0.4ms) DELETE FROM "roles" WHERE "roles"."id" = $1 [["id", 3]]  (25.2ms) COMMIT Redirected to http://localhost:3000/admin/roles Completed 302 Found in 66ms (ActiveRecord: 35.2ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 11:38:16 -0400 Processing by Admin::RolesController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (2.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (71.8ms) Role Load (2.3ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (171.4ms) CACHE (0.1ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (1.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (5.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (68.8ms) Rendered admin/roles/index.html.haml within admin/layouts/application (446.4ms) Rendered admin/layouts/_head.html.haml (1077.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (104.2ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 1750ms (Views: 1705.4ms | ActiveRecord: 20.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:38:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:38:18 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 11:38:18 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.1ms | ActiveRecord: 7.3ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:38:19 -0400 Processing by Admin::UsersController#index as HTML Setting Load (0.8ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (0.9ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.7ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/_listing.html.haml (43.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (25.3ms) Rendered public_activity/layout/_update.html.haml (11.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered admin/users/_description.html.haml (61.7ms) Rendered admin/users/index.html.haml within admin/layouts/application (184.8ms) Rendered admin/layouts/_head.html.haml (3639.3ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (200.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (533.2ms) Rendered admin/layouts/_messages.html.haml (20.0ms) Rendered admin/layouts/_preloader.html.haml (52.2ms) Rendered admin/layouts/_footer.html.haml (22.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (29.8ms) Completed 200 OK in 4803ms (Views: 4744.1ms | ActiveRecord: 22.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:38:24 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:38:24 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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 (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.6ms | ActiveRecord: 9.2ms) Started GET "/admin/users/2/edit" for 127.0.0.1 at 2018-11-14 11:38:27 -0400 Processing by Admin::UsersController#edit as HTML Parameters: {"id"=>"2"} Setting Load (1.1ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) 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 AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/edit.html.haml within admin/layouts/application  (0.6ms) SELECT "roles"."id" FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 [["user_id", 2]] Rendered admin/users/_form.html.haml (111.6ms) Rendered admin/users/edit.html.haml within admin/layouts/application (116.7ms) Rendered admin/layouts/_head.html.haml (466.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.2ms) Rendered admin/layouts/_messages.html.haml (17.0ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 757ms (Views: 708.1ms | ActiveRecord: 7.8ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:38:32 -0400 Processing by Admin::UsersController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:38:32 -0400 Rendered admin/layouts/_listing_preloader.haml (5.3ms) User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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 (1.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/_listing.html.haml (38.8ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.9ms) Rendered public_activity/layout/_update.html.haml (5.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered admin/users/_description.html.haml (37.2ms) Rendered admin/users/index.html.haml within admin/layouts/application (132.8ms) Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:38:32 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 113ms (Views: 1.6ms | ActiveRecord: 8.4ms) Rendered admin/layouts/_head.html.haml (667.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (76.2ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 964ms (Views: 919.8ms | ActiveRecord: 20.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:38:33 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:38:33 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.8ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 2.1ms | ActiveRecord: 10.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:38:33 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-11-14 11:38:34 -0400 Processing by Devise::SessionsController#destroy as HTML 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", 1], ["LIMIT", 1]]  (0.2ms) BEGIN  (0.3ms) ROLLBACK 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.4ms) BEGIN PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 15:38:35.065397"], ["updated_at", "2018-11-14 15:38:35.065397"]]  (107.8ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 305ms (ActiveRecord: 112.4ms) Started GET "/" for 127.0.0.1 at 2018-11-14 11:38:35 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (3.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (5.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.8ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (8.2ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.7ms) Rendered app/layouts/_google_analytics.html.haml (3.3ms) Rendered app/layouts/_head.html.haml (750.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (796.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2760.0ms) Completed 200 OK in 3739ms (Views: 3610.1ms | ActiveRecord: 92.9ms) Started GET "/" for 127.0.0.1 at 2018-11-14 11:38:39 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 [["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]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.7ms) Rendered app/layouts/_google_analytics.html.haml (3.2ms) Rendered app/layouts/_head.html.haml (222.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (258.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (17.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (643.2ms) Completed 200 OK in 921ms (Views: 908.5ms | ActiveRecord: 3.0ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-14 11:38:40 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:38:41 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:38:42 -0400 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 8ms (ActiveRecord: 2.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:38:42 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (13.0ms) Rendered admin/layouts/_head.html.haml (664.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Completed 200 OK in 723ms (Views: 695.9ms | ActiveRecord: 3.7ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:38:43 -0400 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 9ms (ActiveRecord: 2.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:38:43 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (12.5ms) Rendered admin/layouts/_head.html.haml (583.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Completed 200 OK in 622ms (Views: 610.4ms | ActiveRecord: 3.9ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:38:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:38:44 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:38:50 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"q/pLdgT/ycWEJIHswsOzdnKoCr3RoBKw5kPqSVUqnLE8whCrCblr/0jC1RFKVzyU2HMiVqGwjquA558GcRUkTg==", "user"=>{"email"=>"luis.prz7@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.2ms) BEGIN  (0.2ms) ROLLBACK 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.3ms) 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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-11-14 15:38:50.293691"], ["last_sign_in_at", "2018-11-14 15:38:50.293691"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-11-14 15:38:50.294689"], ["id", 2]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 2], ["key", "user.update"], ["created_at", "2018-11-14 15:38:50.298434"], ["updated_at", "2018-11-14 15:38:50.298434"]]  (566.0ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 683ms (ActiveRecord: 570.3ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:38:50 -0400 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 2], ["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]] CACHE Role Load (0.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]] Redirected to http://localhost:3000/403 Filter chain halted as :validate_permissions rendered or redirected Completed 302 Found in 14ms (ActiveRecord: 4.1ms) Started GET "/403" for 127.0.0.1 at 2018-11-14 11:38:50 -0400 Processing by ErrorsController#not_authorized 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 (5.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering errors/not_authorized.html.haml within layouts/errors/application Rendered errors/not_authorized.html.haml within layouts/errors/application (517.0ms) Rendered layouts/errors/_head.html.haml (344.7ms) Completed 403 Forbidden in 919ms (Views: 903.3ms | ActiveRecord: 10.6ms) Started GET "/assets/errors/errors.self-b2440acdfe3667a77a6858d9dbc123740884b45cc4870f4ad52b831d16ffac97.css?body=1" for 127.0.0.1 at 2018-11-14 11:38:52 -0400 Started GET "/assets/errors/application.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for 127.0.0.1 at 2018-11-14 11:38:52 -0400 Started GET "/assets/errors/errors.self-0b445edfc27ff8f3b1c0c39e1ff0e6d36b092f194c6f4cebee6956edf4281574.js?body=1" for 127.0.0.1 at 2018-11-14 11:38:52 -0400 Started GET "/assets/errors/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-11-14 11:38:52 -0400 Started GET "/assets/app/fondo.svg" for 127.0.0.1 at 2018-11-14 11:38:52 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:38:58 -0400 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Role Load (0.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]] Redirected to http://localhost:3000/403 Filter chain halted as :validate_permissions rendered or redirected Completed 302 Found in 41ms (ActiveRecord: 3.2ms) Started GET "/403" for 127.0.0.1 at 2018-11-14 11:38:58 -0400 Processing by ErrorsController#not_authorized as HTML Setting Load (1.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 (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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering errors/not_authorized.html.haml within layouts/errors/application Rendered errors/not_authorized.html.haml within layouts/errors/application (242.8ms) Rendered layouts/errors/_head.html.haml (10.8ms) Completed 403 Forbidden in 274ms (Views: 264.3ms | ActiveRecord: 4.1ms) Started GET "/assets/app/fondo.svg" for 127.0.0.1 at 2018-11-14 11:38:59 -0400 Started GET "/" for 127.0.0.1 at 2018-11-14 11:39:03 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.5ms) 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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (57.1ms) Rendered app/layouts/_google_analytics.html.haml (3.0ms) Rendered app/layouts/_head.html.haml (882.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1036.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (783.9ms) Completed 200 OK in 1849ms (Views: 1828.1ms | ActiveRecord: 4.6ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-14 11:39:06 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:39:07 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:39:15 -0400 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.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" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) 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]] CACHE Role Load (0.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]] Redirected to http://localhost:3000/403 Filter chain halted as :validate_permissions rendered or redirected Completed 302 Found in 13ms (ActiveRecord: 3.8ms) Started GET "/403" for 127.0.0.1 at 2018-11-14 11:39:15 -0400 Processing by ErrorsController#not_authorized 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.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]] Rendering errors/not_authorized.html.haml within layouts/errors/application Rendered errors/not_authorized.html.haml within layouts/errors/application (36.1ms) Rendered layouts/errors/_head.html.haml (6.4ms) Completed 403 Forbidden in 55ms (Views: 48.3ms | ActiveRecord: 1.9ms) Started GET "/assets/app/fondo.svg" for 127.0.0.1 at 2018-11-14 11:39:15 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:39:22 -0400 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 [["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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 9ms (ActiveRecord: 2.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:39:22 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (11.8ms) Rendered admin/layouts/_head.html.haml (2593.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 2636ms (Views: 2623.1ms | ActiveRecord: 4.4ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 11:39:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:39:26 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 11:39:32 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6VdW2VdLT9AuKnqBF+Em99d2VkfCfwvNJxdfTALOeJoUGryEt1gF8H6eUFwVEifghrZ932cUko+ikwzu3i5htw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.4ms) BEGIN  (0.3ms) ROLLBACK 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.8ms) 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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-14 15:39:32.141082"], ["last_sign_in_at", "2018-11-14 15:36:17.400956"], ["sign_in_count", 6], ["updated_at", "2018-11-14 15:39:32.142755"], ["id", 1]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 15:39:32.147987"], ["updated_at", "2018-11-14 15:39:32.147987"]]  (25.5ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 158ms (ActiveRecord: 31.0ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 11:39:32 -0400 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.0ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 23ms (ActiveRecord: 6.6ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 11:39:32 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (85.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (402.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (372.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.7ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 3907ms (Views: 976.1ms | ActiveRecord: 9.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 11:39:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:39:36 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 11:39:36 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 11:39:36 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:39:40 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.5ms) 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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.1ms) 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  (0.8ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (0.6ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/_listing.html.haml (24.1ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (3.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (14.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (5.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered admin/users/_description.html.haml (47.8ms) Rendered admin/users/index.html.haml within admin/layouts/application (134.2ms) Rendered admin/layouts/_head.html.haml (525.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Completed 200 OK in 830ms (Views: 769.9ms | ActiveRecord: 26.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:39:41 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:39:41 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 1.6ms | ActiveRecord: 9.3ms) Started DELETE "/admin/users/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2018-11-14 11:39:43 -0400 Processing by Admin::UsersController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"pi5PUYbQlLE+mT0dIGZueUvj/tW0uxSqSyvl+5vfQVDX6AgVwD1WlwqYOlgnITaXXnvQAgmbdAPw90d2+iV4SQ==", "multiple_ids"=>"[2]"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Exists (0.7ms) SELECT 1 AS one FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (4.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "user.destroy"], ["created_at", "2018-11-14 15:39:43.759652"], ["updated_at", "2018-11-14 15:39:43.759652"]] User Update (0.8ms) UPDATE "users" SET "deleted_at" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["deleted_at", "2018-11-14 15:39:43.766915"], ["updated_at", "2018-11-14 15:39:43.767012"], ["id", 2]]  (21.5ms) COMMIT Redirected to http://localhost:3000/admin/users Completed 302 Found in 74ms (ActiveRecord: 33.5ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-14 11:39:43 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.4ms) 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.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.8ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.6ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.4ms) User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (27.0ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_destroy.html.haml (19.7ms) User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (22.7ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (14.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered admin/users/_description.html.haml (109.6ms) Rendered admin/users/index.html.haml within admin/layouts/application (212.2ms) Rendered admin/layouts/_head.html.haml (1053.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (100.6ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (9.2ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Completed 200 OK in 1505ms (Views: 1454.4ms | ActiveRecord: 17.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 11:39:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 11:39:45 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-14 11:39:45 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 1.2ms | ActiveRecord: 10.9ms) Started GET "/" for 127.0.0.1 at 2018-11-14 12:08:49 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (3.1ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (4.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (17.5ms) Rendered app/layouts/_google_analytics.html.haml (3.2ms) Rendered app/layouts/_head.html.haml (313.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (344.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (808.0ms) Completed 200 OK in 1388ms (Views: 1157.8ms | ActiveRecord: 37.1ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-14 12:08:52 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 12:08:52 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-14 12:08:54 -0400 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 44ms (ActiveRecord: 7.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 12:08:54 -0400 Processing by Devise::SessionsController#new 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (13.3ms) Rendered admin/layouts/_head.html.haml (1680.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1718ms (Views: 1708.8ms | ActiveRecord: 2.2ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 12:08:56 -0400 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 9ms (ActiveRecord: 2.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 12:08:56 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.4ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.6ms) Rendered admin/layouts/_head.html.haml (493.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 527ms (Views: 517.7ms | ActiveRecord: 2.5ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 12:08:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 12:08:57 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 12:09:03 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"fQJ/WUK+HdCxTevz5mZXGhxcM11fYO2gMTdeQr+ui6RpSxyJtnQVaeq6Omk9p9J9hLG6dgcViKUH3/BSRZ4NqA==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK 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 (1.2ms) 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.8ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-14 16:09:03.393061"], ["last_sign_in_at", "2018-11-14 15:39:32.141082"], ["sign_in_count", 7], ["updated_at", "2018-11-14 16:09:03.395343"], ["id", 1]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 16:09:03.401249"], ["updated_at", "2018-11-14 16:09:03.401249"]]  (27.1ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 174ms (ActiveRecord: 34.7ms) Started GET "/admin" for 127.0.0.1 at 2018-11-14 12:09:03 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 79ms (ActiveRecord: 12.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 12:09:03 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (127.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (473.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (338.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 3121ms (Views: 1049.8ms | ActiveRecord: 14.4ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 12:09:06 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 12:09:07 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 12:09:07 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 12:09:07 -0400 Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 12:09:16 -0400 Processing by Admin::RolesController#index as HTML Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) 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 (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (12.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (3.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (3.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (11.5ms) Rendered admin/roles/index.html.haml within admin/layouts/application (57.1ms) Rendered admin/layouts/_head.html.haml (437.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.9ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 655ms (Views: 610.7ms | ActiveRecord: 25.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 12:09:16 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 12:09:17 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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 (3.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.8ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 1.1ms | ActiveRecord: 31.3ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-11-14 12:09:17 -0400 Processing by Admin::RolesController#new as HTML Setting Load (0.6ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (25.2ms) Rendered admin/roles/new.html.haml within admin/layouts/application (30.2ms) Rendered admin/layouts/_head.html.haml (1059.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (99.2ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (9.4ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 1305ms (Views: 1272.4ms | ActiveRecord: 6.8ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-14 12:13:54 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 12:13:54 -0400 Processing by Admin::RolesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (26.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (11.1ms) Rendered admin/roles/index.html.haml within admin/layouts/application (95.0ms) Rendered admin/layouts/_head.html.haml (496.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (153.5ms) Rendered admin/layouts/_messages.html.haml (14.7ms) Rendered admin/layouts/_preloader.html.haml (14.0ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 1097ms (Views: 844.3ms | ActiveRecord: 32.1ms) Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 12:13:56 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 146ms (Views: 0.6ms | ActiveRecord: 30.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-14 12:29:21 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-14 12:29:22 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (1.3ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.6ms | ActiveRecord: 11.6ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-14 13:50:16 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (26.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (11.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (284.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1949.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (396.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 4629ms (Views: 2712.4ms | ActiveRecord: 88.3ms) Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-14 13:50:26 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-14 13:50:26 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-14 13:50:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 13:50:26 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-14 14:50:21 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (10.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 331ms (ActiveRecord: 13.8ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-14 14:50:31 -0400 Processing by Devise::SessionsController#new 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.5ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (315.8ms) Rendered admin/layouts/_head.html.haml (7743.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (50.5ms) Completed 200 OK in 8941ms (Views: 8828.4ms | ActiveRecord: 3.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 14:50:41 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-14 14:50:48 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/dOWJMfCZHYdpUbDUPEiOYl8WdR2RFJMKiHGaRwQSzB+Znz0oFvJ7bb4iTS4DL+/vWD0uN7MybEibZR9r3g5Ow==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.2ms) BEGIN  (0.3ms) ROLLBACK 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 (1.0ms) 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]] User Load (28.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (99.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-14 18:50:49.210863"], ["last_sign_in_at", "2018-11-14 16:09:03.393061"], ["sign_in_count", 8], ["updated_at", "2018-11-14 18:50:49.237665"], ["id", 1]] PublicActivity::Activity Create (15.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-14 18:50:49.506569"], ["updated_at", "2018-11-14 18:50:49.506569"]]  (188.5ms) COMMIT Redirected to http://localhost:3000/admin/settings/appearance Completed 302 Found in 1208ms (ActiveRecord: 335.8ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-14 14:50:50 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (36.9ms) Rendered admin/settings/fields/_appearance.html.haml (694.3ms) Rendered admin/settings/_form.html.haml (1255.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (1262.9ms) Rendered admin/layouts/_head.html.haml (621.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (160.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (175.0ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 2771ms (Views: 2295.2ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-14 14:50:52 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-14 14:50:53 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-14 14:50:53 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-14 14:50:54 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-14 14:50:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-14 14:50:56 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-14 14:50:57 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-14 14:50:57 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (6.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (17.1ms) Rendered admin/settings/fields/_appearance.html.haml (55.8ms) Rendered admin/settings/_form.html.haml (74.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (78.9ms) Rendered admin/layouts/_head.html.haml (1064.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.5ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1300ms (Views: 1259.2ms | ActiveRecord: 15.5ms) Started GET "/admin" for 127.0.0.1 at 2018-11-15 08:03:27 -0400  (20.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (10.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (34.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 350ms (ActiveRecord: 107.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-15 08:03:28 -0400 Processing by Devise::SessionsController#new 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (166.9ms) Rendered admin/layouts/_head.html.haml (13774.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 14210ms (Views: 14134.7ms | ActiveRecord: 5.4ms) Started GET "/assets/admin/application.self-545ba94d22ca233ec18105dc364e965dfd9d6ca301b17a7dbf3ca79bd3446c96.css?body=1" for 127.0.0.1 at 2018-11-15 08:03:42 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-15 08:03:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:03:44 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-15 08:04:29 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n0tTl1ubSIhpI3Spd6F7sExkv+1uoBsNQL7QFoXFnWib4aRssxov4AMS3bAOaPcM38foRK5uawmVQ//pilHJYQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.6ms) BEGIN  (0.5ms) ROLLBACK 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.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]] User Load (40.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.5ms) BEGIN User Update (1.1ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-15 12:04:29.466160"], ["last_sign_in_at", "2018-11-14 18:50:49.210863"], ["sign_in_count", 9], ["updated_at", "2018-11-15 12:04:29.468002"], ["id", 1]] PublicActivity::Activity Create (111.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-15 12:04:29.500980"], ["updated_at", "2018-11-15 12:04:29.500980"]]  (12.3ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 455ms (ActiveRecord: 171.5ms) Started GET "/admin" for 127.0.0.1 at 2018-11-15 08:04:29 -0400 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (45.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 134ms (ActiveRecord: 85.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-15 08:04:29 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (49.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (231.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (671.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (52.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (65.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (650.0ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (7.5ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Completed 200 OK in 4967ms (Views: 1742.6ms | ActiveRecord: 131.2ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-15 08:04:36 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-15 08:04:36 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-15 08:04:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:04:36 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 08:45:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (54.2ms) 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]]  (13.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.6ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (8.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (23.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (160.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (631.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.3ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (17.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1171ms (Views: 989.8ms | ActiveRecord: 86.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:45:49 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 08:45:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 1.1ms | ActiveRecord: 6.8ms) Started POST "/admin/settings/lang/en" for 127.0.0.1 at 2018-11-15 08:47:10 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"KzKGxLWIkp2VKnaLNBq85alkVx9Ef+/fjTMAgv4c9eq+0fuiH3jgHIrkgn8HiVZmSZuNA2Zr4fThYPbo+76opQ==", "locale"=>"en"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.6ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "en"], ["updated_at", "2018-11-15 12:47:10.234069"], ["id", 1]]  (27.8ms) COMMIT Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views Completed 302 Found in 68ms (ActiveRecord: 34.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 08:47:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) 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.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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (8.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (15.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (67.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (440.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.9ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 644ms (Views: 613.2ms | ActiveRecord: 11.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:47:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:47:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 08:47:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 1.1ms | ActiveRecord: 7.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-15 08:48:28 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (61.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (438.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 2171ms (Views: 633.7ms | ActiveRecord: 7.2ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-15 08:48:30 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-15 08:48:31 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-15 08:48:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:48:31 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 08:53:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (17.9ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (8.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (16.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (69.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (473.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 674ms (Views: 636.0ms | ActiveRecord: 16.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:53:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:53:30 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 08:53:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 0.8ms | ActiveRecord: 8.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:53:31 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-15 08:53:38 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (45.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (668.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.8ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 2343ms (Views: 813.8ms | ActiveRecord: 5.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-15 08:53:41 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-15 08:53:41 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-15 08:53:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:53:41 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:53:43 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (29.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.5ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (23.0ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.9ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (88.6ms) Rendered admin/layouts/_head.html.haml (535.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.5ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 877ms (Views: 748.2ms | ActiveRecord: 51.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:53:44 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:53:44 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.4ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 21ms (Views: 0.6ms | ActiveRecord: 5.8ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:54:12 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Script Load (1.0ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.8ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (3.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (14.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (71.2ms) Rendered admin/layouts/_head.html.haml (518.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.9ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 717ms (Views: 675.0ms | ActiveRecord: 17.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:54:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:54:13 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:54:13 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.0ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 26ms (Views: 1.6ms | ActiveRecord: 7.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:54:13 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:54:38 -0400 Processing by Admin::ScriptsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.5ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (69.0ms) Rendered admin/layouts/_head.html.haml (480.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 681ms (Views: 657.4ms | ActiveRecord: 9.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:54:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:54:39 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:54:39 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 1.0ms | ActiveRecord: 7.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:54:40 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:55:34 -0400 Processing by Admin::ScriptsController#index 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 (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.7ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (58.4ms) Rendered admin/layouts/_head.html.haml (8547.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 8742ms (Views: 8715.3ms | ActiveRecord: 9.9ms) Started GET "/assets/admin/application.self-3ff464378e994397f2385e401661a05d7355d3356013ab4417b23dc175e46a79.css?body=1" for 127.0.0.1 at 2018-11-15 08:55:43 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:55:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:55:44 -0400 Started GET "/assets/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 08:55:44 -0400 ActionController::RoutingError (No route matches [GET] "/assets/fonts/boxicons.woff2"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:55:44 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (29.3ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 85ms (Views: 1.6ms | ActiveRecord: 44.2ms) Started GET "/assets/fonts/boxicons.woff" for 127.0.0.1 at 2018-11-15 08:55:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/fonts/boxicons.woff"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/fonts/boxicons.ttf" for 127.0.0.1 at 2018-11-15 08:55:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/fonts/boxicons.ttf"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:55:46 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:56:47 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.2ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (5.9ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (54.9ms) Rendered admin/layouts/_head.html.haml (7085.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.6ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 7251ms (Views: 7227.2ms | ActiveRecord: 9.0ms) Started GET "/assets/admin/application.self-f86b6949042ba146b00bf3fe3543e728b2961e1a8ecf7ff97b823a7610dd017f.css?body=1" for 127.0.0.1 at 2018-11-15 08:56:54 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:56:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:56:55 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 08:56:55 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:56:55 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 1.0ms | ActiveRecord: 6.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:56:55 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:57:07 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.0ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (52.3ms) Rendered admin/layouts/_head.html.haml (413.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.7ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 636ms (Views: 601.0ms | ActiveRecord: 10.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:57:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:57:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:57:08 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 1.1ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:57:09 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:58:15 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (21.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (9.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (68.8ms) Rendered admin/layouts/_head.html.haml (461.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.2ms) Rendered admin/layouts/_messages.html.haml (2.1ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Completed 200 OK in 645ms (Views: 620.9ms | ActiveRecord: 8.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:58:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:58:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 08:58:16 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:58:16 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 7.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:58:17 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:58:43 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.4ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (58.0ms) Rendered admin/layouts/_head.html.haml (481.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.1ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 662ms (Views: 634.1ms | ActiveRecord: 10.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:58:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:58:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 08:58:44 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:58:44 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.2ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:58:44 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 08:59:43 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (60.4ms) Rendered admin/layouts/_head.html.haml (431.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.6ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 625ms (Views: 586.3ms | ActiveRecord: 12.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 08:59:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 08:59:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 08:59:44 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 08:59:44 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.0ms | ActiveRecord: 6.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 08:59:44 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:00:07 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.8ms) 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.7ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (55.0ms) Rendered admin/layouts/_head.html.haml (447.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (3.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 629ms (Views: 590.9ms | ActiveRecord: 12.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:00:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:00:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:00:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:00:08 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 0.9ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:00:08 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-15 09:00:27 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:01:44 -0400 Processing by Admin::ScriptsController#index 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.4ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (56.2ms) Rendered admin/layouts/_head.html.haml (473.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 682ms (Views: 654.3ms | ActiveRecord: 9.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:01:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:01:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:01:45 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:01:45 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 1.3ms | ActiveRecord: 7.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:01:45 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:01:57 -0400 Processing by Admin::ScriptsController#index 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.7ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (19.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (76.0ms) Rendered admin/layouts/_head.html.haml (456.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.2ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 663ms (Views: 636.1ms | ActiveRecord: 10.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:01:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:01:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:01:58 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:01:59 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 0.8ms | ActiveRecord: 6.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:01:59 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:03:41 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (5.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.5ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (12.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (55.9ms) Rendered admin/layouts/_head.html.haml (500.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.4ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 719ms (Views: 672.7ms | ActiveRecord: 22.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:03:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:03:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:03:42 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:03:42 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 0.8ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:03:42 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:04:53 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.3ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.9ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (51.8ms) Rendered admin/layouts/_head.html.haml (460.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.5ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 635ms (Views: 612.6ms | ActiveRecord: 9.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:04:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:04:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:04:54 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:04:54 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 1.0ms | ActiveRecord: 6.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:04:55 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 09:05:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (27.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (9.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (15.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (78.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (433.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.6ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 651ms (Views: 616.2ms | ActiveRecord: 11.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:05:27 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 09:05:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 1.0ms | ActiveRecord: 6.3ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-15 09:05:33 -0400 Processing by Admin::UsersController#index 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.9ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (14.0ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (18.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered admin/users/_description.html.haml (61.4ms) Rendered admin/users/index.html.haml within admin/layouts/application (131.7ms) Rendered admin/layouts/_head.html.haml (466.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.9ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 747ms (Views: 694.2ms | ActiveRecord: 13.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:05:34 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-15 09:05:34 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.4ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 8.6ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-15 09:06:29 -0400 Processing by Admin::UsersController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.9ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (11.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (14.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered admin/users/_description.html.haml (45.3ms) Rendered admin/users/index.html.haml within admin/layouts/application (91.9ms) Rendered admin/layouts/_head.html.haml (436.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.0ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 656ms (Views: 621.8ms | ActiveRecord: 13.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:06:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:06:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:06:30 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-15 09:06:30 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 1.1ms | ActiveRecord: 9.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:06:31 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-15 09:08:34 -0400 Processing by Admin::UsersController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.4ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (12.6ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (15.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (5.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered admin/users/_description.html.haml (46.2ms) Rendered admin/users/index.html.haml within admin/layouts/application (109.8ms) Rendered admin/layouts/_head.html.haml (461.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.6ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (3.9ms) Rendered admin/layouts/_footer.html.haml (1.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Completed 200 OK in 685ms (Views: 657.1ms | ActiveRecord: 11.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:08:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:08:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:08:35 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-15 09:08:35 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.0ms) 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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 0.9ms | ActiveRecord: 9.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:08:35 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-15 09:08:41 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.1ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.2ms) 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  (1.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.6ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (12.6ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (22.2ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered admin/users/_description.html.haml (60.9ms) Rendered admin/users/index.html.haml within admin/layouts/application (115.2ms) Rendered admin/layouts/_head.html.haml (499.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.4ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 743ms (Views: 710.6ms | ActiveRecord: 13.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:08:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:08:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:08:42 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-15 09:08:42 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.9ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.0ms | ActiveRecord: 14.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:08:42 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-15 09:08:59 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-15 09:10:07 -0400 Processing by Admin::UsersController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.4ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.6ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) User Load (1.0ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (11.9ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (14.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.1ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered admin/users/_description.html.haml (42.2ms) Rendered admin/users/index.html.haml within admin/layouts/application (88.9ms) Rendered admin/layouts/_head.html.haml (484.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.4ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 697ms (Views: 667.0ms | ActiveRecord: 11.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:10:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:10:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:10:09 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-15 09:10:09 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 0.8ms | ActiveRecord: 8.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:10:09 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 09:12:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (19.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (10.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (19.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (77.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (451.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.4ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 691ms (Views: 649.1ms | ActiveRecord: 12.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:12:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 09:12:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.3ms | ActiveRecord: 7.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 09:13:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.6ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (9.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (21.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (83.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (495.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.3ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 707ms (Views: 677.4ms | ActiveRecord: 10.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:13:07 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:13:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:13:07 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 09:13:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.1ms | ActiveRecord: 8.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:13:07 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-15 09:14:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (17.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (9.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (19.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (70.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (505.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.1ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 728ms (Views: 690.9ms | ActiveRecord: 13.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:14:07 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-15 09:14:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.0ms | ActiveRecord: 7.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:14:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:14:07 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:14:07 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:16:29 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.6ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (17.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (59.7ms) Rendered admin/layouts/_head.html.haml (516.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.6ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 719ms (Views: 691.3ms | ActiveRecord: 9.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:16:30 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:16:30 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.3ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 20ms (Views: 0.5ms | ActiveRecord: 5.3ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-15 09:17:50 -0400 Processing by Admin::ScriptsController#index 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.8ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (56.6ms) Rendered admin/layouts/_head.html.haml (458.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.9ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 652ms (Views: 625.5ms | ActiveRecord: 9.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:17:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:17:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:17:52 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-15 09:17:52 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) 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.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (3.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.2ms | ActiveRecord: 13.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:17:52 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-15 09:17:58 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (1.0ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (18.7ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (14.7ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (6.2ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (61.9ms) Rendered admin/layouts/_head.html.haml (457.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.1ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 706ms (Views: 627.1ms | ActiveRecord: 35.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-15 09:17:59 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-15 09:17:59 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 21ms (Views: 0.9ms | ActiveRecord: 5.8ms) Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 09:18:02 -0400 Processing by Admin::SeosController#sitemap 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 [["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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (25.3ms) Rendered admin/layouts/_head.html.haml (482.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 715ms (Views: 640.3ms | ActiveRecord: 35.2ms) Started GET "/admin/seo/robots" for 127.0.0.1 at 2018-11-15 09:18:09 -0400 Processing by Admin::SeosController#robots 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/robots.html.haml within admin/layouts/application Rendered admin/seos/robots.html.haml within admin/layouts/application (57.6ms) Rendered admin/layouts/_head.html.haml (397.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.4ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (8.2ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 617ms (Views: 578.2ms | ActiveRecord: 7.4ms) Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 09:18:26 -0400 Processing by Admin::SeosController#sitemap 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (10.9ms) Rendered admin/layouts/_head.html.haml (494.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 659ms (Views: 631.6ms | ActiveRecord: 9.0ms) Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 09:28:10 -0400 Processing by Admin::SeosController#sitemap as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (9.0ms) Rendered admin/layouts/_head.html.haml (504.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 664ms (Views: 637.1ms | ActiveRecord: 10.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:28:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:28:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:28:12 -0400 Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 09:31:12 -0400 Processing by Admin::SeosController#sitemap as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (9.0ms) Rendered admin/layouts/_head.html.haml (442.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.9ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 566ms (Views: 543.1ms | ActiveRecord: 9.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:31:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:31:13 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:31:14 -0400 Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 09:33:23 -0400 Processing by Admin::SeosController#sitemap 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 [["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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (10.1ms) Rendered admin/layouts/_head.html.haml (440.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 570ms (Views: 546.7ms | ActiveRecord: 6.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:33:24 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:33:24 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:33:24 -0400 Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 09:37:35 -0400 Processing by Admin::SeosController#sitemap 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.4ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (12.5ms) Rendered admin/layouts/_head.html.haml (537.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.9ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 698ms (Views: 673.1ms | ActiveRecord: 5.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-15 09:37:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-15 09:37:36 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-15 09:37:37 -0400 Started GET "/admin/seo/sitemap" for 127.0.0.1 at 2018-11-15 15:34:56 -0400 Processing by Admin::SeosController#sitemap as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (16.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (18.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/seos/sitemap.html.haml within admin/layouts/application Rendered admin/seos/sitemap.html.haml within admin/layouts/application (960.1ms) Rendered admin/layouts/_head.html.haml (8115.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (783.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (347.0ms) Rendered admin/layouts/_messages.html.haml (87.3ms) Rendered admin/layouts/_preloader.html.haml (27.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 12824ms (Views: 11008.1ms | ActiveRecord: 143.8ms) Started GET "/admin" for 127.0.0.1 at 2018-11-16 08:56:15 -0400  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (2.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (23.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (8.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 358ms (ActiveRecord: 102.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-16 08:56:16 -0400 Processing by Devise::SessionsController#new 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (37.5ms) Rendered admin/layouts/_head.html.haml (8191.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 8388ms (Views: 8337.9ms | ActiveRecord: 6.7ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-16 08:56:25 -0400 Started GET "/assets/admin/application.self-f86b6949042ba146b00bf3fe3543e728b2961e1a8ecf7ff97b823a7610dd017f.css?body=1" for 127.0.0.1 at 2018-11-16 08:56:25 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:25 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:25 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:25 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:25 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:26 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:27 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 08:56:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 08:56:29 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-16 08:56:38 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UybqEhqL3qzEWDYhhqKgQXrbcqE+rZDC2wV8TmCauCDGxZd0sHusLduWwtW1MUrCmiSovRy5num3VookZTjlbw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.7ms) 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]] User Load (35.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.5ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-16 12:56:38.503998"], ["last_sign_in_at", "2018-11-15 12:04:29.466160"], ["sign_in_count", 10], ["updated_at", "2018-11-16 12:56:38.505171"], ["id", 1]] PublicActivity::Activity Create (95.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-16 12:56:38.546052"], ["updated_at", "2018-11-16 12:56:38.546052"]]  (29.0ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 611ms (ActiveRecord: 173.1ms) Started GET "/admin" for 127.0.0.1 at 2018-11-16 08:56:38 -0400 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (47.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 139ms (ActiveRecord: 87.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-16 08:56:38 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (47.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (170.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (485.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (16.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (429.0ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 2922ms (Views: 1144.4ms | ActiveRecord: 74.8ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:43 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:43 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-16 08:56:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 08:56:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 08:56:43 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 08:57:11 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (29.8ms) Rendered admin/settings/fields/_appearance.html.haml (161.4ms) Rendered admin/settings/_form.html.haml (186.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (192.9ms) Rendered admin/layouts/_head.html.haml (505.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (16.8ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 913ms (Views: 854.4ms | ActiveRecord: 7.5ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 08:57:12 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 08:57:12 -0400 Started GET "/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2" for 127.0.0.1 at 2018-11-16 08:57:12 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (22.4ms) Rendered admin/settings/fields/_appearance.html.haml (65.1ms) Rendered admin/settings/_form.html.haml (77.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (81.3ms) Rendered admin/layouts/_head.html.haml (605.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (107.3ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Completed 200 OK in 903ms (Views: 862.8ms | ActiveRecord: 12.1ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:02:09 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.0ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (30.1ms) Rendered admin/settings/fields/_appearance.html.haml (67.9ms) Rendered admin/settings/_form.html.haml (74.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (80.0ms) Rendered admin/layouts/_head.html.haml (639.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 851ms (Views: 822.5ms | ActiveRecord: 7.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:02:10 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:02:10 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:02:10 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:02:10 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (18.1ms) Rendered admin/settings/fields/_appearance.html.haml (64.0ms) Rendered admin/settings/_form.html.haml (73.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (79.7ms) Rendered admin/layouts/_head.html.haml (867.8ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.6ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1116ms (Views: 1091.2ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:02:11 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-16 09:02:13 -0400 Processing by Admin::ScriptsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (54.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.0ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (11.8ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (172.4ms) Rendered admin/layouts/_head.html.haml (671.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.1ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1094ms (Views: 973.8ms | ActiveRecord: 70.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:02:15 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-16 09:02:15 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 1.0ms | ActiveRecord: 6.7ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:02:17 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (2.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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (18.6ms) Rendered admin/settings/fields/_appearance.html.haml (55.5ms) Rendered admin/settings/_form.html.haml (65.8ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (72.7ms) Rendered admin/layouts/_head.html.haml (580.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.7ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 849ms (Views: 800.4ms | ActiveRecord: 14.4ms) Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-16 09:02:30 -0400 Processing by Admin::MetaTagsController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (15.2ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (16.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.0ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (86.1ms) Rendered admin/layouts/_head.html.haml (569.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 835ms (Views: 765.5ms | ActiveRecord: 27.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:02:31 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-16 09:02:31 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 0.8ms | ActiveRecord: 5.9ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:02:35 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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 (1.7ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (15.9ms) Rendered admin/settings/fields/_appearance.html.haml (70.8ms) Rendered admin/settings/_form.html.haml (80.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (90.5ms) Rendered admin/layouts/_head.html.haml (549.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (80.6ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 825ms (Views: 782.5ms | ActiveRecord: 10.1ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:02:36 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (13.6ms) Rendered admin/settings/fields/_appearance.html.haml (47.8ms) Rendered admin/settings/_form.html.haml (55.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (61.0ms) Rendered admin/layouts/_head.html.haml (802.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1042ms (Views: 1016.1ms | ActiveRecord: 7.6ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:04:32 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (15.7ms) Rendered admin/settings/fields/_appearance.html.haml (51.8ms) Rendered admin/settings/_form.html.haml (58.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (63.1ms) Rendered admin/layouts/_head.html.haml (523.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.1ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 749ms (Views: 726.7ms | ActiveRecord: 6.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:04:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:04:34 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:04:34 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:04:34 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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 (3.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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (20.8ms) Rendered admin/settings/fields/_appearance.html.haml (63.5ms) Rendered admin/settings/_form.html.haml (71.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (75.6ms) Rendered admin/layouts/_head.html.haml (1100.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 1380ms (Views: 1326.0ms | ActiveRecord: 18.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:04:35 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-16 09:04:37 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (54.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (469.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.9ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Completed 200 OK in 2239ms (Views: 667.7ms | ActiveRecord: 6.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-16 09:04:40 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-16 09:04:40 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-16 09:04:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:04:40 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:04:40 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:04:45 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (13.4ms) Rendered admin/settings/fields/_appearance.html.haml (37.8ms) Rendered admin/settings/_form.html.haml (48.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (52.2ms) Rendered admin/layouts/_head.html.haml (539.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 723ms (Views: 684.8ms | ActiveRecord: 9.0ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:04:45 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:04:45 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (29.2ms) Rendered admin/settings/fields/_appearance.html.haml (57.4ms) Rendered admin/settings/_form.html.haml (64.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (69.0ms) Rendered admin/layouts/_head.html.haml (593.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.0ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 848ms (Views: 813.1ms | ActiveRecord: 12.7ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:05:26 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.6ms) Rendered admin/settings/fields/_appearance.html.haml (60.7ms) Rendered admin/settings/_form.html.haml (67.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (74.5ms) Rendered admin/layouts/_head.html.haml (629.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 830ms (Views: 806.0ms | ActiveRecord: 7.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:05:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:05:27 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:05:27 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:05:27 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (13.5ms) Rendered admin/settings/fields/_appearance.html.haml (41.3ms) Rendered admin/settings/_form.html.haml (47.5ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (51.3ms) Rendered admin/layouts/_head.html.haml (517.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.3ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 708ms (Views: 687.6ms | ActiveRecord: 5.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:05:29 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:05:31 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (13.7ms) Rendered admin/settings/fields/_appearance.html.haml (45.7ms) Rendered admin/settings/_form.html.haml (51.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (54.8ms) Rendered admin/layouts/_head.html.haml (635.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.2ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (11.3ms) Completed 200 OK in 824ms (Views: 803.1ms | ActiveRecord: 6.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:05:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:05:33 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:05:33 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:05:33 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.0ms) 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 (3.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.2ms) Rendered admin/settings/fields/_appearance.html.haml (43.0ms) Rendered admin/settings/_form.html.haml (49.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (53.2ms) Rendered admin/layouts/_head.html.haml (477.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.2ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 674ms (Views: 642.6ms | ActiveRecord: 9.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:05:34 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:12:46 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (27.2ms) Rendered admin/settings/fields/_appearance.html.haml (61.2ms) Rendered admin/settings/_form.html.haml (67.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (71.1ms) Rendered admin/layouts/_head.html.haml (1731.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.1ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 1940ms (Views: 1908.1ms | ActiveRecord: 10.9ms) Started GET "/assets/admin/jscolor.self-d06bfeafdbc67b4dcdfd65b256e2d5bc5dda4659458c8476272bbe6246a0ede8.js?body=1" for 127.0.0.1 at 2018-11-16 09:12:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:12:49 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:12:49 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:12:49 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:12:49 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (22.1ms) Rendered admin/settings/fields/_appearance.html.haml (69.6ms) Rendered admin/settings/_form.html.haml (77.8ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (81.8ms) Rendered admin/layouts/_head.html.haml (915.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.2ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 1188ms (Views: 1157.6ms | ActiveRecord: 13.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:12:50 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-16 09:12:54 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (107.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (547.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (76.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 2458ms (Views: 790.7ms | ActiveRecord: 7.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-16 09:12:56 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-16 09:12:56 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-16 09:12:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:12:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:12:57 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:12:59 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (21.8ms) Rendered admin/settings/fields/_appearance.html.haml (62.6ms) Rendered admin/settings/_form.html.haml (77.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (80.8ms) Rendered admin/layouts/_head.html.haml (1033.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.0ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1328ms (Views: 1297.6ms | ActiveRecord: 7.2ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:13:00 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:13:00 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (25.1ms) Rendered admin/settings/fields/_appearance.html.haml (64.8ms) Rendered admin/settings/_form.html.haml (75.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (80.9ms) Rendered admin/layouts/_head.html.haml (654.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (86.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 910ms (Views: 884.5ms | ActiveRecord: 7.3ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:13:31 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.7ms) Rendered admin/settings/fields/_appearance.html.haml (61.3ms) Rendered admin/settings/_form.html.haml (67.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (72.1ms) Rendered admin/layouts/_head.html.haml (775.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.7ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 986ms (Views: 964.0ms | ActiveRecord: 6.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:13:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:13:33 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:13:33 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:13:33 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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 (8.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (32.9ms) Rendered admin/settings/fields/_appearance.html.haml (114.3ms) Rendered admin/settings/_form.html.haml (123.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (134.8ms) Rendered admin/layouts/_head.html.haml (892.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.4ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 1237ms (Views: 1176.4ms | ActiveRecord: 18.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:13:34 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:14:28 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (26.2ms) Rendered admin/settings/fields/_appearance.html.haml (62.4ms) Rendered admin/settings/_form.html.haml (72.5ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (76.7ms) Rendered admin/layouts/_head.html.haml (326.4ms) Completed 500 Internal Server Error in 438ms (ActiveRecord: 6.5ms) Sprockets::FileNotFound - couldn't find file 'jscolor' with type 'application/javascript' Checked in these paths: /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/vendor/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/vendor/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/config /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/config /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/audios /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/config /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/fonts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/html /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/videos /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_ga_dashboard/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_ga_dashboard/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_ga_dashboard/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.1.0/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.1.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.1.0/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-tagsinput-rails-0.4.2.1/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-tagsinput-rails-0.4.2.1/vendor/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-minicolors-rails-2.2.6.1/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-minicolors-rails-2.2.6.1/vendor/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/cocoon-1.2.11/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-simple-line-icons-2.4.1/app/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-simple-line-icons-2.4.1/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-animate-css-3.7.0/app/assets/documents /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-animate-css-3.7.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-animate-css-3.7.0/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/documents /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/flash /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/templates /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-ui-rails-6.0.1/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-ui-rails-6.0.1/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/coffee-rails-4.2.2/lib/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/vuejs-rails-2.5.13/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/remotipart-1.3.0/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/nprogress-rails-0.2.0.2/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.0/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/activestorage-5.2.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/fonts /home/slice-d5/Proyectos/keppler_lab/keppler_core/node_modules /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/font-awesome-sass-5.0.9/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/font-awesome-sass-5.0.9/assets/fonts: app/views/admin/layouts/_head.html.haml:5:in `_app_views_admin_layouts__head_html_haml__1126169613012005528_69825924601280' app/views/admin/layouts/application.html.haml:3:in `_app_views_admin_layouts_application_html_haml___3052598128913085423_69825905451380' Started POST "/__better_errors/fd201fa6ff0be545/variables" for 127.0.0.1 at 2018-11-16 09:14:29 -0400 PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Setting"], ["LIMIT", 11]] Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:14:39 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (16.7ms) Rendered admin/settings/fields/_appearance.html.haml (52.1ms) Rendered admin/settings/_form.html.haml (62.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (67.5ms) Rendered admin/layouts/_head.html.haml (1592.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1813ms (Views: 1781.7ms | ActiveRecord: 7.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:14:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:14:41 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:14:41 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:14:41 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) 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 (0.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.9ms) Rendered admin/settings/fields/_appearance.html.haml (45.6ms) Rendered admin/settings/_form.html.haml (54.8ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (60.2ms) Rendered admin/layouts/_head.html.haml (1125.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.4ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 1369ms (Views: 1328.6ms | ActiveRecord: 11.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:14:43 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-16 09:14:44 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (23.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (114.1ms) Rendered admin/layouts/_head.html.haml (430.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (145.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 824ms (Views: 785.3ms | ActiveRecord: 15.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:14:45 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-16 09:14:45 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 0.8ms | ActiveRecord: 6.5ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:14:47 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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 (5.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (21.6ms) Rendered admin/settings/fields/_appearance.html.haml (76.4ms) Rendered admin/settings/_form.html.haml (86.7ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (89.9ms) Rendered admin/layouts/_head.html.haml (592.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (101.6ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 878ms (Views: 844.8ms | ActiveRecord: 15.3ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:17:45 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (15.1ms) Rendered admin/settings/fields/_appearance.html.haml (52.2ms) Rendered admin/settings/_form.html.haml (58.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (62.1ms) Rendered admin/layouts/_head.html.haml (1158.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1351ms (Views: 1327.7ms | ActiveRecord: 7.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:17:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:17:47 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:17:47 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:17:47 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (23.9ms) Rendered admin/settings/fields/_appearance.html.haml (61.6ms) Rendered admin/settings/_form.html.haml (71.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (77.0ms) Rendered admin/layouts/_head.html.haml (872.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (97.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Completed 200 OK in 1150ms (Views: 1120.7ms | ActiveRecord: 7.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:17:48 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-16 09:17:53 -0400 Processing by Admin::ScriptsController#index 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.8ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (54.4ms) Rendered admin/layouts/_head.html.haml (496.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.7ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 699ms (Views: 676.1ms | ActiveRecord: 8.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:17:53 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-16 09:17:53 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 0.7ms | ActiveRecord: 6.4ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:17:55 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.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 [["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" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (22.4ms) Rendered admin/settings/fields/_appearance.html.haml (66.5ms) Rendered admin/settings/_form.html.haml (77.6ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (82.2ms) Rendered admin/layouts/_head.html.haml (611.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (81.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 867ms (Views: 833.1ms | ActiveRecord: 9.5ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:19:17 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.2ms) Rendered admin/settings/fields/_appearance.html.haml (46.8ms) Rendered admin/settings/_form.html.haml (53.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (56.9ms) Rendered admin/layouts/_head.html.haml (1455.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (86.9ms) Rendered admin/layouts/_messages.html.haml (7.9ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Completed 200 OK in 1679ms (Views: 1656.1ms | ActiveRecord: 7.4ms) Started GET "/assets/admin/bootstrap-colorpicker.self-60119b4264c5ac9fa813d08776549a1464a4770782e8d43db09d116cf86cfd1b.js?body=1" for 127.0.0.1 at 2018-11-16 09:19:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:19:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:19:19 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:19:19 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:19:19 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (11.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (39.4ms) Rendered admin/settings/fields/_appearance.html.haml (127.1ms) Rendered admin/settings/_form.html.haml (141.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (149.8ms) Rendered admin/layouts/_head.html.haml (884.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (92.4ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (9.1ms) Rendered admin/layouts/_footer.html.haml (7.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 1282ms (Views: 1208.9ms | ActiveRecord: 25.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:19:21 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-16 09:19:22 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (80.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (432.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 2201ms (Views: 640.4ms | ActiveRecord: 7.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-16 09:19:24 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-16 09:19:24 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-16 09:19:24 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:19:25 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:19:25 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:19:27 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (28.6ms) Rendered admin/settings/fields/_appearance.html.haml (68.7ms) Rendered admin/settings/_form.html.haml (84.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (91.4ms) Rendered admin/layouts/_head.html.haml (502.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.9ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 759ms (Views: 725.8ms | ActiveRecord: 11.6ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:19:28 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:19:28 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (22.4ms) Rendered admin/settings/fields/_appearance.html.haml (60.6ms) Rendered admin/settings/_form.html.haml (69.7ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (75.3ms) Rendered admin/layouts/_head.html.haml (652.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (86.4ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 903ms (Views: 880.2ms | ActiveRecord: 7.2ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:19:32 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (14.9ms) Rendered admin/settings/fields/_appearance.html.haml (43.4ms) Rendered admin/settings/_form.html.haml (48.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (52.5ms) Rendered admin/layouts/_head.html.haml (516.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.0ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 707ms (Views: 684.3ms | ActiveRecord: 6.4ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:19:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:19:33 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:19:33 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:19:33 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (6.1ms) 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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (26.9ms) Rendered admin/settings/fields/_appearance.html.haml (77.5ms) Rendered admin/settings/_form.html.haml (89.2ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (94.5ms) Rendered admin/layouts/_head.html.haml (896.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.3ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 1200ms (Views: 1145.4ms | ActiveRecord: 16.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:19:35 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:21:42 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (15.1ms) Rendered admin/settings/fields/_appearance.html.haml (150.7ms) Rendered admin/settings/_form.html.haml (157.5ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (161.1ms) Rendered admin/layouts/_head.html.haml (740.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (152.8ms) Rendered admin/layouts/_messages.html.haml (7.3ms) Rendered admin/layouts/_preloader.html.haml (20.7ms) Rendered admin/layouts/_footer.html.haml (7.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Completed 200 OK in 1165ms (Views: 1140.6ms | ActiveRecord: 9.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:21:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:21:44 -0400 Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-11-16 09:21:44 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 09:21:44 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (16.6ms) Rendered admin/settings/fields/_appearance.html.haml (45.2ms) Rendered admin/settings/_form.html.haml (52.0ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (57.6ms) Rendered admin/layouts/_head.html.haml (886.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (96.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 1127ms (Views: 1091.9ms | ActiveRecord: 9.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-16 09:21:46 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:21:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (53.0ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (37.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (8.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (23.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (114.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (474.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 985ms (Views: 719.0ms | ActiveRecord: 71.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:21:49 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:21:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 0.8ms | ActiveRecord: 8.8ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-16 09:21:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (2.3ms) 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.9ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (135.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (141.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (500.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.1ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 794ms (Views: 759.4ms | ActiveRecord: 9.8ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-16 09:21:51 -0400 Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:21:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"u+5YBvhdJkeny/i+TSQm22SXZNXWGnkAm78m6Mwfxki9cDlnGmYuGAC66L/CrBnIG5x+brA20m9u7MaIj5cW3w==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (45.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-16 13:21:55.582421"], ["updated_at", "2018-11-16 13:21:55.582421"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-16 13:21:55.632847"], ["updated_at", "2018-11-16 13:21:55.632847"]]  (150.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/2/editor KepplerFrontend::ViewCallback Load (58.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 1065ms (ActiveRecord: 265.6ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2018-11-16 09:21:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (37.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.2ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (27.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (39.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (130.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (233.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (240.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (661.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (234.4ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 1671ms (Views: 1120.7ms | ActiveRecord: 112.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:21:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:21:59 -0400 Started POST "/admin/frontend/views/2/editor/save" for 127.0.0.1 at 2018-11-16 09:22:11 -0400 Started POST "/admin/frontend/views/2/editor/save" for 127.0.0.1 at 2018-11-16 09:22:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n", "view_id"=>"2"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Setting Load (3.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Parameters: {"html"=>"

index template

\n", "view_id"=>"2"} Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (2.2ms) 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 (1.7ms) 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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (4.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Completed 200 OK in 45ms (Views: 0.4ms | ActiveRecord: 21.0ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Completed 200 OK in 43ms (Views: 0.4ms | ActiveRecord: 18.5ms) Started POST "/admin/frontend/views/2/editor/save" for 127.0.0.1 at 2018-11-16 09:23:30 -0400 Started POST "/admin/frontend/views/2/editor/save" for 127.0.0.1 at 2018-11-16 09:23:30 -0400 Started POST "/admin/frontend/views/2/editor/save" for 127.0.0.1 at 2018-11-16 09:23:30 -0400 Started POST "/admin/frontend/views/2/editor/save" for 127.0.0.1 at 2018-11-16 09:23:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n\n", "view_id"=>"2"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n\n", "view_id"=>"2"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Parameters: {"html"=>"

index template

\n\n", "view_id"=>"2"} SocialAccount Load (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Setting Load (2.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (2.2ms) 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" KepplerLanguages::Language Load (2.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) 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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) 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", 1], ["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (5.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]] Parameters: {"html"=>"

index template

\n\n", "view_id"=>"2"} 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", 1], ["LIMIT", 1]] Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Role Load (2.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] SocialAccount Load (6.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Completed 200 OK in 61ms (Views: 0.3ms | ActiveRecord: 12.1ms) CACHE Role Load (0.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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Completed 200 OK in 76ms (Views: 0.3ms | ActiveRecord: 16.6ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 77ms (Views: 0.2ms | ActiveRecord: 17.0ms) User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Completed 200 OK in 57ms (Views: 0.3ms | ActiveRecord: 15.5ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:23:34 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:24:56 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:24:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) 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 (2.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.0ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (29.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (118.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (666.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.9ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 1066ms (Views: 937.5ms | ActiveRecord: 22.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:24:59 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:24:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.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.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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 74ms (Views: 3.8ms | ActiveRecord: 14.7ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2018-11-16 09:25:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"n1L5MswqeXnAz/5gvDMYztzstSPhvq79offtsKhKgmR6rbyPYoYH4xxdHVG5xmKfLltVX4r+VxFn4NRNS+mH5g==", "multiple_ids"=>"[2]"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.8ms) BEGIN PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-16 13:25:01.990778"], ["updated_at", "2018-11-16 13:25:01.990778"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::View Destroy (0.7ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]] KepplerFrontend::View Update All (14.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-16 13:25:02.011921' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (8.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 156ms (ActiveRecord: 43.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:25:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (21.4ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (8.2ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (52.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (117.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (668.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (155.5ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (7.8ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Completed 200 OK in 1336ms (Views: 996.1ms | ActiveRecord: 53.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:25:04 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:25:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:25:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:25:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:25:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (11.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (4.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (14.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 103ms (Views: 1.4ms | ActiveRecord: 41.2ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-16 09:25:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (99.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (107.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (625.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.4ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Completed 200 OK in 934ms (Views: 889.5ms | ActiveRecord: 10.4ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:26:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mseUaB9n5h69iyR3WfWkhfBaTyEAZsytSBGXBoiemvCcWfUJ/VzuQRr6NHbWfZuWj1FVmmZKZ8K9QndmyxZKZw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-16 13:26:01.180322"], ["updated_at", "2018-11-16 13:26:01.180322"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-16 13:26:01.185981"], ["updated_at", "2018-11-16 13:26:01.185981"]]  (66.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/3/editor KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 114ms (ActiveRecord: 77.6ms) Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:26:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (32.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (111.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (116.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (456.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.8ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 923ms (Views: 732.4ms | ActiveRecord: 13.5ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:26:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:26:03 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:26:03 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:26:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n\n\n", "view_id"=>"3"} 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Completed 200 OK in 27ms (Views: 0.4ms | ActiveRecord: 6.0ms) Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:27:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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 (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (84.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (19.3ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.3ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (44.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (212.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (220.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1418.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1820ms (Views: 1772.5ms | ActiveRecord: 12.7ms) Started GET "/assets/keppler_frontend/admin/editor.self-a3a41b58af7c4bf4923458e4aaa38dfab0868bbfd710bf91b23db87b5005d225.js?body=1" for 127.0.0.1 at 2018-11-16 09:27:51 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:27:52 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:27:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:27:52 -0400 Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:28:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} Setting Load (1.0ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (48.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (17.7ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (42.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (145.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (152.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1345.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.6ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1650ms (Views: 1609.9ms | ActiveRecord: 11.9ms) Started GET "/assets/keppler_frontend/admin/editor.self-ab37a74b103004e18e97b2381474416145ecf7124c54844ef5b7dbc597757163.js?body=1" for 127.0.0.1 at 2018-11-16 09:28:25 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:28:25 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:28:25 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:28:25 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:29:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} Setting Load (0.5ms) 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (48.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.5ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (132.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (141.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1188.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.5ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 1469ms (Views: 1436.0ms | ActiveRecord: 9.7ms) Started GET "/assets/keppler_frontend/admin/editor.self-9d3645f53f8463cd3ff71d8c5f6b9dc7e05b1dd27fe9f8e49bd0032e0dac2444.js?body=1" for 127.0.0.1 at 2018-11-16 09:29:13 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:29:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:29:13 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:29:13 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:29 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:29 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:29 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\n", "view_id"=>"3"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Setting Load (2.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Parameters: {"scss"=>"/* Keppler - index.scss file */\n", "view_id"=>"3"} Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\n", "view_id"=>"3"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\n", "view_id"=>"3"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) 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]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Appearance Load (5.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["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", 1], ["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] Completed 200 OK in 54ms (Views: 0.2ms | ActiveRecord: 14.6ms) CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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 (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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 200 OK in 54ms (Views: 0.3ms | ActiveRecord: 16.0ms) CACHE Role Load (0.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]] KepplerFrontend::View Load (4.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Completed 200 OK in 76ms (Views: 0.4ms | ActiveRecord: 22.2ms) Completed 200 OK in 68ms (Views: 0.3ms | ActiveRecord: 21.6ms) Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:35 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:35 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:35 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n});\n", "view_id"=>"3"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n});\n", "view_id"=>"3"} Appearance Load (9.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Setting Load (2.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (1.3ms) 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 (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (2.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n});\n", "view_id"=>"3"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n});\n", "view_id"=>"3"} Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Setting Load (5.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 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]] 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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Role Load (3.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]] SocialAccount Load (4.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Role Load (0.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]] KepplerLanguages::Language Load (4.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Completed 200 OK in 68ms (Views: 0.2ms | ActiveRecord: 27.3ms) User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 67ms (Views: 0.4ms | ActiveRecord: 15.8ms) CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Completed 200 OK in 51ms (Views: 0.2ms | ActiveRecord: 16.9ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 16.8ms) Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:40 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:40 -0400 Started POST "/admin/frontend/views/3/editor/save" for 127.0.0.1 at 2018-11-16 09:29:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...\n", "view_id"=>"3"} Setting Load (1.3ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...\n", "view_id"=>"3"} CACHE Role Load (0.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]] Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Completed 200 OK in 30ms (Views: 0.2ms | ActiveRecord: 8.5ms) SocialAccount Load (1.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...\n", "view_id"=>"3"} User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $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]] CACHE Setting Load (0.0ms) 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"]] CACHE Role Load (0.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]] SocialAccount Load (3.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Completed 200 OK in 30ms (Views: 0.2ms | ActiveRecord: 7.6ms) KepplerLanguages::Language Load (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Completed 200 OK in 33ms (Views: 0.2ms | ActiveRecord: 11.3ms) Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:30:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (35.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.1ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (45.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (137.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (143.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1254.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1728ms (Views: 1560.9ms | ActiveRecord: 7.8ms) Started GET "/assets/keppler_frontend/admin/layout_editor.self-253d551ae66644a6d76faa9b6c6c2478635f1799ac78a73055125d12340b722d.js?body=1" for 127.0.0.1 at 2018-11-16 09:30:46 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-da931a296d4e920749409cf3a7be41708eebf01b423ccac4d55639c216ab3950.js?body=1" for 127.0.0.1 at 2018-11-16 09:30:46 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-f27e9fc32ae5c621db2e4e320264abb22d35db024203e1ac4c376bb02003f9a5.js?body=1" for 127.0.0.1 at 2018-11-16 09:30:46 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:30:46 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:30:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:30:46 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:30:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (44.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.9ms) KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.9ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (36.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (126.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (132.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1186.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.2ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1455ms (Views: 1424.5ms | ActiveRecord: 10.5ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:31:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:31:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:31:02 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:31:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (42.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (18.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (42.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (134.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (139.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (533.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.3ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 821ms (Views: 792.4ms | ActiveRecord: 8.8ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:31:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:31:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:31:16 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:33:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (54.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.1ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (31.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (126.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (131.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (8566.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.3ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 8824ms (Views: 8798.2ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/codemirror/codemirror.self-ab5e3dcd68d5454639a804a656a095005959769e3b672f6d192766e76a0d8d56.css?body=1" for 127.0.0.1 at 2018-11-16 09:34:03 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:34:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:34:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:34:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:34:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} Setting Load (1.2ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (51.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.0ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (34.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (128.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (134.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (6483.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.1ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 6830ms (Views: 6792.7ms | ActiveRecord: 12.1ms) Started GET "/assets/admin/codemirror/codemirror.self-6fa4abab32fa93fca40135f145e9887d1175a1af278c6609c5c9ac2dd761fc0c.css?body=1" for 127.0.0.1 at 2018-11-16 09:34:23 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:34:24 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:34:24 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:34:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:34:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (10.8ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (31.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (107.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (112.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (6686.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (123.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 6999ms (Views: 6969.9ms | ActiveRecord: 9.0ms) Started GET "/assets/admin/codemirror/codemirror.self-54dab99e81ce86857ca84501a23187e9c74268802bc8424c7c3ffed304948390.css?body=1" for 127.0.0.1 at 2018-11-16 09:34:50 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:34:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:34:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:34:51 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:35:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (46.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.9ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (38.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (127.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (133.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (6390.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.7ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 6715ms (Views: 6686.1ms | ActiveRecord: 8.9ms) Started GET "/assets/admin/codemirror/codemirror.self-81a40ddfb7aca82cef6955819de731d9e2efbeaf78b349da42bc78b65ddade26.css?body=1" for 127.0.0.1 at 2018-11-16 09:35:42 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:35:43 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:35:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:35:44 -0400 Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2018-11-16 09:36:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (42.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (15.3ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (41.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (130.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (135.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (6459.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 6805ms (Views: 6772.2ms | ActiveRecord: 10.2ms) Started GET "/assets/admin/codemirror/codemirror.self-81bfe37382b6bab39272b786965be1a5ec15f381371cceea6762f1b494fa7f31.css?body=1" for 127.0.0.1 at 2018-11-16 09:36:44 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:36:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:36:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:36:45 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:43:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.5ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.2ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (17.0ms) Rendered public_activity/layout/_destroy.html.haml (6.6ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (41.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (190.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (875.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (379.3ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 1979ms (Views: 1503.2ms | ActiveRecord: 64.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:43:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (34.3ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (18.5ms) Rendered public_activity/layout/_destroy.html.haml (6.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (41.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (155.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (689.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 1062ms (Views: 1000.9ms | ActiveRecord: 18.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:43:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:43:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:43:27 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:43:27 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:43:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (13.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (9.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 109ms (Views: 2.1ms | ActiveRecord: 40.1ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[3]" for 127.0.0.1 at 2018-11-16 09:43:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"YZYSY8/Cbrg5eYl5BSfGWOt4c4DGEpZwv+31vwe7KACEaVfeYW4QIuXrakgA0rwJGc+T/K1Sb5x5+sxC5Bgtgg==", "multiple_ids"=>"[3]"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (2.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] KepplerFrontend::View Load (4.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.7ms) BEGIN PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-16 13:43:34.469163"], ["updated_at", "2018-11-16 13:43:34.469163"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 3]] KepplerFrontend::View Destroy (1.2ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 3]] KepplerFrontend::View Update All (0.8ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-16 13:43:34.501029' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (64.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 278ms (ActiveRecord: 94.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:43:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) 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.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.6ms) KepplerFrontend::View Load (1.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (27.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.7ms) KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.4ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (50.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (134.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (780.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.3ms) Rendered admin/layouts/_messages.html.haml (6.4ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.2ms) Completed 200 OK in 1181ms (Views: 1115.6ms | ActiveRecord: 20.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:43:35 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:43:36 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:43:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:43:36 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:43:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 82ms (Views: 1.3ms | ActiveRecord: 10.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:45:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.2ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-11-16 13:45:21.224428' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 2) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-16 13:26:01.180000"], ["updated_at", "2018-11-16 13:26:01.180000"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-16 13:45:21.228627"], ["updated_at", "2018-11-16 13:45:21.228627"]]  (22.6ms) COMMIT  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (24.6ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.8ms) Rendered public_activity/layout/_destroy.html.haml (4.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (32.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (101.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1599.5ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (136.6ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 2159ms (Views: 1883.5ms | ActiveRecord: 68.5ms) Started GET "/assets/keppler_frontend/admin/editor.self-9adc9c675f1e5efda98b0b8f2f54327ee7ec06cac646f71cb6e24c1610d0d3d1.js?body=1" for 127.0.0.1 at 2018-11-16 09:45:23 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-1449010070cdad61c5a4b10fb9c7f72de2e696b87b7404b33fe674359c685da4.js?body=1" for 127.0.0.1 at 2018-11-16 09:45:23 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-036411e9860cb2c7a22cfbd59ff25d924070c30147f739e3b103362dc015981b.js?body=1" for 127.0.0.1 at 2018-11-16 09:45:23 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:45:23 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:45:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:45:24 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:45:24 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:45:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 4.8ms | ActiveRecord: 9.2ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[4]" for 127.0.0.1 at 2018-11-16 09:45:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"vausM59Kw38jq2GM1FtyIJaEuubx3TeryAGgZnhXJB1YVOmOMea95f85gr3RrghxZDNampqdzkcOFpmbm/Qhnw==", "multiple_ids"=>"[4]"} Setting Load (1.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 [["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 (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.6ms) BEGIN PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-16 13:45:28.011563"], ["updated_at", "2018-11-16 13:45:28.011563"]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::View Destroy (1.3ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4]] KepplerFrontend::View Update All (2.0ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-16 13:45:28.036269' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (21.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 158ms (ActiveRecord: 50.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:45:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.7ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.3ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (14.7ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (18.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (55.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (174.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (628.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (142.8ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (12.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 1291ms (Views: 1005.1ms | ActiveRecord: 61.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:45:30 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:45:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:45:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:45:30 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:45:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.5ms) 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 (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 88ms (Views: 2.1ms | ActiveRecord: 20.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 09:51:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.0ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.7ms) PublicActivity::Activity Exists (1.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (15.2ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (16.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (52.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (123.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (728.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.6ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1040ms (Views: 972.2ms | ActiveRecord: 25.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 09:51:49 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 09:51:50 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 09:51:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 09:51:50 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 09:51:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.1ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 1.9ms | ActiveRecord: 10.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-16 10:04:18 -0400 Started GET "/admin/users/1" for 127.0.0.1 at 2018-11-16 10:04:22 -0400 Processing by Admin::UsersController#show as HTML Parameters: {"id"=>"1"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (10.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (9.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (6.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/users/show.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/show.html.haml within admin/layouts/application (31.1ms) Rendered admin/layouts/_head.html.haml (814.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.6ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (5.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1092ms (Views: 1015.5ms | ActiveRecord: 35.3ms) Started GET "/admin/users/1/edit" for 127.0.0.1 at 2018-11-16 10:04:53 -0400 Processing by Admin::UsersController#edit as HTML Parameters: {"id"=>"1"} 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) 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 AND "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/edit.html.haml within admin/layouts/application  (0.9ms) SELECT "roles"."id" FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 [["user_id", 1]] Rendered admin/users/_form.html.haml (153.5ms) Rendered admin/users/edit.html.haml within admin/layouts/application (160.3ms) Rendered admin/layouts/_head.html.haml (883.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.4ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 1236ms (Views: 1174.8ms | ActiveRecord: 11.1ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-16 10:04:56 -0400 Processing by Admin::UsersController#index 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] 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  (1.2ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (13.1ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (18.6ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (5.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.3ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered admin/users/_description.html.haml (78.5ms) Rendered admin/users/index.html.haml within admin/layouts/application (131.0ms) Rendered admin/layouts/_head.html.haml (707.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.9ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1054ms (Views: 1001.2ms | ActiveRecord: 16.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 10:04:58 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-16 10:04:58 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 1.2ms | ActiveRecord: 12.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 10:09:56 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 10:09:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (9.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (18.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 10:09:56 -0400 CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.4ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (58.1ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.6ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (77.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (240.0ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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 (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.2ms | ActiveRecord: 14.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1167.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (155.4ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (6.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Completed 200 OK in 1729ms (Views: 1635.4ms | ActiveRecord: 53.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 10:09:58 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 10:09:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 75ms (Views: 3.4ms | ActiveRecord: 17.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-16 10:18:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (19.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (41.5ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.5ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.3ms) Rendered public_activity/layout/_destroy.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (77.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (228.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1790.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (211.6ms) Rendered admin/layouts/_messages.html.haml (6.0ms) Rendered admin/layouts/_preloader.html.haml (12.2ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (11.3ms) Completed 200 OK in 2595ms (Views: 2388.5ms | ActiveRecord: 41.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-16 10:19:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-16 10:19:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-16 10:19:04 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-16 10:19:04 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-16 10:19:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 62ms (Views: 2.5ms | ActiveRecord: 11.5ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-11-19 08:20:17 -0400  (3.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (15.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (19.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (22.1ms) 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]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.8ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (35.4ms) Rendered app/layouts/_google_analytics.html.haml (5.8ms) Rendered app/layouts/_head.html.haml (23864.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (23915.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (25.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1167.5ms) Completed 200 OK in 25536ms (Views: 25120.7ms | ActiveRecord: 102.1ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-11-19 08:20:44 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-19 08:20:44 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-19 08:20:45 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-19 08:20:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-19 08:20:46 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-19 08:21:24 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (30.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 127ms (ActiveRecord: 52.8ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-19 08:21:24 -0400 Processing by Devise::SessionsController#new 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.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (46.1ms) Rendered admin/layouts/_head.html.haml (781.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 917ms (Views: 902.0ms | ActiveRecord: 3.9ms) Started GET "/assets/admin/application.self-f86b6949042ba146b00bf3fe3543e728b2961e1a8ecf7ff97b823a7610dd017f.css?body=1" for 127.0.0.1 at 2018-11-19 08:21:26 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-19 08:21:26 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-19 08:21:26 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-19 08:21:26 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-19 08:21:26 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-19 08:21:26 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-19 08:21:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:21:28 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-19 08:21:57 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LpmE55albbZ3qUtDYbg5KkwxLEgSPOk2oolT1L5DuppaAsnL4WvA0IB7/PAl5Je4tx/fG7M/nCQwJJhS1o16hQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (1.0ms) BEGIN  (0.7ms) ROLLBACK 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.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.8ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]] Completed 401 Unauthorized in 321ms (ActiveRecord: 65.3ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LpmE55albbZ3qUtDYbg5KkwxLEgSPOk2oolT1L5DuppaAsnL4WvA0IB7/PAl5Je4tx/fG7M/nCQwJJhS1o16hQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE SocialAccount Load (0.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE KepplerLanguages::Language Load (0.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.6ms) Rendered admin/layouts/_head.html.haml (486.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 600ms (Views: 509.9ms | ActiveRecord: 0.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-19 08:22:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:22:00 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-19 08:22:11 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7L087RNyc9+4oKklVepLfq6f3C7NrKWJa5EEDCkvWymYJnHBZLzeuU9yHpYRtuXsVbEvfWyv0Jv5PM+KQeGbNg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (2.2ms) BEGIN  (0.3ms) ROLLBACK 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.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.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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.8ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-19 12:22:12.045473"], ["last_sign_in_at", "2018-11-16 12:56:38.503998"], ["sign_in_count", 11], ["updated_at", "2018-11-19 12:22:12.047097"], ["id", 1]] PublicActivity::Activity Create (253.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-19 12:22:12.136884"], ["updated_at", "2018-11-19 12:22:12.136884"]]  (18.1ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 534ms (ActiveRecord: 279.7ms) Started GET "/admin" for 127.0.0.1 at 2018-11-19 08:22:12 -0400 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.3ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (36.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 112ms (ActiveRecord: 79.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 08:22:12 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (43.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (196.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1237.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (18.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (603.5ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 4192ms (Views: 2105.3ms | ActiveRecord: 79.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 08:22:18 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 08:22:18 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 08:22:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:22:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:22:18 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:22:27 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (250.2ms) Rendered admin/rockets/_create_rocket.haml (5.9ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (280.2ms) Rendered admin/layouts/_head.html.haml (1601.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.8ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 2071ms (Views: 2028.0ms | ActiveRecord: 9.3ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:22:29 -0400 Processing by Admin::RocketsController#rockets 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (31.4ms) Rendered admin/rockets/_create_rocket.haml (6.5ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (68.0ms) Rendered admin/layouts/_head.html.haml (603.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 834ms (Views: 798.3ms | ActiveRecord: 11.2ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:22:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:22:30 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:24:29 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (2.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (1150.9ms) Rendered admin/rockets/_create_rocket.haml (5.6ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (1176.8ms) Rendered admin/layouts/_head.html.haml (4309.6ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (232.5ms) CACHE 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]] CACHE Role Load (0.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]] Permission Load (3.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (690.9ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (10.4ms) Rendered admin/layouts/_footer.html.haml (5.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Completed 200 OK in 6509ms (Views: 6463.0ms | ActiveRecord: 22.0ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:24:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:24:39 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:24:39 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:25:28 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (168.5ms) Rendered admin/rockets/_create_rocket.haml (54.7ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (412.6ms) Rendered admin/layouts/_head.html.haml (1592.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.5ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 2500ms (Views: 2191.8ms | ActiveRecord: 28.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:25:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:25:31 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:25:31 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:26:10 -0400 Processing by Admin::RocketsController#rockets 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (17.4ms) Rendered admin/rockets/_create_rocket.haml (6.5ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (58.6ms) Rendered admin/layouts/_head.html.haml (705.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (91.2ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 946ms (Views: 910.3ms | ActiveRecord: 8.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:26:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:26:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:26:12 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:26:43 -0400 Processing by Admin::RocketsController#rockets 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.6ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (23.6ms) Rendered admin/rockets/_create_rocket.haml (6.8ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (56.2ms) Rendered admin/layouts/_head.html.haml (709.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 929ms (Views: 880.3ms | ActiveRecord: 9.2ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:26:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:26:45 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:26:45 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:27:18 -0400 Processing by Admin::RocketsController#rockets 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (26.3ms) Rendered admin/rockets/_create_rocket.haml (10.4ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (57.8ms) Rendered admin/layouts/_head.html.haml (657.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 871ms (Views: 828.7ms | ActiveRecord: 8.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:27:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:27:20 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:27:20 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:27:26 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (13.5ms) Rendered admin/rockets/_create_rocket.haml (6.7ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (40.1ms) Rendered admin/layouts/_head.html.haml (1021.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.6ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 1255ms (Views: 1174.2ms | ActiveRecord: 12.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:27:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:27:28 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:27:29 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:27:36 -0400 Processing by Admin::RocketsController#rockets 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.7ms) 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 (4.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (12.2ms) Rendered admin/rockets/_create_rocket.haml (7.3ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (41.7ms) Rendered admin/layouts/_head.html.haml (717.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 931ms (Views: 878.3ms | ActiveRecord: 11.9ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:27:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:27:37 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:27:37 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:28:10 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.8ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (726.7ms) Rendered admin/rockets/_create_rocket.haml (5.4ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (765.0ms) Rendered admin/layouts/_head.html.haml (832.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.2ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1764ms (Views: 1699.9ms | ActiveRecord: 14.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:28:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:28:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:28:12 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:28:24 -0400 Processing by Admin::RocketsController#rockets 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (13.5ms) Rendered admin/rockets/_create_rocket.haml (5.8ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (49.1ms) Rendered admin/layouts/_head.html.haml (1638.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.3ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.0ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1867ms (Views: 1813.3ms | ActiveRecord: 9.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:28:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:28:26 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:28:26 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 08:32:15 -0400 Processing by Admin::RocketsController#rockets 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 [["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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (33.6ms) Rendered admin/rockets/_create_rocket.haml (7.4ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (63.8ms) Rendered admin/layouts/_head.html.haml (2372.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.1ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 2599ms (Views: 2568.1ms | ActiveRecord: 8.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 08:32:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 08:32:20 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 08:32:20 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 10:28:54 -0400  (2.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 450ms (ActiveRecord: 60.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-19 10:28:55 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (53.2ms) Rendered admin/layouts/_head.html.haml (24235.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 24476ms (Views: 24461.5ms | ActiveRecord: 3.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:29:22 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-19 10:29:22 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-19 10:30:53 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"osxTZ+wIrbT9VNFJnznt/ul+OOxjbnOOPmukdmP5T5xDoGgqsfMWotpnlp/suuAX1gtB31zFi64l9H9aQ3VfhQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK 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" Appearance Load (0.5ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-19 14:30:53.612357"], ["last_sign_in_at", "2018-11-19 12:22:12.045473"], ["sign_in_count", 12], ["updated_at", "2018-11-19 14:30:53.613634"], ["id", 1]] PublicActivity::Activity Create (39.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-19 14:30:53.646215"], ["updated_at", "2018-11-19 14:30:53.646215"]]  (75.0ms) COMMIT Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 567ms (ActiveRecord: 169.3ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 10:30:53 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.6ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (38.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (526.9ms) Rendered admin/rockets/_create_rocket.haml (12.0ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (635.8ms) Rendered admin/layouts/_head.html.haml (576.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (505.8ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 1976ms (Views: 1777.2ms | ActiveRecord: 73.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:30:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:30:56 -0400 Started POST "/admin/settings/lang/es" for 127.0.0.1 at 2018-11-19 10:33:26 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"3oG5ptCcwWKPAK5/fq2SX68zAC213YV+RQ2f2Po+z1mFrBa5r/MJNn7NTpsTndRr2biRJOScsaRIwqVGojTl+A==", "locale"=>"es"} 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.5ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.7ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "es"], ["updated_at", "2018-11-19 14:33:26.512896"], ["id", 1]]  (15.3ms) COMMIT Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 69ms (ActiveRecord: 22.1ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-19 10:33:26 -0400 Processing by Admin::RocketsController#rockets 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (36.6ms) Rendered admin/rockets/_create_rocket.haml (6.8ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (66.4ms) Rendered admin/layouts/_head.html.haml (536.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (76.0ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Completed 200 OK in 767ms (Views: 727.4ms | ActiveRecord: 8.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:33:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:33:27 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:37:30 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (24.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (175.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (538.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 2347ms (Views: 844.1ms | ActiveRecord: 36.2ms) Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:37:35 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:37:35 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:37:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:37:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:37:35 -0400 Started PUT "/__web_console/repl_sessions/98d6e5ff8a5f3972c879bdf1e9f588fe" for 127.0.0.1 at 2018-11-19 10:37:42 -0400 Started PUT "/__web_console/repl_sessions/98d6e5ff8a5f3972c879bdf1e9f588fe" for 127.0.0.1 at 2018-11-19 10:37:49 -0400 Started PUT "/__web_console/repl_sessions/98d6e5ff8a5f3972c879bdf1e9f588fe" for 127.0.0.1 at 2018-11-19 10:37:49 -0400 User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:37:58 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (87.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (751.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.0ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 2393ms (Views: 954.7ms | ActiveRecord: 11.5ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:38:01 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:38:01 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:38:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:38:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:38:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:38:03 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:40:35 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (4.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (90.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1211.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (128.2ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Completed 200 OK in 2903ms (Views: 1527.7ms | ActiveRecord: 13.4ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:40:39 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:40:39 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:40:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:40:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:40:40 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:40:41 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:42:47 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" 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", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (91.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1304.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.7ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (6.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Completed 200 OK in 3017ms (Views: 1625.4ms | ActiveRecord: 13.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:42:50 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:42:50 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:42:50 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:42:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:42:51 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:42:52 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:44:32 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (196.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (3843.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (780.9ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 6508ms (Views: 4861.9ms | ActiveRecord: 63.7ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:44:41 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:44:41 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:44:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:44:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:44:41 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:44:43 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:45:01 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (43.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (669.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 2191ms (Views: 811.3ms | ActiveRecord: 7.4ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:45:03 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:45:03 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:45:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:45:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:45:03 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:45:04 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:45:51 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (99.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (571.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.3ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 3204ms (Views: 853.7ms | ActiveRecord: 7.8ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:45:54 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:45:54 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:45:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:45:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:45:54 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:45:56 -0400 Started PUT "/__web_console/repl_sessions/68ebb1bfe929f8c1ff8eec49a586c12b" for 127.0.0.1 at 2018-11-19 10:46:10 -0400 Started PUT "/__web_console/repl_sessions/68ebb1bfe929f8c1ff8eec49a586c12b" for 127.0.0.1 at 2018-11-19 10:46:11 -0400 Started PUT "/__web_console/repl_sessions/68ebb1bfe929f8c1ff8eec49a586c12b" for 127.0.0.1 at 2018-11-19 10:46:12 -0400 User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:46:56 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (53.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (663.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (96.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (8.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 2255ms (Views: 876.4ms | ActiveRecord: 6.9ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:46:59 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:46:59 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:46:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:46:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:46:59 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-19 10:47:00 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 10:47:05 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-19 10:47:05 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-19 10:47:05 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-19 10:47:05 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started PUT "/__web_console/repl_sessions/80806b07f9bdfb8b1674040bd8ae3929" for 127.0.0.1 at 2018-11-19 10:49:12 -0400 Started PUT "/__web_console/repl_sessions/80806b07f9bdfb8b1674040bd8ae3929" for 127.0.0.1 at 2018-11-19 10:49:14 -0400 Started PUT "/__web_console/repl_sessions/80806b07f9bdfb8b1674040bd8ae3929" for 127.0.0.1 at 2018-11-19 10:49:17 -0400 User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/80806b07f9bdfb8b1674040bd8ae3929" for 127.0.0.1 at 2018-11-19 10:51:33 -0400 Started PUT "/__web_console/repl_sessions/80806b07f9bdfb8b1674040bd8ae3929" for 127.0.0.1 at 2018-11-19 10:51:34 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:53:12 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.0ms) 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 (3.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (5.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (186.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (6239.6ms) Completed 500 Internal Server Error in 8160ms (ActiveRecord: 22.9ms) Sass::SyntaxError - File to import not found or unreadable: web-console. Load paths: /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/vendor/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/vendor/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/config /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_capsules/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/config /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_languages/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/audios /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/config /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/fonts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/html /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/stylesheets /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/videos /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_ga_dashboard/app/assets/images /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_ga_dashboard/app/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_ga_dashboard/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.1.0/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.1.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/social-share-button-1.1.0/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-tagsinput-rails-0.4.2.1/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-tagsinput-rails-0.4.2.1/vendor/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-slick-rails-1.9.0/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-minicolors-rails-2.2.6.1/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-minicolors-rails-2.2.6.1/vendor/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/cocoon-1.2.11/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-simple-line-icons-2.4.1/app/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-simple-line-icons-2.4.1/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-animate-css-3.7.0/app/assets/documents /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-animate-css-3.7.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-animate-css-3.7.0/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/documents /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/flash /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/rails-assets-adminlte-2.3.11/app/assets/templates /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-ui-rails-6.0.1/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-ui-rails-6.0.1/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-ui-rails-6.0.1/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-turbolinks-2.1.0/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/coffee-rails-4.2.2/lib/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/vuejs-rails-2.5.13/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/remotipart-1.3.0/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/nprogress-rails-0.2.0.2/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.0/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/app/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/app/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/ckeditor-4.2.4/vendor/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/activestorage-5.2.0/app/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts /home/slice-d5/Proyectos/keppler_lab/keppler_core/app/assets/fonts /home/slice-d5/Proyectos/keppler_lab/keppler_core/node_modules /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/javascripts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/images /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/font-awesome-sass-5.0.9/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/font-awesome-sass-5.0.9/assets/fonts /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bootstrap-sass-3.3.7/assets/stylesheets /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/bourbon-5.0.0/core /home/slice-d5/.rvm/gems/ruby-2.5.1/gems/font-awesome-sass-5.0.9/assets/stylesheets: Started POST "/admin/dashboard/__better_errors/a5e4a053d54c52d8/variables" for 127.0.0.1 at 2018-11-19 10:53:22 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:53:39 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (263.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (11978.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.8ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 14288ms (Views: 12489.1ms | ActiveRecord: 9.7ms) Started GET "/assets/admin/application.self-7c54cc1c60c9f2ad2898f5a9e3d3e07342f79cb78b8ff7ff3bc2fa1c8511e56c.css?body=1" for 127.0.0.1 at 2018-11-19 10:53:54 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:53:57 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:53:58 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:53:58 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 10:53:58 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:53:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:53:59 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-19 10:53:59 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-19 10:53:59 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-19 10:53:59 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:55:30 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:55:30 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:55:36 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:55:49 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:55:53 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:55:54 -0400 KepplerFrontend::View Load (117.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:04 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:04 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:05 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:06 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:08 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:09 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:31 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:39 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:41 -0400 Started PUT "/__web_console/repl_sessions/cb9fb1d66d717754da32deaf15ab86cd" for 127.0.0.1 at 2018-11-19 10:56:42 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:56:51 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (58.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1243.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 2990ms (Views: 1446.1ms | ActiveRecord: 6.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:56:55 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:56:55 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:56:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:56:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:56:56 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 10:56:56 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-19 10:56:57 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-19 10:56:57 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-19 10:56:57 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:02 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:09 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:11 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:12 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:12 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:13 -0400 Started PUT "/__web_console/repl_sessions/61ca1f032393c15a9e54b910fcf15e1b" for 127.0.0.1 at 2018-11-19 10:57:18 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:58:40 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (3.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (180.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (14443.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.4ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (7.5ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 16791ms (Views: 14889.2ms | ActiveRecord: 13.8ms) Started GET "/assets/admin/application.self-4b53b762521526004d5068ba3490f58f41ea92d565802686dfc724437e885caf.css?body=1" for 127.0.0.1 at 2018-11-19 10:58:58 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:58:58 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:58:58 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:58:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:59:02 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 10:59:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:59:02 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-19 10:59:03 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-19 10:59:03 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-19 10:59:03 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:59:17 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (4.4ms) SELECT "roles".* FROM "roles" User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (71.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (10328.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (55.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (547.2ms) Rendered admin/layouts/_messages.html.haml (33.0ms) Rendered admin/layouts/_preloader.html.haml (58.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 12883ms (Views: 11128.9ms | ActiveRecord: 32.9ms) Started GET "/assets/admin/application.self-5762c77f1bb5c56f418023a4ea728c96976d5cdb8f1a17d717f81ef8c01628c0.css?body=1" for 127.0.0.1 at 2018-11-19 10:59:30 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:59:31 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:59:31 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:59:31 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 10:59:32 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:59:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:59:32 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-19 10:59:32 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-19 10:59:32 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-19 10:59:32 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-19 10:59:55 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (45.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (508.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 2091ms (Views: 665.4ms | ActiveRecord: 9.2ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-19 10:59:58 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:59:58 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-19 10:59:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 10:59:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 10:59:59 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:00:00 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-19 11:00:00 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-19 11:00:00 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-19 11:00:00 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:00:04 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (15.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (100.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (119.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.8ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (20.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (383.2ms) Rendered admin/layouts/_head.html.haml (994.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (61.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.2ms) Rendered admin/layouts/_messages.html.haml (6.4ms) Rendered admin/layouts/_preloader.html.haml (51.1ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 2169ms (Views: 1558.4ms | ActiveRecord: 423.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:00:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:00:09 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 1.0ms | ActiveRecord: 8.8ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:02:26 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (5.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) Script Load (2.1ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (21.8ms) PublicActivity::Activity Exists (4.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (16.8ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (80.4ms) Rendered admin/layouts/_head.html.haml (7964.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (76.2ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 8239ms (Views: 8192.8ms | ActiveRecord: 23.6ms) Started GET "/assets/admin/application.self-86da65ee2864146afb4f9bf41c57d32e0ee4230f6de82699eb02d19b3933a03b.css?body=1" for 127.0.0.1 at 2018-11-19 11:02:34 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:02:34 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:02:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:02:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:02:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:02:36 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (12.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (21.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (12.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (26.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 185ms (Views: 2.7ms | ActiveRecord: 94.7ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:02:55 -0400 Processing by Admin::ScriptsController#index 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 (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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (4.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.2ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (78.7ms) Rendered admin/layouts/_head.html.haml (11221.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.6ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Completed 200 OK in 11539ms (Views: 11499.8ms | ActiveRecord: 17.3ms) Started GET "/assets/admin/application.self-5b8bd84909853fddcd0e639d029644fb4e201199713804cde5c85e417deee334.css?body=1" for 127.0.0.1 at 2018-11-19 11:03:07 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:03:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:03:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:03:08 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:03:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:03:08 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Setting Load (21.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (22.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (14.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (16.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (51.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (46.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (93.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (32.9ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (42.4ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 490ms (Views: 1.6ms | ActiveRecord: 450.5ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:03:50 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (25.0ms) Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (39.3ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (16.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (158.2ms) Rendered admin/layouts/_head.html.haml (7877.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.3ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Completed 200 OK in 8243ms (Views: 8170.6ms | ActiveRecord: 16.5ms) Started GET "/assets/admin/application.self-0bd9b5cc93d564e92e9a7baa2a47fcf1553868a9a7bc27afc4d2d977d1b781e4.css?body=1" for 127.0.0.1 at 2018-11-19 11:03:59 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:03:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:04:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:04:04 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:04:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:04:04 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.0ms) 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 (44.3ms) 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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.1ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 145ms (Views: 1.4ms | ActiveRecord: 53.8ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:04:21 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.4ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.1ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (19.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (80.7ms) Rendered admin/layouts/_head.html.haml (629.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.9ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 850ms (Views: 826.7ms | ActiveRecord: 8.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:04:22 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:04:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:04:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:04:26 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:04:26 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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 (3.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (10.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (59.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (94.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (2.3ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 312ms (Views: 2.0ms | ActiveRecord: 179.6ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:04:48 -0400 Processing by Admin::ScriptsController#index 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (17.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.9ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (69.4ms) Rendered admin/layouts/_head.html.haml (646.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.8ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Completed 200 OK in 869ms (Views: 834.3ms | ActiveRecord: 12.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:04:49 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:04:50 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:04:50 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:04:50 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:04:50 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 81ms (Views: 1.7ms | ActiveRecord: 30.4ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:09:17 -0400 Processing by Admin::ScriptsController#index as HTML 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE 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]] CACHE 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]] CACHE 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]]  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.5ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.7ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (252.2ms) Rendered admin/layouts/_head.html.haml (2112.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (88.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 2617ms (Views: 2533.3ms | ActiveRecord: 12.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:09:24 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:09:25 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:09:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:09:26 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:09:26 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (6.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 1.3ms | ActiveRecord: 15.4ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:09:39 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]]  (1.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.7ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (32.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (13.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (125.8ms) Rendered admin/layouts/_head.html.haml (777.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.7ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1223ms (Views: 1014.1ms | ActiveRecord: 33.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:09:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:09:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:09:42 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:09:42 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 1.2ms | ActiveRecord: 8.3ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:09:42 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:09:47 -0400 Processing by Admin::ScriptsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (17.0ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.8ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (64.9ms) Rendered admin/layouts/_head.html.haml (1061.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (496.7ms) Rendered admin/layouts/_messages.html.haml (25.1ms) Rendered admin/layouts/_preloader.html.haml (55.4ms) Rendered admin/layouts/_footer.html.haml (25.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (26.4ms) Completed 200 OK in 1868ms (Views: 1829.0ms | ActiveRecord: 18.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:09:49 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:09:50 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:09:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:09:50 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:09:50 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (10.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (56.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (6.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (2.0ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 194ms (Views: 12.5ms | ActiveRecord: 89.0ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:10:05 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.4ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (9.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (63.5ms) Rendered admin/layouts/_head.html.haml (916.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (163.6ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (11.3ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Completed 200 OK in 1269ms (Views: 1236.4ms | ActiveRecord: 11.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:10:06 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:10:07 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:10:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:10:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:10:08 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (26.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (3.1ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 89ms (Views: 1.2ms | ActiveRecord: 46.5ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:10:25 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.6ms) 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (16.3ms) Script Load (1.0ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (31.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (141.0ms) Rendered admin/layouts/_head.html.haml (587.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.1ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 911ms (Views: 855.5ms | ActiveRecord: 12.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:10:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:10:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:10:28 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:10:28 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:10:28 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (4.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.7ms) 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]] ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (11.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (10.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (30.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 154ms (Views: 1.0ms | ActiveRecord: 72.5ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:10:33 -0400 Processing by Admin::ScriptsController#index 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.0ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.5ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (74.5ms) Rendered admin/layouts/_head.html.haml (654.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.9ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Completed 200 OK in 886ms (Views: 858.8ms | ActiveRecord: 8.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:10:34 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:10:35 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:10:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:10:35 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:10:35 -0400  (47.0ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 89ms (Views: 1.5ms | ActiveRecord: 53.5ms) ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:11:45 -0400 Processing by Admin::ScriptsController#index 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (61.7ms) Rendered admin/layouts/_head.html.haml (1009.4ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (292.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (186.9ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (13.3ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Completed 200 OK in 1651ms (Views: 1622.2ms | ActiveRecord: 9.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:11:47 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:11:53 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:11:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:11:54 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:11:55 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.3ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 1.8ms | ActiveRecord: 12.2ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:12:12 -0400 Processing by Admin::ScriptsController#index 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.0ms) 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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.3ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (31.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (15.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (128.9ms) Rendered admin/layouts/_head.html.haml (893.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.4ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 1229ms (Views: 1147.5ms | ActiveRecord: 14.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:12:13 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:12:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:12:14 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:12:14 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:12:14 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (12.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (15.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (17.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.9ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (12.2ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 129ms (Views: 3.0ms | ActiveRecord: 76.1ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:12:36 -0400 Processing by Admin::ScriptsController#index 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 [["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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (21.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.5ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (68.9ms) Rendered admin/layouts/_head.html.haml (577.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.0ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 778ms (Views: 751.5ms | ActiveRecord: 8.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:12:37 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:12:38 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:12:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:12:38 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:12:39 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (27.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (15.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (9.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (3.1ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.4ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 118ms (Views: 1.6ms | ActiveRecord: 73.8ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:15:11 -0400 Processing by Admin::ScriptsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.5ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (68.5ms) Rendered admin/layouts/_head.html.haml (596.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.0ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 828ms (Views: 781.0ms | ActiveRecord: 12.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:15:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:15:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:15:18 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:15:18 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 1.5ms | ActiveRecord: 8.4ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:15:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:15:29 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.6ms) 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.5ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.1ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (36.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (16.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (105.9ms) Rendered admin/layouts/_head.html.haml (12530.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.3ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (40.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Completed 200 OK in 12828ms (Views: 12793.3ms | ActiveRecord: 10.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:15:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:15:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:15:43 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:15:44 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:15:44 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.1ms) 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 (12.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (39.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (39.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (113.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 253ms (Views: 1.2ms | ActiveRecord: 214.4ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:16:13 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (19.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (17.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (75.5ms) Rendered admin/layouts/_head.html.haml (9391.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.6ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (10.5ms) Rendered admin/layouts/_footer.html.haml (5.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.1ms) Completed 200 OK in 9773ms (Views: 9671.3ms | ActiveRecord: 10.2ms) Started GET "/assets/admin/application.self-252caa48b719e3a603db92bcb7a3a0b16d6063583912d69a3e765352a1c0ccbe.css?body=1" for 127.0.0.1 at 2018-11-19 11:16:23 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:16:23 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:16:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:16:25 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:16:25 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:16:25 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (14.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 94ms (Views: 1.2ms | ActiveRecord: 33.2ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:16:27 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.8ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.5ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (20.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (91.5ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:16:38 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.2ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (180.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (24.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) Script Load (2.2ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.1ms) PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (15.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (24.7ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (126.1ms) Rendered admin/layouts/_head.html.haml (20358.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (99.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 20638ms (Views: 20596.0ms | ActiveRecord: 14.4ms) Rendered admin/layouts/_head.html.haml (11019.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 11562ms (Views: 11212.0ms | ActiveRecord: 246.5ms) Started GET "/assets/admin/application.self-54771202a203ae6086ac7672c1757a86d45d1ce8578f5de5491d690a1f43d206.css?body=1" for 127.0.0.1 at 2018-11-19 11:16:50 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:16:50 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:16:51 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:16:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:16:52 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:16:52 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (9.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 (10.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (13.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 95ms (Views: 1.7ms | ActiveRecord: 42.1ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-19 11:26:21 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (31.2ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (38.1ms) PublicActivity::Activity Exists (20.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (8.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (37.7ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (357.9ms) Rendered admin/layouts/_head.html.haml (7011.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1018.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (7.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Completed 200 OK in 10842ms (Views: 8594.2ms | ActiveRecord: 1139.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-19 11:26:42 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-19 11:26:44 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-19 11:26:44 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-19 11:26:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-19 11:26:44 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.2ms) 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 (3.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.2ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 75ms (Views: 2.0ms | ActiveRecord: 20.2ms) Started GET "/admin" for 127.0.0.1 at 2018-11-21 09:33:48 -0400  (4.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (20.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (31.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (8.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (15.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 532ms (ActiveRecord: 170.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-21 09:33:50 -0400 Processing by Devise::SessionsController#new 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (37.5ms) Rendered admin/layouts/_head.html.haml (18214.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (12.6ms) Completed 200 OK in 18387ms (Views: 18373.1ms | ActiveRecord: 2.5ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-21 09:34:08 -0400 Started GET "/assets/admin/application.self-f86b6949042ba146b00bf3fe3543e728b2961e1a8ecf7ff97b823a7610dd017f.css?body=1" for 127.0.0.1 at 2018-11-21 09:34:08 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:08 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:08 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:08 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:08 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:10 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-9adc9c675f1e5efda98b0b8f2f54327ee7ec06cac646f71cb6e24c1610d0d3d1.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 09:34:11 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-21 09:34:19 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jmoL3wehFkG9nTPMYy+aKH9c+ENq46/0zs6ZakvU2uK1d+jcfWvogCFDCeJ0d+YYLIXS6P9bFpZ3tRMCuTB6VQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.4ms) BEGIN  (0.3ms) ROLLBACK 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-21 13:34:20.392352"], ["last_sign_in_at", "2018-11-19 14:30:53.612357"], ["sign_in_count", 13], ["updated_at", "2018-11-21 13:34:20.393562"], ["id", 1]] PublicActivity::Activity Create (377.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-21 13:34:20.490481"], ["updated_at", "2018-11-21 13:34:20.490481"]]  (99.0ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 1550ms (ActiveRecord: 487.1ms) Started GET "/admin" for 127.0.0.1 at 2018-11-21 09:34:21 -0400 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.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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (68.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 185ms (ActiveRecord: 123.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-21 09:34:21 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) 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 (1.0ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (46.3ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (151.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (741.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (22.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (724.8ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 3565ms (Views: 1676.7ms | ActiveRecord: 79.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 09:34:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 09:34:27 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:27 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:27 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-21 09:34:27 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 09:34:30 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (321.6ms) Rendered admin/rockets/_create_rocket.haml (9.3ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (411.4ms) Rendered admin/layouts/_head.html.haml (547.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.7ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Completed 200 OK in 1373ms (Views: 1067.4ms | ActiveRecord: 11.5ms) Started GET "/admin" for 127.0.0.1 at 2018-11-21 12:19:50 -0400  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (21.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 467ms (ActiveRecord: 145.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-21 12:19:52 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.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 (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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (36.0ms) Rendered admin/layouts/_head.html.haml (19586.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Completed 200 OK in 19795ms (Views: 19736.8ms | ActiveRecord: 3.9ms) Started GET "/assets/admin/application.self-f86b6949042ba146b00bf3fe3543e728b2961e1a8ecf7ff97b823a7610dd017f.css?body=1" for 127.0.0.1 at 2018-11-21 12:20:12 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:12 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:12 -0400 Started GET "/" for 127.0.0.1 at 2018-11-21 12:20:14 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.1ms) 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 (3.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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (19.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (15.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (97.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-21 12:20:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:20:15 -0400 Rendered app/layouts/_google_analytics.html.haml (37.5ms) Rendered app/layouts/_head.html.haml (1286.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1460.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (75.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2099.3ms) Completed 200 OK in 3809ms (Views: 3589.5ms | ActiveRecord: 76.4ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-11-21 12:20:18 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:18 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:18 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:18 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:18 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-21 12:20:18 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-21 12:20:19 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:20 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-21 12:20:21 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LzqNEQXKji2ew3UqrKfIluYh8ytuUoLkVDhggwMi2x0Nf0TR4M42YsMcMIGFnNa8pFO1Sgcpc4hEE8UC7hy3Yg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK 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 (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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (11.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (248.5ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-21 16:20:22.940697"], ["last_sign_in_at", "2018-11-21 13:34:20.392352"], ["sign_in_count", 14], ["updated_at", "2018-11-21 16:20:22.941906"], ["id", 1]] PublicActivity::Activity Create (224.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-21 16:20:23.517980"], ["updated_at", "2018-11-21 16:20:23.517980"]]  (132.3ms) COMMIT Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-21 12:20:24 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-21 12:20:24 -0400 Redirected to http://localhost:3000/admin Completed 302 Found in 2819ms (ActiveRecord: 1307.0ms) Started GET "/admin" for 127.0.0.1 at 2018-11-21 12:20:24 -0400 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 [["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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (37.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 455ms (ActiveRecord: 297.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-21 12:20:24 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (11.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (139.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (542.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (9.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (651.0ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 3276ms (Views: 1365.6ms | ActiveRecord: 87.8ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:32 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:32 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-21 12:20:32 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:20:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:20:32 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:20:37 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (285.8ms) Rendered admin/rockets/_create_rocket.haml (8.8ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (338.0ms) Rendered admin/layouts/_head.html.haml (533.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.8ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (10.4ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1135ms (Views: 1041.9ms | ActiveRecord: 11.0ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:20:55 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.1ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (26.1ms) Rendered admin/rockets/_create_rocket.haml (12.0ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (58.3ms) Rendered admin/layouts/_head.html.haml (677.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (1.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (92.2ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (21.0ms) Rendered admin/layouts/_footer.html.haml (6.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Completed 200 OK in 961ms (Views: 911.0ms | ActiveRecord: 11.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:20:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:20:57 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-21 12:20:57 -0400 Started POST "/admin/rockets/create/hello" for 127.0.0.1 at 2018-11-21 12:21:10 -0400 Processing by Admin::RocketsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"riT+4Y7CEN3oCq7hYSr5PhQ4DGbLKOHg+k1AkDCdXEJyIh9lg2Nn4qsdNPNeZOgV1zpqNSq2IawZ6R5JT4e6vg==", "rocket"=>"hello"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 18407ms (ActiveRecord: 7.5ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:21:32 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (10.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (190.6ms) Rendered admin/rockets/_create_rocket.haml (6.2ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (420.2ms) Rendered admin/layouts/_head.html.haml (39747.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (224.0ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 40906ms (Views: 40493.8ms | ActiveRecord: 85.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:22:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:22:14 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:24:45 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (6.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (26.1ms) Rendered admin/rockets/_create_rocket.haml (6.6ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (67.2ms) Rendered admin/layouts/_head.html.haml (645.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.1ms) Rendered admin/layouts/_messages.html.haml (2.1ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 848ms (Views: 809.5ms | ActiveRecord: 17.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:24:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:24:47 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-21 12:24:47 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:26:19 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (23.1ms) Rendered admin/rockets/_create_rocket.haml (6.6ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (68.7ms) Rendered admin/layouts/_head.html.haml (598.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.2ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 847ms (Views: 779.1ms | ActiveRecord: 12.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:26:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:26:20 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-21 12:26:21 -0400 Started GET "/" for 127.0.0.1 at 2018-11-21 12:26:34 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (18.8ms) Rendered app/layouts/_google_analytics.html.haml (4.0ms) Rendered app/layouts/_head.html.haml (405.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (444.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1206.7ms) Completed 200 OK in 1679ms (Views: 1658.1ms | ActiveRecord: 8.2ms) Started GET "/" for 127.0.0.1 at 2018-11-21 12:26:36 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (23.0ms) Rendered app/layouts/_google_analytics.html.haml (7.7ms) Rendered app/layouts/_head.html.haml (291.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (346.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (44.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (861.8ms) Completed 200 OK in 1246ms (Views: 1220.6ms | ActiveRecord: 5.0ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-21 12:26:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-21 12:26:38 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:26:39 -0400 Processing by Admin::RocketsController#rockets 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (61.6ms) Rendered admin/rockets/_create_rocket.haml (10.6ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (95.1ms) Rendered admin/layouts/_head.html.haml (841.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (45.4ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (3.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 1050ms (Views: 1024.0ms | ActiveRecord: 5.8ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:26:40 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (13.3ms) Rendered admin/rockets/_create_rocket.haml (6.7ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (38.4ms) Rendered admin/layouts/_head.html.haml (2893.0ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (314.5ms) CACHE 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]] CACHE 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]] Permission Load (2.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (761.4ms) Rendered admin/layouts/_messages.html.haml (31.1ms) Rendered admin/layouts/_preloader.html.haml (55.8ms) Rendered admin/layouts/_footer.html.haml (20.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (31.8ms) Completed 200 OK in 4260ms (Views: 4203.5ms | ActiveRecord: 19.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:26:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:26:46 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:27:00 -0400 Processing by Admin::RocketsController#rockets 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (17.1ms) Rendered admin/rockets/_create_rocket.haml (4.7ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (43.9ms) Rendered admin/layouts/_head.html.haml (605.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (92.3ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Completed 200 OK in 845ms (Views: 798.6ms | ActiveRecord: 8.7ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:27:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:27:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-21 12:27:02 -0400 Started DELETE "/admin/rockets/uninstall/keppler_hello" for 127.0.0.1 at 2018-11-21 12:27:55 -0400 Processing by Admin::RocketsController#uninstall as HTML Parameters: {"authenticity_token"=>"LbNEYPnh58bCWXoWRTSQvxQH8XD/gJPzEuD1Q4IvCQPxtaXk9ECQ+YFO4AR6eoGU1wWXIx4eU7/xRKua/TXv/w==", "rocket"=>"keppler_hello"} 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.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/rockets Completed 302 Found in 14399ms (ActiveRecord: 5.6ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:28:13 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::RocketsController#rockets as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (110.7ms) Rendered admin/rockets/_create_rocket.haml (8.4ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (143.5ms) Rendered admin/layouts/_head.html.haml (8074.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (340.5ms) Rendered admin/layouts/_messages.html.haml (7.4ms) Rendered admin/layouts/_preloader.html.haml (12.8ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.6ms) Completed 200 OK in 8967ms (Views: 8645.7ms | ActiveRecord: 58.5ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:28:24 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:28:24 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:28:31 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (2.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (49.6ms) Rendered admin/rockets/_create_rocket.haml (15.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (113.2ms) Rendered admin/layouts/_head.html.haml (623.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (10.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (100.5ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 973ms (Views: 880.9ms | ActiveRecord: 31.0ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:28:32 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:28:32 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-21 12:28:32 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-21 12:29:41 -0400 Processing by Admin::RocketsController#rockets 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.9ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (19.4ms) Rendered admin/rockets/_create_rocket.haml (6.2ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (48.0ms) Rendered admin/layouts/_head.html.haml (725.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.7ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 920ms (Views: 879.2ms | ActiveRecord: 17.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-21 12:29:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-21 12:29:43 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-21 12:29:43 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 08:52:52 -0400  (11.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (134.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (39.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (25.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (6.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (17.9ms) Rendered app/layouts/_google_analytics.html.haml (4.5ms) Rendered app/layouts/_head.html.haml (7995.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (8065.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1892.8ms) Completed 200 OK in 10677ms (Views: 9995.6ms | ActiveRecord: 314.9ms) Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/app/application.self-bca31b74a274c8e6650004e4a78ce91637ebefe4645545cbf286e9406fa6e3a5.css?body=1" for 127.0.0.1 at 2018-11-26 08:53:04 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-11-26 08:53:05 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 08:53:06 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-26 08:53:06 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 08:53:06 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin" for 127.0.0.1 at 2018-11-26 08:53:08 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (31.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 99ms (ActiveRecord: 48.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-26 08:53:08 -0400 Processing by Devise::SessionsController#new 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 [["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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (34.2ms) Rendered admin/layouts/_head.html.haml (5080.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 5218ms (Views: 5206.9ms | ActiveRecord: 2.9ms) Started GET "/admin" for 127.0.0.1 at 2018-11-26 08:59:18 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 16ms (ActiveRecord: 4.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-11-26 08:59:18 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.3ms) 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.6ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (17.2ms) Rendered admin/layouts/_head.html.haml (517.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 563ms (Views: 549.3ms | ActiveRecord: 3.9ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/admin/application.self-f86b6949042ba146b00bf3fe3543e728b2961e1a8ecf7ff97b823a7610dd017f.css?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:19 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-9adc9c675f1e5efda98b0b8f2f54327ee7ec06cac646f71cb6e24c1610d0d3d1.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 08:59:20 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-26 08:59:29 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1Kzs2vzQr/CgKyW8QuI3RKnt8olX4SOPPDFRUwgyA6AcR+UkPKk5pxa0H9kSJ/o1rwsu5JSg33tKiejbBSTk9w==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.2ms) BEGIN  (0.3ms) ROLLBACK 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 (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]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]] Completed 401 Unauthorized in 839ms (ActiveRecord: 10.6ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1Kzs2vzQr/CgKyW8QuI3RKnt8olX4SOPPDFRUwgyA6AcR+UkPKk5pxa0H9kSJ/o1rwsu5JSg33tKiejbBSTk9w==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"} CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE SocialAccount Load (0.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE KepplerLanguages::Language Load (0.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (9.1ms) Rendered admin/layouts/_head.html.haml (489.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 603ms (Views: 511.7ms | ActiveRecord: 0.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 08:59:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 08:59:31 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-11-26 08:59:37 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Iv/n+Dd9sALWinMpWcRoy+QwGNP67SZBUMzgk3uW1C7qFO4G9wQmVWAVSUwJAaW64tbEvjms2rUmdFkbdoAzeQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (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]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-11-26 12:59:37.703476"], ["last_sign_in_at", "2018-11-21 16:20:22.940697"], ["sign_in_count", 15], ["updated_at", "2018-11-26 12:59:37.704711"], ["id", 1]] PublicActivity::Activity Create (110.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-11-26 12:59:37.729511"], ["updated_at", "2018-11-26 12:59:37.729511"]]  (30.8ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 326ms (ActiveRecord: 149.4ms) Started GET "/admin" for 127.0.0.1 at 2018-11-26 08:59:37 -0400 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.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (19.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 105ms (ActiveRecord: 63.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-26 08:59:38 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.2ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (43.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (157.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (472.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (20.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (354.8ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Completed 200 OK in 2904ms (Views: 1065.7ms | ActiveRecord: 77.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:42 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:43 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-26 08:59:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 08:59:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 08:59:43 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-26 08:59:52 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (377.0ms) Rendered admin/rockets/_create_rocket.haml (8.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (424.8ms) Rendered admin/layouts/_head.html.haml (723.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1661ms (Views: 1287.7ms | ActiveRecord: 11.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:00:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (82.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]]  (28.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (28.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (19.3ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.7ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (84.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (344.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (515.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.7ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Completed 200 OK in 1243ms (Views: 982.4ms | ActiveRecord: 160.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:00:04 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:00:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 0.7ms | ActiveRecord: 9.2ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-26 09:06:40 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (26.0ms) Rendered admin/rockets/_create_rocket.haml (13.4ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (68.0ms) Rendered admin/layouts/_head.html.haml (659.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.7ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (8.4ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Completed 200 OK in 941ms (Views: 864.7ms | ActiveRecord: 19.9ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 09:06:53 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.7ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.7ms) KepplerLanguages::Language Load (0.5ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (16.1ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (8.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (96.5ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (468.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.5ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Completed 200 OK in 751ms (Views: 695.8ms | ActiveRecord: 11.3ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 09:06:54 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.6ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (52.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (17.5ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (130.9ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (649.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.4ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 952ms (Views: 919.4ms | ActiveRecord: 11.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:06:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:06:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:06:56 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-26 09:06:56 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (2.3ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 1.3ms | ActiveRecord: 16.4ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-26 09:06:59 -0400 Processing by Admin::RocketsController#rockets 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.0ms) 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 (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (35.0ms) Rendered admin/rockets/_create_rocket.haml (10.2ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (75.1ms) Rendered admin/layouts/_head.html.haml (657.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (103.3ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 963ms (Views: 900.9ms | ActiveRecord: 12.7ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-11-26 09:07:00 -0400 Processing by Admin::RocketsController#rockets 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 (1.1ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (26.9ms) Rendered admin/rockets/_create_rocket.haml (6.9ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (60.5ms) Rendered admin/layouts/_head.html.haml (511.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.5ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (8.5ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 783ms (Views: 738.2ms | ActiveRecord: 10.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:07:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:07:01 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:07:52 -0400 Processing by Admin::ScriptsController#index 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (114.3ms) Rendered admin/layouts/_head.html.haml (460.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.5ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 737ms (Views: 684.9ms | ActiveRecord: 15.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:07:53 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:07:53 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.4ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 0.7ms | ActiveRecord: 9.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-26 09:08:18 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (60.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (613.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.9ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 2288ms (Views: 803.4ms | ActiveRecord: 8.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-26 09:08:21 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-26 09:08:21 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-26 09:08:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:08:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:08:21 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:09:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (12.0ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (37.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (97.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (582.8ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (101.4ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Completed 200 OK in 880ms (Views: 851.9ms | ActiveRecord: 10.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:09:44 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:09:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 1.2ms | ActiveRecord: 13.5ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-26 09:09:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.3ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (151.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (157.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (444.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Completed 200 OK in 802ms (Views: 727.4ms | ActiveRecord: 11.0ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-26 09:09:46 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:09:48 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:09:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.3ms | ActiveRecord: 10.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:10:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.4ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (9.7ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (9.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (33.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (89.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (583.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (181.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 1276ms (Views: 897.0ms | ActiveRecord: 44.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:11:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:11:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:11:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:11:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.7ms | ActiveRecord: 8.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:11:00 -0400 Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-26 09:11:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (50.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (54.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (471.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 657ms (Views: 629.7ms | ActiveRecord: 7.6ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:12:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UjfXZVWeytWIGbVhTDiVtD4JzGXaz7Eq1h0KbyYAFdwgFFV5EEorWgTP74jSp66MHWCB/J+SVLkqfsOXMDcYpg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (56.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-26 13:12:29.093200"], ["updated_at", "2018-11-26 13:12:29.093200"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-26 13:12:29.156614"], ["updated_at", "2018-11-26 13:12:29.156614"]]  (45.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/5/editor KepplerFrontend::ViewCallback Load (25.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 355ms (ActiveRecord: 138.2ms) Started GET "/admin/frontend/views/5/editor" for 127.0.0.1 at 2018-11-26 09:12:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"5"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (39.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.0ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (22.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (39.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (122.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (220.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (226.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (513.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (129.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1250ms (Views: 872.9ms | ActiveRecord: 101.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:12:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:12:31 -0400 Started POST "/admin/frontend/views/5/editor/save" for 127.0.0.1 at 2018-11-26 09:12:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n<%= Git_branch %>", "view_id"=>"5"} 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Completed 200 OK in 29ms (Views: 0.2ms | ActiveRecord: 7.6ms) Started GET "/" for 127.0.0.1 at 2018-11-26 09:12:51 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 [["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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (7.6ms) Completed 500 Internal Server Error in 69ms (ActiveRecord: 11.3ms) NameError - uninitialized constant ActionView::CompiledTemplates::Git_branch: Started POST "/__better_errors/bd58ff9fd954fef0/variables" for 127.0.0.1 at 2018-11-26 09:12:52 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 09:13:31 -0400  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (2.1ms) 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.0ms) 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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.9ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (1.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (25.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (12669.0ms) Completed 200 OK in 12869ms (Views: 12694.5ms | ActiveRecord: 31.4ms) Started GET "/assets/keppler_frontend/app/application.self-fa21980f4b653a8b386f89865bed10bf3d0c68d051ea52659308c5b05f9fde59.css?body=1" for 127.0.0.1 at 2018-11-26 09:13:45 -0400 Started GET "/assets/keppler_frontend/app/views/index.self-3ec7bb2d3d5dd2dd7c31c7f501c97bfb23dcdfd02fd82dfa2083821c4e3bdb22.js?body=1" for 127.0.0.1 at 2018-11-26 09:13:45 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 09:14:40 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 (1.2ms) 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]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (661.4ms) Completed 200 OK in 684ms (Views: 668.2ms | ActiveRecord: 4.1ms) Started POST "/admin/frontend/views/5/editor/save" for 127.0.0.1 at 2018-11-26 09:15:48 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n<%= Git_push %>", "view_id"=>"5"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Completed 200 OK in 183ms (Views: 0.4ms | ActiveRecord: 32.9ms) Started GET "/" for 127.0.0.1 at 2018-11-26 09:15:52 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.1ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.0ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (37.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2118.4ms) Completed 200 OK in 2164ms (Views: 2126.5ms | ActiveRecord: 14.1ms) Started GET "/" for 127.0.0.1 at 2018-11-26 09:16:01 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.1ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (25.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (758.1ms) Completed 200 OK in 794ms (Views: 767.2ms | ActiveRecord: 6.8ms) Started POST "/admin/frontend/views/5/editor/save" for 127.0.0.1 at 2018-11-26 09:16:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

\n<%= Git_status %>", "view_id"=>"5"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Completed 200 OK in 29ms (Views: 0.2ms | ActiveRecord: 6.6ms) Started GET "/" for 127.0.0.1 at 2018-11-26 09:17:00 -0400  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] KepplerLanguages::Language Load (3.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (25.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2323.3ms) Completed 200 OK in 2499ms (Views: 2332.7ms | ActiveRecord: 38.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:21:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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.6ms) 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]]  (1.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.0ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (57.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (120.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1381.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (221.4ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1917ms (Views: 1790.8ms | ActiveRecord: 34.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:21:16 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:21:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 1.4ms | ActiveRecord: 12.9ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[5]" for 127.0.0.1 at 2018-11-26 09:21:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"CE8fx5yQop4hwvER1uid/Iv9d0iR1NxBPIOgACfh0ejuKv724XXBqTIZN9NkGo2dto1mLJRv3RyLz9PGm1njrw==", "multiple_ids"=>"[5]"} Setting Load (2.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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]]  (0.4ms) BEGIN PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-26 13:21:20.188764"], ["updated_at", "2018-11-26 13:21:20.188764"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 5]] KepplerFrontend::View Destroy (0.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 5]] KepplerFrontend::View Update All (20.1ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-26 13:21:20.206138' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (14.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 117ms (ActiveRecord: 52.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:21:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.7ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (12.6ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (41.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (99.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (603.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (156.8ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 1200ms (Views: 914.2ms | ActiveRecord: 45.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:21:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:21:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:21:22 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:21:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.2ms | ActiveRecord: 8.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:28:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (19.0ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.7ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (41.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (99.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (493.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (129.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 1003ms (Views: 765.8ms | ActiveRecord: 49.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:28:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:28:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:28:13 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:28:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 1.3ms | ActiveRecord: 14.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:28:13 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:28:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (21.3ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (8.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (42.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (109.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (507.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (21.9ms) Completed 500 Internal Server Error in 766ms (ActiveRecord: 15.2ms) NameError - uninitialized constant ActionView::CompiledTemplates::Git_current_branch: app/views/admin/layouts/_footer.html.haml:1:in `_app_views_admin_layouts__footer_html_haml__2780125789700027751_70048166189000' Started POST "/__better_errors/6a4e458d13dfad47/variables" for 127.0.0.1 at 2018-11-26 09:28:34 -0400 KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:28:50 -0400  (1.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.3ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.4ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (76.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (143.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3214.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (242.0ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 3866ms (Views: 3647.1ms | ActiveRecord: 48.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:28:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:28:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:28:54 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:28:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 1.9ms | ActiveRecord: 17.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:28:55 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:29:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (27.3ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (9.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (38.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (109.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (661.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.6ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 917ms (Views: 881.1ms | ActiveRecord: 12.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:29:09 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:29:10 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:29:10 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:29:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 1.2ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:29:10 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 09:29:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (21.1ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.3ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (47.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (112.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (504.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.6ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 794ms (Views: 751.7ms | ActiveRecord: 16.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:29:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:29:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:29:33 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 09:29:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 1.8ms | ActiveRecord: 10.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:29:33 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:29:39 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (0.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (12.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (62.2ms) Rendered admin/layouts/_head.html.haml (598.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.3ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Completed 200 OK in 837ms (Views: 785.3ms | ActiveRecord: 20.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:29:40 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:29:40 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.4ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 0.6ms | ActiveRecord: 8.6ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:30:20 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (18.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (70.1ms) Rendered admin/layouts/_head.html.haml (521.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.4ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 729ms (Views: 693.9ms | ActiveRecord: 11.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:30:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:30:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:30:21 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:30:22 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 1.0ms | ActiveRecord: 7.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:30:22 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:30:28 -0400 Processing by Admin::ScriptsController#index 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.0ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (62.5ms) Rendered admin/layouts/_head.html.haml (692.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 878ms (Views: 846.1ms | ActiveRecord: 12.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:30:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:30:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:30:30 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:30:30 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 0.8ms | ActiveRecord: 7.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:30:30 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:30:45 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.1ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (11.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (81.6ms) Rendered admin/layouts/_head.html.haml (509.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.3ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 723ms (Views: 695.1ms | ActiveRecord: 10.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:30:46 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:30:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:30:47 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:30:47 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 0.9ms | ActiveRecord: 9.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:30:47 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:32:50 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.5ms) Script Load (1.3ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (25.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (13.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (111.2ms) Rendered admin/layouts/_head.html.haml (512.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (110.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 1023ms (Views: 798.7ms | ActiveRecord: 37.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:32:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:32:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:32:52 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:32:52 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 1.0ms | ActiveRecord: 6.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:32:52 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:33:20 -0400 Processing by Admin::ScriptsController#index 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (55.7ms) Rendered admin/layouts/_head.html.haml (628.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Completed 200 OK in 1033ms (Views: 858.1ms | ActiveRecord: 34.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:33:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:33:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:33:21 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:33:21 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 0.8ms | ActiveRecord: 7.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:33:22 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:33:36 -0400 Processing by Admin::ScriptsController#index 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 [["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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (40.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (93.9ms) Rendered admin/layouts/_head.html.haml (766.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (186.5ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (8.2ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Completed 200 OK in 1324ms (Views: 1112.8ms | ActiveRecord: 36.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:33:37 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:33:38 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 1.1ms | ActiveRecord: 11.8ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:33:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:33:38 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:33:38 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:36:47 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.3ms) 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.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (56.6ms) Rendered admin/layouts/_head.html.haml (8257.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 8441ms (Views: 8406.1ms | ActiveRecord: 11.5ms) Started GET "/assets/admin/application.self-61ddb613f91a88ceda495754c9637822b51f372ec49fee8e50e0d6a607a7c80e.css?body=1" for 127.0.0.1 at 2018-11-26 09:36:55 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:36:55 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:36:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:36:56 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:36:56 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 0.9ms | ActiveRecord: 8.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:36:56 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:37:08 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (58.4ms) Rendered admin/layouts/_head.html.haml (6757.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.4ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Completed 200 OK in 6966ms (Views: 6929.8ms | ActiveRecord: 12.4ms) Started GET "/assets/admin/application.self-a412ff35896c237b2645c40624e3e4bdf3bf9f96607c1ce4b4c6230479fa08a2.css?body=1" for 127.0.0.1 at 2018-11-26 09:37:15 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:37:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:37:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:37:15 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:37:15 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 74ms (Views: 1.6ms | ActiveRecord: 7.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:37:15 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:38:01 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (9.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (73.2ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:38:08 -0400 Processing by Admin::ScriptsController#index 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (17.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (11.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) Script Load (1.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.8ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.7ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (82.2ms) Rendered admin/layouts/_head.html.haml (8246.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Completed 200 OK in 8487ms (Views: 8448.3ms | ActiveRecord: 11.5ms) Rendered admin/layouts/_head.html.haml (6911.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Completed 200 OK in 7134ms (Views: 7076.5ms | ActiveRecord: 39.3ms) Started GET "/assets/admin/application.self-ccba7da18f99b3b6e0d243923fa7a7fcb81256f1d6cb2dc42f3d90930a4418f5.css?body=1" for 127.0.0.1 at 2018-11-26 09:38:15 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:38:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:38:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:38:15 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:38:15 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 1.1ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:38:16 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:39:01 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.9ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (9.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (65.4ms) Rendered admin/layouts/_head.html.haml (6402.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.2ms) Rendered admin/layouts/_messages.html.haml (7.5ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Completed 200 OK in 6667ms (Views: 6634.8ms | ActiveRecord: 10.3ms) Started GET "/assets/admin/application.self-d580c64659a85415e620f4a55a55f08bd2eb281d87daf5980752d1b04740dbfd.css?body=1" for 127.0.0.1 at 2018-11-26 09:39:08 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:39:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:39:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:39:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:39:08 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.0ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 0.8ms | ActiveRecord: 9.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:39:08 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:39:18 -0400 Processing by Admin::ScriptsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (9.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (62.1ms) Rendered admin/layouts/_head.html.haml (6475.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 6675ms (Views: 6639.1ms | ActiveRecord: 11.2ms) Started GET "/assets/admin/application.self-461387646521410e4997985537df44d51a280d755f1adf857631dca94a6661f6.css?body=1" for 127.0.0.1 at 2018-11-26 09:39:25 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:39:25 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:39:25 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:39:25 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:39:25 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 0.8ms | ActiveRecord: 8.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:39:26 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 09:39:40 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:39:54 -0400 Processing by Admin::ScriptsController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.6ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (65.6ms) Rendered admin/layouts/_head.html.haml (6328.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 6521ms (Views: 6486.1ms | ActiveRecord: 11.3ms) Started GET "/assets/admin/application.self-ea340f6e28fb293a89eac24c47fb6f1a0d56a8a2df03f1ce3964ebc1c742f845.css?body=1" for 127.0.0.1 at 2018-11-26 09:40:00 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:40:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:40:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:40:01 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:40:01 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.1ms | ActiveRecord: 8.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:40:01 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 09:40:07 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:41:01 -0400 Processing by Admin::ScriptsController#index 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (59.3ms) Rendered admin/layouts/_head.html.haml (6370.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 6550ms (Views: 6521.7ms | ActiveRecord: 10.4ms) Started GET "/assets/admin/application.self-b432e2564cb5eea4fcac13ad4aa98828e19f74884be37f6c4a6179d61fa51df3.css?body=1" for 127.0.0.1 at 2018-11-26 09:41:08 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:41:08 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 09:41:08 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:41:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:41:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:41:09 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.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" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (6.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (2.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 1.9ms | ActiveRecord: 25.1ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:41:23 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.6ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.9ms) PublicActivity::Activity Exists (1.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (11.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (73.2ms) Rendered admin/layouts/_head.html.haml (6344.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.6ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 6544ms (Views: 6508.3ms | ActiveRecord: 13.8ms) Started GET "/assets/admin/application.self-99f1b7adb6c145257a18071a65bd1f60cb7a81d0e2e788e044e875a83d57c9ed.css?body=1" for 127.0.0.1 at 2018-11-26 09:41:29 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:41:29 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 09:41:30 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:41:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:41:30 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:41:30 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.4ms | ActiveRecord: 9.6ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:41:54 -0400 Processing by Admin::ScriptsController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.6ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (20.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (68.8ms) Rendered admin/layouts/_head.html.haml (599.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 792ms (Views: 761.1ms | ActiveRecord: 10.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:41:55 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 09:41:56 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:41:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:41:56 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:41:56 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.2ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 2.0ms | ActiveRecord: 8.2ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:42:14 -0400 Processing by Admin::ScriptsController#index 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (19.0ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.0ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (75.6ms) Rendered admin/layouts/_head.html.haml (6473.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 6678ms (Views: 6642.5ms | ActiveRecord: 11.4ms) Started GET "/assets/admin/application.self-8c8396320d315f0d6bd854818bdf4d68b9c8d94c0e8472934ecd6bc7ef9e3aed.css?body=1" for 127.0.0.1 at 2018-11-26 09:42:21 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:42:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:42:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:42:21 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:42:21 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.2ms | ActiveRecord: 8.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:42:21 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:43:37 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (1.5ms) 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.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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (19.3ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.8ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (84.1ms) Rendered admin/layouts/_head.html.haml (515.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.9ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 753ms (Views: 709.6ms | ActiveRecord: 13.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:43:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:43:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:43:39 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:43:39 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.0ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 1.1ms | ActiveRecord: 7.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:43:39 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:46:02 -0400 SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end @git status = `git diff --stat HEAD` ^~~~~~: app/controllers/application_controller.rb:36:in `' Started POST "/__better_errors/8a5be91f8729d961/variables" for 127.0.0.1 at 2018-11-26 09:46:03 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:46:20 -0400 Processing by Admin::ScriptsController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (12.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (5.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (58.1ms) Rendered admin/layouts/_head.html.haml (466.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Completed 200 OK in 1008ms (Views: 694.1ms | ActiveRecord: 38.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:46:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:46:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:46:22 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:46:23 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.3ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:46:23 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:47:45 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.4ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (63.5ms) Rendered admin/layouts/_head.html.haml (491.2ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Completed 200 OK in 713ms (Views: 670.5ms | ActiveRecord: 9.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:47:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:47:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:47:46 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:47:46 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 47ms (Views: 1.0ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:47:46 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:48:22 -0400 Processing by Admin::ScriptsController#index 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (18.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (5.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (57.3ms) Rendered admin/layouts/_head.html.haml (461.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.9ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Completed 200 OK in 659ms (Views: 617.8ms | ActiveRecord: 9.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:48:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:48:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:48:23 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:48:23 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.1ms | ActiveRecord: 7.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:48:23 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:48:37 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) Script Load (0.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (10.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (64.4ms) Rendered admin/layouts/_head.html.haml (519.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.0ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 729ms (Views: 683.7ms | ActiveRecord: 11.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:48:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:48:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:48:38 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:48:38 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 1.0ms | ActiveRecord: 8.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:48:38 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:50:03 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (15.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (6.3ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (59.1ms) Rendered admin/layouts/_head.html.haml (457.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Completed 200 OK in 666ms (Views: 628.0ms | ActiveRecord: 10.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:50:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:50:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:50:04 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:50:04 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 45ms (Views: 0.9ms | ActiveRecord: 6.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:50:05 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:52:05 -0400 Processing by Admin::ScriptsController#index 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) Script Load (0.8ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.0ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (11.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (65.3ms) Rendered admin/layouts/_head.html.haml (495.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 701ms (Views: 660.6ms | ActiveRecord: 9.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:52:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:52:06 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:52:06 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:52:06 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 47ms (Views: 2.7ms | ActiveRecord: 6.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:52:06 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:52:22 -0400 Processing by Admin::ScriptsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) Script Load (1.3ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (16.8ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (9.9ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (74.5ms) Rendered admin/layouts/_head.html.haml (486.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.0ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 708ms (Views: 661.2ms | ActiveRecord: 10.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:52:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:52:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:52:23 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:52:23 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.0ms | ActiveRecord: 8.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:52:23 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:52:34 -0400 Processing by Admin::ScriptsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (13.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (8.1ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (68.8ms) Rendered admin/layouts/_head.html.haml (457.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.8ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Completed 200 OK in 669ms (Views: 630.2ms | ActiveRecord: 9.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:52:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:52:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:52:35 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:52:35 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 47ms (Views: 0.8ms | ActiveRecord: 7.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:52:35 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-26 09:53:00 -0400 Processing by Admin::ScriptsController#index as HTML 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (12.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (7.2ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (54.6ms) Rendered admin/layouts/_head.html.haml (6739.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.6ms) Rendered admin/layouts/_messages.html.haml (63.0ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Completed 200 OK in 6978ms (Views: 6944.5ms | ActiveRecord: 8.8ms) Started GET "/assets/admin/application.self-7ce78680553e318295f7f92975c4ffb99e6ad6e1e3e15954be430e9cd322082f.css?body=1" for 127.0.0.1 at 2018-11-26 09:53:07 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:53:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:53:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:53:08 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-26 09:53:08 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.5ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 0.7ms | ActiveRecord: 6.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:53:08 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:53:21 -0400 Processing by Admin::MetaTagsController#index 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 (1.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (12.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (5.7ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (65.0ms) Rendered admin/layouts/_head.html.haml (481.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.3ms) Rendered admin/layouts/_messages.html.haml (23.5ms) Rendered admin/layouts/_preloader.html.haml (10.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Completed 200 OK in 803ms (Views: 670.4ms | ActiveRecord: 16.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:53:22 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:53:22 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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 (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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 0.9ms | ActiveRecord: 7.7ms) Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:55:02 -0400 Processing by Admin::MetaTagsController#index 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 [["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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) MetaTag Load (0.8ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (14.5ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.3ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (56.7ms) Completed 500 Internal Server Error in 243ms (ActiveRecord: 34.2ms) SyntaxError - syntax error, unexpected keyword_ensure, expecting end-of-input ensure ^~~~~~: app/views/admin/layouts/application.html.haml:30:in `' Started POST "/__better_errors/430e2f7e8a1f6d23/variables" for 127.0.0.1 at 2018-11-26 09:55:03 -0400 MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:55:10 -0400 Processing by Admin::MetaTagsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (17.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (5.6ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (76.4ms) Rendered admin/layouts/_head.html.haml (480.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Completed 200 OK in 768ms (Views: 725.5ms | ActiveRecord: 10.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:55:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:55:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:55:12 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:55:12 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.9ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.3ms | ActiveRecord: 8.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:55:12 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:55:45 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (1.1ms) 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 (2.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.6ms) MetaTag Load (1.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (19.0ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (11.6ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (75.4ms) Completed 500 Internal Server Error in 127ms (ActiveRecord: 13.4ms) Haml::SyntaxError - Inconsistent indentation: 1 space used for indentation, but the rest of the document was indented using 2 spaces.: app/views/admin/layouts/application.html.haml:23:in `' Started POST "/__better_errors/0b93a1516296660d/variables" for 127.0.0.1 at 2018-11-26 09:55:46 -0400 MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:55:55 -0400 Processing by Admin::MetaTagsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.8ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (16.7ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (10.2ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (76.4ms) Rendered admin/layouts/_head.html.haml (525.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.1ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (3.8ms) Completed 200 OK in 793ms (Views: 744.6ms | ActiveRecord: 11.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:55:57 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:55:57 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:55:57 -0400 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:55:57 -0400 CACHE Role Load (0.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]]  (4.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (1.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 83ms (Views: 3.0ms | ActiveRecord: 26.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:55:58 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:56:19 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (1.1ms) 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 (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) MetaTag Load (0.9ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (19.0ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (6.7ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (68.0ms) Rendered admin/layouts/_head.html.haml (7173.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.3ms) Rendered admin/layouts/_messages.html.haml (2.1ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (2.9ms) Completed 200 OK in 7394ms (Views: 7332.5ms | ActiveRecord: 14.7ms) Started GET "/assets/admin/application.self-7fb0f06b1f0c388b0abe99b6cc481a2a4024677d0b0bc0f2daee0b9f74725fab.css?body=1" for 127.0.0.1 at 2018-11-26 09:56:26 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:56:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:56:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:56:27 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:56:27 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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 (1.1ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.8ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 0.9ms | ActiveRecord: 8.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:56:27 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:56:33 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (0.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) MetaTag Load (0.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (13.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (6.5ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (53.5ms) Rendered admin/layouts/_head.html.haml (6535.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (4.0ms) Completed 200 OK in 6785ms (Views: 6748.2ms | ActiveRecord: 9.4ms) Started GET "/assets/admin/application.self-9ed1c546801be67c0f02a68b65f430f9fb9fb45a0e09d83ab1e9041f6dfbca4a.css?body=1" for 127.0.0.1 at 2018-11-26 09:56:40 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:56:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:56:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:56:41 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:56:41 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 1.0ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:56:41 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:57:08 -0400 Processing by Admin::MetaTagsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.6ms) MetaTag Load (0.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (20.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (8.9ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (83.0ms) Rendered admin/layouts/_head.html.haml (524.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.9ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (4.0ms) Completed 200 OK in 752ms (Views: 714.7ms | ActiveRecord: 8.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:57:09 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:57:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:57:09 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:57:09 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (1.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 46ms (Views: 1.8ms | ActiveRecord: 8.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:57:09 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:58:34 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) MetaTag Load (0.8ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (14.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.2ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (57.1ms) Rendered admin/layouts/_head.html.haml (6475.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (113.8ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (4.4ms) Completed 200 OK in 6727ms (Views: 6691.8ms | ActiveRecord: 9.4ms) Started GET "/assets/admin/application.self-ecd4554d1629573db88556595538fcbd2658b6c49607e52d6618be6b50992036.css?body=1" for 127.0.0.1 at 2018-11-26 09:58:41 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:58:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:58:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:58:41 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:58:41 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (1.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 118ms (Views: 1.8ms | ActiveRecord: 9.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:58:41 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:58:51 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (17.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.9ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (68.0ms) Rendered admin/layouts/_head.html.haml (6750.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (4.1ms) Completed 200 OK in 7024ms (Views: 6975.6ms | ActiveRecord: 12.3ms) Started GET "/assets/admin/application.self-aef43d61e18e1debf28664d16114c2c1139ead5d234799b4f6c088656c5f2e52.css?body=1" for 127.0.0.1 at 2018-11-26 09:58:58 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:58:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:58:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:58:59 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:58:59 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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 (0.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 1.0ms | ActiveRecord: 6.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:58:59 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:59:13 -0400 Processing by Admin::MetaTagsController#index 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 [["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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (25.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (14.2ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (93.1ms) Rendered admin/layouts/_head.html.haml (6642.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (4.0ms) Completed 200 OK in 6890ms (Views: 6835.5ms | ActiveRecord: 12.2ms) Started GET "/assets/admin/application.self-0b4cb36fa92f4adaab4acbd04447d89cca3b78b4d6e21fd49d387d8b65e8740b.css?body=1" for 127.0.0.1 at 2018-11-26 09:59:20 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:59:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:59:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:59:21 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:59:21 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (1.8ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 195ms (Views: 1.7ms | ActiveRecord: 18.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:59:21 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 09:59:51 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.9ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (19.0ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (9.6ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (77.1ms) Rendered admin/layouts/_head.html.haml (6595.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (3.2ms) Completed 200 OK in 6825ms (Views: 6786.7ms | ActiveRecord: 9.4ms) Started GET "/assets/admin/application.self-2142ad52a3e23fee00f1c146584a3a154a92dcb4e951a8c13b4264ba9ad50dbc.css?body=1" for 127.0.0.1 at 2018-11-26 09:59:58 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 09:59:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 09:59:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 09:59:59 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 09:59:59 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.8ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 75ms (Views: 1.8ms | ActiveRecord: 9.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 09:59:59 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 10:00:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:00:27 -0400 Processing by Admin::MetaTagsController#index 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 [["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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.7ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (21.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.8ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (74.6ms) Rendered admin/layouts/_head.html.haml (6576.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (4.3ms) Completed 200 OK in 6808ms (Views: 6769.5ms | ActiveRecord: 9.7ms) Started GET "/assets/admin/application.self-fc5f106dab3faf8b0ec34e2b9f950cc200da134ad8c9177f3c08ec44307446d5.css?body=1" for 127.0.0.1 at 2018-11-26 10:00:34 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:00:34 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-26 10:00:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:00:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:00:36 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 10:00:36 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} Setting Load (12.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) 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 (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (8.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (1.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 103ms (Views: 1.9ms | ActiveRecord: 32.3ms) Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:03:02 -0400 Processing by Admin::MetaTagsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.7ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (19.0ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.3ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (153.9ms) Rendered admin/layouts/_head.html.haml (3779.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (393.6ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] Rendered admin/layouts/_git_info.html.haml (3149.1ms) Completed 500 Internal Server Error in 8813ms (ActiveRecord: 11.7ms) CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] NameError - undefined local variable or method `git_status_color' for #<#:0x00007f86e0d827a0> Did you mean? @git_status_color: app/views/admin/layouts/_git_info.html.haml:7:in `_app_views_admin_layouts__git_info_html_haml___4191194428526420198_70108266857220' app/views/admin/layouts/application.html.haml:23:in `_app_views_admin_layouts_application_html_haml___4193697107799394231_70108637240240' Started POST "/__better_errors/7c84bef90418b770/variables" for 127.0.0.1 at 2018-11-26 10:03:15 -0400 MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.1ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] CACHE MetaTag Load (0.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" LIMIT $1 [["LIMIT", 11]] Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:03:28 -0400 Processing by Admin::MetaTagsController#index 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 (1.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) MetaTag Load (0.8ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (18.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (7.4ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (71.0ms) Rendered admin/layouts/_head.html.haml (416.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.7ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (3.8ms) Completed 200 OK in 639ms (Views: 585.9ms | ActiveRecord: 11.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:03:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:03:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:03:32 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 10:03:32 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.5ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 0.8ms | ActiveRecord: 6.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:03:32 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:03:43 -0400 Processing by Admin::MetaTagsController#index as HTML Setting Load (3.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (18.3ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (2.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (12.6ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (75.7ms) Rendered admin/layouts/_head.html.haml (8535.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (52.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.5ms) Rendered admin/layouts/_messages.html.haml (6.2ms) Rendered admin/layouts/_preloader.html.haml (12.3ms) Rendered admin/layouts/_footer.html.haml (5.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (10.0ms) Completed 200 OK in 8886ms (Views: 8833.3ms | ActiveRecord: 16.2ms) Started GET "/assets/admin/application.self-be7f1de29c1fd1cee23ad7046800f7341df4b7b17883e07cc2d337511a152dfa.css?body=1" for 127.0.0.1 at 2018-11-26 10:03:52 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:03:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:03:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:03:53 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 10:03:53 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 77ms (Views: 1.5ms | ActiveRecord: 14.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:03:53 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:04:12 -0400 Processing by Admin::MetaTagsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.5ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (39.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (14.0ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (138.1ms) Rendered admin/layouts/_head.html.haml (1068.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.2ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (8.0ms) Completed 200 OK in 1438ms (Views: 1384.2ms | ActiveRecord: 9.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:04:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:04:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:04:15 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 10:04:15 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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 (8.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (6.6ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (1.0ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 83ms (Views: 1.9ms | ActiveRecord: 27.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:04:15 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:04:45 -0400 Processing by Admin::MetaTagsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (13.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (6.8ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (53.7ms) Rendered admin/layouts/_head.html.haml (489.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (136.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (4.7ms) Completed 200 OK in 1678ms (Views: 709.1ms | ActiveRecord: 814.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:04:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:04:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:04:47 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 10:04:47 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.6ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 0.8ms | ActiveRecord: 15.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:04:48 -0400 Started GET "/admin/meta_tags" for 127.0.0.1 at 2018-11-26 10:05:09 -0400 Processing by Admin::MetaTagsController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" Rendering admin/meta_tags/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.4ms) MetaTag Load (0.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/meta_tags/_listing.html.haml (30.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "MetaTag"], ["LIMIT", 50]] Rendered admin/meta_tags/_description.html.haml (12.5ms) Rendered admin/meta_tags/index.html.haml within admin/layouts/application (122.7ms) Rendered admin/layouts/_head.html.haml (1144.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (100.4ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (8.1ms) Completed 200 OK in 1523ms (Views: 1462.3ms | ActiveRecord: 14.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:05:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:05:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:05:11 -0400 Started GET "/admin/meta_tags/page/1.json" for 127.0.0.1 at 2018-11-26 10:05:11 -0400 Processing by Admin::MetaTagsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "meta_tags"."id") FROM "meta_tags" MetaTag Load (0.7ms) SELECT DISTINCT "meta_tags".* FROM "meta_tags" ORDER BY "meta_tags"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 82ms (Views: 1.5ms | ActiveRecord: 11.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:05:11 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-26 10:05:22 -0400 Processing by Admin::UsersController#index 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 [["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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (13.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (22.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (17.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (4.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered admin/users/_description.html.haml (148.7ms) Rendered admin/users/index.html.haml within admin/layouts/application (229.4ms) Rendered admin/layouts/_head.html.haml (516.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.0ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (10.7ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (9.0ms) Completed 200 OK in 1067ms (Views: 928.5ms | ActiveRecord: 34.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:05:23 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-26 10:05:23 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.9ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 1.6ms | ActiveRecord: 9.5ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-26 10:05:26 -0400 Processing by Admin::RolesController#index as HTML Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]]  (1.7ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.5ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (71.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (10.5ms) Rendered admin/roles/index.html.haml within admin/layouts/application (132.7ms) Rendered admin/layouts/_head.html.haml (459.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.9ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (5.9ms) Completed 200 OK in 889ms (Views: 727.1ms | ActiveRecord: 17.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:05:27 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-26 10:05:27 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (4.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 0.8ms | ActiveRecord: 10.5ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-11-26 10:05:29 -0400 Processing by Admin::RolesController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (71.2ms) Rendered admin/roles/new.html.haml within admin/layouts/application (74.8ms) Rendered admin/layouts/_head.html.haml (527.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.3ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (3.4ms) Completed 200 OK in 738ms (Views: 706.3ms | ActiveRecord: 5.7ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-26 10:05:53 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:05:53 -0400 Processing by Admin::RolesController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-26 10:05:53 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.9ms) Role Load (5.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (22.1ms) CACHE (0.1ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (2.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (1.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (54.4ms) Rendered admin/roles/index.html.haml within admin/layouts/application (187.1ms) Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (3.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (1.8ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 170ms (Views: 1.7ms | ActiveRecord: 18.2ms) Rendered admin/layouts/_head.html.haml (1025.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.8ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (3.5ms) Completed 200 OK in 1429ms (Views: 1367.2ms | ActiveRecord: 23.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:05:54 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-26 10:05:55 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 2.1ms | ActiveRecord: 6.5ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-11-26 10:15:04 -0400 Processing by Admin::RolesController#index 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (30.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (12.8ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (5.8ms) Rendered admin/roles/index.html.haml within admin/layouts/application (50.1ms) Rendered admin/layouts/_head.html.haml (500.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.7ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (6.8ms) Completed 500 Internal Server Error in 993ms (ActiveRecord: 62.5ms) NoMethodError - undefined method `installed' for # Did you mean? installed?: app/views/admin/layouts/_git_info.html.haml:1:in `_app_views_admin_layouts__git_info_html_haml___4191194428526420198_70108285888240' app/views/admin/layouts/application.html.haml:23:in `_app_views_admin_layouts_application_html_haml___4193697107799394231_70108651847360' Started POST "/__better_errors/7d73974a2a6d34d4/variables" for 127.0.0.1 at 2018-11-26 10:15:06 -0400 Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.0ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/roles" for 127.0.0.1 at 2018-11-26 10:15:11 -0400 Processing by Admin::RolesController#index as HTML Setting Load (1.0ms) 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 (4.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (4.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.9ms) Role Load (1.3ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (28.0ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (2.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (10.3ms) Rendered admin/roles/index.html.haml within admin/layouts/application (109.4ms) Rendered admin/layouts/_head.html.haml (451.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (16.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (112.8ms) Completed 200 OK in 822ms (Views: 772.0ms | ActiveRecord: 21.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:15:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:15:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:15:13 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-11-26 10:15:13 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (4.2ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (4.8ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 9.4ms | ActiveRecord: 22.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:15:13 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 10:15:59 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.0ms) 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.5ms) 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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (17.7ms) Rendered app/layouts/_google_analytics.html.haml (4.1ms) Rendered app/layouts/_head.html.haml (1056.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1102.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (3015.2ms) Completed 200 OK in 4193ms (Views: 4137.6ms | ActiveRecord: 11.4ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 10:16:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 10:16:06 -0400 Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 10:16:54 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.5ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (12.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (3.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (9.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (72.3ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (2715.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (75.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.1ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Completed 200 OK in 3025ms (Views: 2972.8ms | ActiveRecord: 15.2ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 10:16:58 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) KepplerLanguages::Language Load (0.5ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (16.9ms) PublicActivity::Activity Exists (3.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (3.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (14.8ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (67.1ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (547.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Completed 200 OK in 735ms (Views: 700.9ms | ActiveRecord: 15.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:16:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:16:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:16:59 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-26 10:16:59 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.4ms) 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 (1.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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.4ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (5.7ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 80ms (Views: 1.8ms | ActiveRecord: 27.9ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 10:17:41 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (7.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (25.8ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (12.0ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (95.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 10:17:42 -0400 Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1232.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Processing by KepplerFrontend::Admin::ViewsController#index as HTML Permission Load (60.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] SocialAccount Load (4.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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 (6.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]] CACHE Role Load (0.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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (184.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Completed 200 OK in 1619ms (Views: 1508.3ms | ActiveRecord: 80.4ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.0ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.3ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.0ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (54.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (131.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (525.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.9ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (7.6ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (135.8ms) Completed 200 OK in 1227ms (Views: 943.3ms | ActiveRecord: 33.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-26 10:17:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.6ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (17.0ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (9.5ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (39.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (95.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (469.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.5ms) Rendered admin/layouts/_messages.html.haml (2.1ms) Rendered admin/layouts/_preloader.html.haml (3.8ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (89.0ms) Completed 200 OK in 787ms (Views: 750.6ms | ActiveRecord: 11.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:17:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:17:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:17:46 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-26 10:17:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 0.8ms | ActiveRecord: 6.6ms) Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 10:18:10 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (90.7ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.4ms) KepplerCapsules::Capsule Load (1.2ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (19.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (10.4ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (89.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (556.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.9ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (6.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (52.2ms) Completed 200 OK in 1264ms (Views: 828.7ms | ActiveRecord: 105.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:18:12 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 10:18:12 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.4ms) 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 (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 1.1ms | ActiveRecord: 30.6ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 10:19:19 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (0.6ms) 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerLanguages::Language Load (0.7ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (14.7ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (4.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (9.8ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (74.1ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (486.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (45.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (57.8ms) Completed 200 OK in 762ms (Views: 701.4ms | ActiveRecord: 21.5ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-26 10:19:20 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) KepplerLanguages::Language Load (0.7ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (14.0ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (8.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (57.4ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (513.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (5.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.7ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (43.9ms) Completed 200 OK in 759ms (Views: 724.8ms | ActiveRecord: 15.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:19:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:19:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:19:21 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-26 10:19:21 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (14.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 74ms (Views: 4.7ms | ActiveRecord: 30.2ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-26 10:19:23 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (170.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (506.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.4ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (58.0ms) Completed 200 OK in 3493ms (Views: 864.1ms | ActiveRecord: 12.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-26 10:19:30 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-26 10:19:30 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-26 10:19:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:19:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:19:30 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 10:19:49 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.6ms) 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 (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (33.8ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (21.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (10.4ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (130.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (618.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (92.8ms) Completed 200 OK in 1017ms (Views: 961.6ms | ActiveRecord: 17.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:19:51 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 10:19:51 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.6ms | ActiveRecord: 7.8ms) Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 10:20:22 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.2ms) KepplerCapsules::Capsule Load (0.9ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (27.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (11.6ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (101.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2216.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (43.6ms) Completed 200 OK in 2552ms (Views: 2474.6ms | ActiveRecord: 16.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:20:25 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:20:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:20:27 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 10:20:27 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.9ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.5ms | ActiveRecord: 8.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:20:28 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 10:20:53 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (12.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.3ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (52.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (519.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.5ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (110.5ms) Completed 200 OK in 806ms (Views: 782.5ms | ActiveRecord: 8.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:20:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:20:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:20:54 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 10:20:54 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (5.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (1.0ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 46ms (Views: 1.3ms | ActiveRecord: 16.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:20:54 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 10:22:42 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.0ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (23.6ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (10.9ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (74.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1522.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.5ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (133.6ms) Completed 200 OK in 2252ms (Views: 1899.0ms | ActiveRecord: 45.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:22:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:22:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:22:47 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 10:22:47 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.3ms | ActiveRecord: 9.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:22:48 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 10:32:40 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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]]  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerCapsules::Capsule Load (0.8ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (12.2ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (4.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (11.3ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (81.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1617.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (179.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (67.1ms) Completed 200 OK in 2384ms (Views: 2038.7ms | ActiveRecord: 76.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 10:32:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 10:32:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 10:32:44 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 10:32:44 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) 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 (2.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 1.6ms | ActiveRecord: 12.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 10:32:45 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 10:33:51 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 (1.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.5ms) Rendered app/layouts/_google_analytics.html.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (70.9ms) Rendered app/layouts/_head.html.haml (719.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (781.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1547.5ms) Completed 200 OK in 2401ms (Views: 2347.9ms | ActiveRecord: 16.2ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 10:33:54 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 10:33:54 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 10:34:45 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (25.2ms) Rendered app/layouts/_google_analytics.html.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (71.3ms) Rendered app/layouts/_head.html.haml (6715.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (6754.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (670.6ms) Completed 200 OK in 7449ms (Views: 7431.2ms | ActiveRecord: 5.1ms) Started GET "/assets/app/application.self-e22a4bb98dab578fa64b3f5f1a5f726a588f79e13cf7f4ee6ee3f0131833d88b.css?body=1" for 127.0.0.1 at 2018-11-26 10:34:53 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 10:34:53 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 10:34:54 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 10:34:54 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-11-26 10:35:28 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.3ms) Rendered app/layouts/_google_analytics.html.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (104.6ms) Rendered app/layouts/_head.html.haml (4722.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (4803.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (657.1ms) Completed 200 OK in 5488ms (Views: 5468.6ms | ActiveRecord: 3.6ms) Started GET "/assets/app/application.self-f617c5167cba2bdccd134d6961c79449a3b9abc1407ded4ffc5feeaf7218e2b8.css?body=1" for 127.0.0.1 at 2018-11-26 10:35:33 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 10:35:33 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 10:35:34 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 10:35:59 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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]] KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (27.2ms) Rendered app/layouts/_google_analytics.html.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (58.8ms) Rendered app/layouts/_head.html.haml (4070.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (4117.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (38.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (834.9ms) Completed 200 OK in 4986ms (Views: 4959.6ms | ActiveRecord: 10.2ms) Started GET "/assets/app/application.self-50c206ed29d3d8fd9a16064cf105b499b6b4e45e6638efd1da2e8be8b21647f4.css?body=1" for 127.0.0.1 at 2018-11-26 10:36:04 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 10:36:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 10:36:04 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:04:12 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.7ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (16.9ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (26.2ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (148.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (14788.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (92.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (226.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (50.3ms) Completed 200 OK in 15707ms (Views: 15384.9ms | ActiveRecord: 44.8ms) Started GET "/assets/admin/application.self-8c8b86d5c60c43680338c5dada1ccb021d831ea88980eec03bce7a7df31b9561.css?body=1" for 127.0.0.1 at 2018-11-26 11:04:29 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:04:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:04:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:04:31 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:04:31 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.9ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 226ms (Views: 1.0ms | ActiveRecord: 44.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:04:32 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:07:04 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (12.7ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (9.3ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (55.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (583.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (162.8ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (45.5ms) Completed 200 OK in 926ms (Views: 891.3ms | ActiveRecord: 14.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:07:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:07:05 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:07:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:07:05 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (10.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (6.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 1.1ms | ActiveRecord: 29.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:07:06 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:10:19 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (12.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (5.7ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (48.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (602.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (114.2ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (158.1ms) Completed 200 OK in 1158ms (Views: 974.4ms | ActiveRecord: 40.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:10:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:10:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:10:22 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:10:22 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.4ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 0.8ms | ActiveRecord: 6.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:10:22 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 11:10:27 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 [["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 (1.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]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.0ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (22.1ms) Rendered app/layouts/_google_analytics.html.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (55.7ms) Rendered app/layouts/_head.html.haml (682.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (719.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2405.7ms) Completed 200 OK in 3195ms (Views: 3147.4ms | ActiveRecord: 11.2ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:10:31 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 11:10:32 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 11:10:39 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.0ms) 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]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (19.7ms) Rendered app/layouts/_google_analytics.html.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (49.4ms) Rendered app/layouts/_head.html.haml (314.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (346.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (865.2ms) Completed 200 OK in 1232ms (Views: 1217.7ms | ActiveRecord: 3.7ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:10:40 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:10:41 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 11:10:41 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 11:11:03 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (27.7ms) Rendered app/layouts/_google_analytics.html.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (43.9ms) Rendered app/layouts/_head.html.haml (6898.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (6957.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (17.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (599.0ms) Completed 200 OK in 7586ms (Views: 7565.0ms | ActiveRecord: 5.1ms) Started GET "/assets/app/application.self-2e07cabfe14ee51084a1ca6c033a95e46f14a9a12097a7548b8fab59ca04d2e4.css?body=1" for 127.0.0.1 at 2018-11-26 11:11:10 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:11:10 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:11:12 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 11:11:12 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-11-26 11:11:19 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (22.7ms) Rendered app/layouts/_google_analytics.html.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (68.7ms) Rendered app/layouts/_head.html.haml (324.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (363.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (24.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (631.9ms) Completed 200 OK in 1023ms (Views: 1002.4ms | ActiveRecord: 4.6ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:11:20 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 11:11:21 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:11:25 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) KepplerCapsules::Capsule Load (0.8ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.6ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (7.1ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (61.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1833.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.6ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (43.9ms) Completed 200 OK in 2072ms (Views: 2047.4ms | ActiveRecord: 8.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:11:27 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:11:28 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:11:28 -0400 Role Load (4.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:11:28 -0400 CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 1.1ms | ActiveRecord: 11.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:11:28 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:13:25 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.6ms) 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (11.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.0ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (48.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (523.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.0ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Rendered admin/layouts/_git_info.html.haml (104.0ms) Completed 200 OK in 1045ms (Views: 830.8ms | ActiveRecord: 36.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:13:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:13:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:13:29 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:13:29 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.3ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 0.7ms | ActiveRecord: 5.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:13:30 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 11:13:35 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 (1.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.1ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.7ms) Rendered app/layouts/_google_analytics.html.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (51.3ms) Rendered app/layouts/_head.html.haml (619.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (657.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (694.9ms) Completed 200 OK in 1397ms (Views: 1360.6ms | ActiveRecord: 13.2ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:13:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:13:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 11:13:37 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:14:39 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]]  (2.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (13.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.2ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (51.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (673.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (46.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (1093.5ms) Completed 200 OK in 2151ms (Views: 1925.2ms | ActiveRecord: 24.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:14:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:14:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:14:42 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:14:42 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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.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" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (1.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 79ms (Views: 3.2ms | ActiveRecord: 30.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:14:42 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:15:04 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.5ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (53.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (493.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (7.6ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (65.5ms) Completed 200 OK in 751ms (Views: 724.2ms | ActiveRecord: 8.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:15:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:15:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:15:05 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:15:05 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 0.7ms | ActiveRecord: 5.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:15:06 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:16:41 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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]]  (3.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.8ms) KepplerCapsules::Capsule Load (5.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (29.3ms) PublicActivity::Activity Exists (3.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (3.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (16.8ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (102.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (683.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (123.3ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (28.1ms) Completed 200 OK in 1515ms (Views: 961.5ms | ActiveRecord: 69.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:16:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:16:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:16:43 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:16:43 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (4.1ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.1ms | ActiveRecord: 11.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:16:43 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-26 11:18:36 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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 (3.0ms) 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 (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (10.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (5.8ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (47.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (503.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.1ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (70.6ms) Completed 200 OK in 1124ms (Views: 781.9ms | ActiveRecord: 137.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-26 11:18:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-26 11:18:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-26 11:18:38 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-26 11:18:39 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (1.4ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 1.5ms | ActiveRecord: 9.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-26 11:18:39 -0400 Started GET "/" for 127.0.0.1 at 2018-11-26 11:43:13 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (226.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (103.1ms) 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 (1.0ms) 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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (28.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (18.4ms) Rendered app/layouts/_google_analytics.html.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (2183.5ms) Rendered app/layouts/_head.html.haml (14132.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (14275.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (23.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (6787.5ms) Completed 200 OK in 21865ms (Views: 21144.6ms | ActiveRecord: 468.2ms) Started GET "/assets/app/application.self-53ceb9ab7ae623698ee9aa4bd51f8c28901866120eccbd75623f9bbaaf5049f0.css?body=1" for 127.0.0.1 at 2018-11-26 11:43:54 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-26 11:43:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-26 11:43:57 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-27 10:15:42 -0400  (2.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (20.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (42.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Started GET "/" for 127.0.0.1 at 2018-11-27 10:15:45 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML SocialAccount Load (82.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (30.2ms) 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 (19.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (20.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (33.0ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (15.1ms) SELECT "scripts".* FROM "scripts" User Load (59.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Role Load (73.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered app/layouts/_meta_tags.html.haml (30.9ms) Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 1377ms (ActiveRecord: 481.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:15:46 -0400 Rendered app/layouts/_google_analytics.html.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (1693.2ms) Rendered app/layouts/_head.html.haml (28678.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (28783.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (25.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1926.0ms) Completed 200 OK in 31155ms (Views: 30809.2ms | ActiveRecord: 115.8ms) Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Setting Load (52.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.6ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/app/application.self-53ceb9ab7ae623698ee9aa4bd51f8c28901866120eccbd75623f9bbaaf5049f0.css?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:18 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-27 10:16:19 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-27 10:16:21 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-27 10:16:21 -0400 Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (40.3ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (215.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (2915.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (70.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (47.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (769.6ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (14.0ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (57.3ms) Completed 200 OK in 9204ms (Views: 4057.8ms | ActiveRecord: 159.9ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-27 10:16:27 -0400 Started GET "/assets/admin/application.self-8c8b86d5c60c43680338c5dada1ccb021d831ea88980eec03bce7a7df31b9561.css?body=1" for 127.0.0.1 at 2018-11-27 10:16:27 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:27 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:27 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:27 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:28 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:29 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:29 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:29 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:16:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:16:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:16:29 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:20:41 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (104.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (521.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.3ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (41.1ms) Completed 200 OK in 2188ms (Views: 808.7ms | ActiveRecord: 10.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:20:44 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:20:44 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:20:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:20:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:20:44 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:20:47 -0400 Started GET "/" for 127.0.0.1 at 2018-11-27 10:21:01 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (42.3ms) Rendered app/layouts/_google_analytics.html.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (45.5ms) Rendered app/layouts/_head.html.haml (424.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (487.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (26.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1780.2ms) Completed 200 OK in 2289ms (Views: 2273.5ms | ActiveRecord: 3.7ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-27 10:21:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-27 10:21:04 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:29:32 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (2.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (110.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (5658.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.4ms) Rendered admin/layouts/_messages.html.haml (6.2ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (73.8ms) Completed 200 OK in 8871ms (Views: 6124.9ms | ActiveRecord: 11.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:29:44 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:29:44 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:29:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:29:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:29:46 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:29:49 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:30:10 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (3.3ms) 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 (1.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (41.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1768.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.2ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (96.6ms) Completed 200 OK in 4332ms (Views: 2077.2ms | ActiveRecord: 11.2ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:30:16 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:30:16 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:30:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:30:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:30:16 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:30:18 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:31:56 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (43.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (630.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (43.6ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (22.6ms) Completed 200 OK in 3668ms (Views: 788.9ms | ActiveRecord: 7.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:32:00 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:32:00 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:32:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:32:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:32:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:32:01 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:32:06 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (44.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (432.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (44.4ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (23.7ms) Completed 200 OK in 2061ms (Views: 599.0ms | ActiveRecord: 7.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:32:09 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:32:09 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:32:09 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:32:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:32:09 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:32:10 -0400 Started GET "/" for 127.0.0.1 at 2018-11-27 10:33:06 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 [["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]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (42.1ms) Started GET "/" for 127.0.0.1 at 2018-11-27 10:33:17 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (2.0ms) 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 (1.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" Appearance Load (7.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (41.7ms) Rendered app/layouts/_google_analytics.html.haml (6.8ms) Rendered admin/layouts/_git_info.html.haml (92.0ms) Rendered app/layouts/_head.html.haml (15467.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (15514.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (44.9ms) Rendered app/layouts/_google_analytics.html.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (45.3ms) Rendered app/layouts/_head.html.haml (6542.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (6581.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (255.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (4959.7ms) Completed 200 OK in 20494ms (Views: 20481.2ms | ActiveRecord: 3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2126.0ms) Completed 200 OK in 8769ms (Views: 8718.6ms | ActiveRecord: 20.3ms) Started GET "/assets/app/application.self-c49f7e16863b514a3c2fe484e8243753950ac29a787cc5c04e8e633e40d450b2.css?body=1" for 127.0.0.1 at 2018-11-27 10:33:28 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-27 10:33:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-27 10:33:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-27 10:33:29 -0400 Started GET "/" for 127.0.0.1 at 2018-11-27 10:34:25 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (4.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.4ms) 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]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:34:27 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.9ms) SELECT "roles".* FROM "roles" User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] Rendered app/layouts/_google_analytics.html.haml (7.2ms) Rendered admin/layouts/_git_info.html.haml (80.0ms) Rendered app/layouts/_head.html.haml (4719.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (4757.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (17.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (830.2ms) Completed 200 OK in 5615ms (Views: 5593.3ms | ActiveRecord: 8.7ms) Started GET "/assets/app/application.self-5588ec7e6b6ced24e035de9778722967cf026d10a50b539f571a13ca7ac5fdf9.css?body=1" for 127.0.0.1 at 2018-11-27 10:34:31 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-27 10:34:31 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (256.4ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-27 10:34:32 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-27 10:34:33 -0400 Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (30613.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.8ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (377.1ms) Completed 200 OK in 34331ms (Views: 31437.5ms | ActiveRecord: 22.2ms) Started GET "/assets/admin/application.self-e02cbd548b05f012d5d565927982cd41031f28b2dd38f59be695130cc7ab4288.css?body=1" for 127.0.0.1 at 2018-11-27 10:35:03 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:35:04 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:35:04 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:35:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:35:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:35:04 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:35:06 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:36:08 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (2.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (62.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (2047.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.9ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (97.2ms) Completed 200 OK in 3880ms (Views: 2492.6ms | ActiveRecord: 11.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:12 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:12 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:36:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:36:13 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:36:14 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:36:35 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (5.3ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (89.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1230.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (7.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (113.5ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (120.2ms) Completed 200 OK in 4130ms (Views: 1643.1ms | ActiveRecord: 27.7ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:40 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:40 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:36:40 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:36:40 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:36:41 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:36:50 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.2ms) 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 (1.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (5.8ms) SELECT "roles".* FROM "roles" User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (90.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1178.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (110.5ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (24.1ms) Rendered admin/layouts/_git_info.html.haml (78.3ms) Completed 200 OK in 3132ms (Views: 1578.1ms | ActiveRecord: 22.7ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:53 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:53 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:36:53 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:36:55 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:36:55 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:36:55 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:37:01 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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 (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (7.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (39.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (652.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (28.6ms) Completed 200 OK in 2773ms (Views: 822.7ms | ActiveRecord: 18.2ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:37:04 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:37:04 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:37:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:37:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:37:04 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:37:05 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:37:46 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (90.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (4283.7ms) CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (172.1ms) CACHE 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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (500.0ms) Rendered admin/layouts/_messages.html.haml (21.7ms) Rendered admin/layouts/_preloader.html.haml (39.3ms) Rendered admin/layouts/_footer.html.haml (18.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (25.6ms) Rendered admin/layouts/_git_info.html.haml (127.7ms) Completed 200 OK in 6890ms (Views: 5387.6ms | ActiveRecord: 16.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:37:53 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:37:53 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:37:53 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:37:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:37:53 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:37:54 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:38:09 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (91.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1174.7ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.0ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (128.7ms) Completed 200 OK in 3059ms (Views: 1581.9ms | ActiveRecord: 7.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:38:13 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:38:13 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:38:13 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:38:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:38:13 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:38:14 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:38:53 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (80.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1170.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (100.4ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (9.1ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (96.9ms) Completed 200 OK in 3187ms (Views: 1547.9ms | ActiveRecord: 10.8ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:38:57 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:38:57 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:38:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:38:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:38:57 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 10:38:58 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 10:39:01 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-27 10:39:01 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-27 10:39:01 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-27 10:39:01 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 10:39:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-27 10:39:55 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-27 10:39:55 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-27 10:39:55 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:40:25 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.2ms) 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 (2.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.9ms) SELECT "roles".* FROM "roles" User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (85.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (12727.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (46.5ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (60.0ms) Completed 200 OK in 15780ms (Views: 12978.8ms | ActiveRecord: 12.9ms) Started GET "/assets/admin/application.self-7a6ac82665726b216309f0a466185bd05875e73aa3e11f8bee41e6f28250d7ce.css?body=1" for 127.0.0.1 at 2018-11-27 10:40:41 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:40:41 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:40:41 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:40:41 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 10:40:46 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:40:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:40:46 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-27 10:40:47 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-27 10:40:47 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-27 10:40:47 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:40:52 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:40:54 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:40:55 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:40:58 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:40:58 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:41:03 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:41:03 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:41:17 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:41:19 -0400 Started PUT "/__web_console/repl_sessions/fcdc5ac74f0b28fa1e0783d6aeb6cc17" for 127.0.0.1 at 2018-11-27 10:41:22 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:42:09 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (34.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (403.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (16.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (43.9ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (3.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (34.5ms) Completed 200 OK in 9178ms (Views: 556.4ms | ActiveRecord: 8.8ms) Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:42:18 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 10:42:18 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 10:42:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 10:42:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 10:42:19 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 10:42:20 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-27 10:42:20 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-27 10:42:20 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-27 10:42:20 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 10:43:09 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.6ms) 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (35.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (437.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.3ms) Rendered admin/layouts/_messages.html.haml (2.1ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (5.3ms) Completed 500 Internal Server Error in 3028ms (ActiveRecord: 7.8ms) SyntaxError - syntax error, unexpected ';' ; _hamlout.buffer << ("
"1"} 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 (4.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.2ms | ActiveRecord: 20.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 11:24:27 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (38.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (425.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (42.8ms) Completed 200 OK in 2637ms (Views: 631.4ms | ActiveRecord: 5.8ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 11:24:31 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 11:24:31 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 11:24:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 11:24:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 11:24:33 -0400 Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-27 11:24:37 -0400 Processing by Admin::ScriptsController#index as HTML Setting Load (0.8ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.2ms) Script Load (1.3ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (35.8ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (14.4ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (203.4ms) Rendered admin/layouts/_head.html.haml (624.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.8ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (55.7ms) Completed 200 OK in 1079ms (Views: 1029.1ms | ActiveRecord: 15.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 11:24:38 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-27 11:24:38 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (1.7ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.4ms | ActiveRecord: 9.3ms) Started GET "/admin/scripts" for 127.0.0.1 at 2018-11-27 11:25:26 -0400 Processing by Admin::ScriptsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Rendering admin/scripts/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Script Load (0.9ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/scripts/_listing.html.haml (14.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Script"], ["LIMIT", 50]] Rendered admin/scripts/_description.html.haml (5.6ms) Rendered admin/scripts/index.html.haml within admin/layouts/application (55.8ms) Rendered admin/layouts/_head.html.haml (1472.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.0ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (23.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (29.7ms) Completed 200 OK in 1700ms (Views: 1676.6ms | ActiveRecord: 8.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 11:25:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 11:25:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 11:25:28 -0400 Started GET "/admin/scripts/page/1.json" for 127.0.0.1 at 2018-11-27 11:25:28 -0400 Processing by Admin::ScriptsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "scripts"."id") FROM "scripts" Script Load (0.6ms) SELECT DISTINCT "scripts".* FROM "scripts" ORDER BY "scripts"."position" DESC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 0.9ms | ActiveRecord: 10.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 11:25:29 -0400 Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-27 11:25:35 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) KepplerLanguages::Language Load (0.7ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (14.3ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (6.8ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (54.9ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (469.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.6ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (37.3ms) Completed 200 OK in 745ms (Views: 690.2ms | ActiveRecord: 8.4ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-27 11:25:36 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.1ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (37.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (13.1ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (112.6ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1179.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (99.9ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (9.1ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (48.8ms) Completed 200 OK in 1568ms (Views: 1527.8ms | ActiveRecord: 10.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 11:25:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 11:25:40 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 11:25:40 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-27 11:25:40 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.1ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 54ms (Views: 1.8ms | ActiveRecord: 11.1ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 14:22:26 -0400 Started GET "/assets/admin/application.self-ebd805b20b5aefddff2e80e9a8434e5fd798a71f99346559226aba9b359e4435.css?body=1" for 127.0.0.1 at 2018-11-27 14:22:26 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-11-27 14:23:14 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (100.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (35.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (35.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (48.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (16.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (40.0ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (16.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (56.9ms) KepplerLanguages::Language Load (0.9ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (159.4ms) PublicActivity::Activity Exists (254.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (75861.6ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (79893.2ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (17322.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (199.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (18.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (155.0ms) Rendered admin/layouts/_messages.html.haml (33.1ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (1605.3ms) Completed 200 OK in 101459ms (Views: 99694.9ms | ActiveRecord: 704.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 14:25:00 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-27 14:25:00 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 14:25:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-11-27 14:25:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 14:25:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 14:25:05 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (20.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (57.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (103.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (33.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (88.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (44.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (28.0ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (24.4ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 1376ms (Views: 1.0ms | ActiveRecord: 488.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 14:26:07 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (16.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (407.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1597.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (82.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (2899.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (22.0ms) Rendered admin/layouts/_git_info.html.haml (71.1ms) Completed 200 OK in 8061ms (Views: 5267.9ms | ActiveRecord: 24.1ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 14:26:16 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 14:26:16 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 14:26:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 14:26:17 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 14:26:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 14:26:17 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-27 14:26:18 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-27 14:26:18 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-27 14:26:20 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 14:28:45 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (121.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (26353.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (45.7ms) Completed 200 OK in 28322ms (Views: 26719.5ms | ActiveRecord: 9.4ms) Started GET "/assets/admin/application.self-f75e8c0fc871736d552798a4749f1fe55b6d4bc5e64c53e91c33d450aa2f9ef4.css?body=1" for 127.0.0.1 at 2018-11-27 14:29:14 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 14:29:15 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 14:29:15 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 14:29:15 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-27 14:29:18 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js.map" for 127.0.0.1 at 2018-11-27 14:29:18 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.js.map" for 127.0.0.1 at 2018-11-27 14:29:18 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.js.map" for 127.0.0.1 at 2018-11-27 14:29:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 14:29:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 14:29:19 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-27 14:30:24 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.4ms) SELECT "roles".* FROM "roles" User Load (10.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (453.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (10980.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.8ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (11.0ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (97.4ms) Completed 200 OK in 13940ms (Views: 11800.3ms | ActiveRecord: 27.7ms) Started GET "/assets/admin/application.self-e592eadbfd46aae786df693d56386aef2dd5bb8b80bc8b9fefa3da08596cb6a3.css?body=1" for 127.0.0.1 at 2018-11-27 14:30:38 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-27 14:30:38 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-27 14:30:38 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-27 14:30:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 14:30:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 14:30:39 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 14:30:41 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-11-27 14:31:07 -0400 Processing by Admin::UsersController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.8ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (12.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  (69.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (1.1ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (17.0ms) User Load (1.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (42.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (285.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (16.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (6.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered admin/users/_description.html.haml (796.0ms) Rendered admin/users/index.html.haml within admin/layouts/application (1002.0ms) Rendered admin/layouts/_head.html.haml (900.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (81.0ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (7.0ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (43.3ms) Completed 200 OK in 2396ms (Views: 1827.3ms | ActiveRecord: 416.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 14:31:16 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-27 14:31:17 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (1.0ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 2.4ms | ActiveRecord: 10.0ms) Started GET "/admin/users" for 127.0.0.1 at 2018-11-27 14:31:30 -0400 Processing by Admin::UsersController#index 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (80.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (1.6ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE 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]] CACHE 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]]  (6.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (509.4ms) User Load (5.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (874.5ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (3.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (3.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (548.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (351.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (181.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered admin/users/_description.html.haml (1564.7ms) Rendered admin/users/index.html.haml within admin/layouts/application (6130.9ms) Rendered admin/layouts/_head.html.haml (16225.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (100.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.8ms) Rendered admin/layouts/_git_info.html.haml (52.8ms) Completed 200 OK in 24223ms (Views: 23346.7ms | ActiveRecord: 110.3ms) Started GET "/assets/admin/application.self-f290239e786ebeff92c50f2eaf1d0a905c5fe8f676b0e2cf5b5cb9a6451920c5.css?body=1" for 127.0.0.1 at 2018-11-27 14:31:54 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 14:31:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 14:31:55 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 14:31:55 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-11-27 14:31:55 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.0ms) 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  (0.8ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.4ms | ActiveRecord: 10.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-27 14:31:56 -0400 Started PUT "/__web_console/repl_sessions/bef4dbe24d8ad7d544183569cc3da4c8" for 127.0.0.1 at 2018-11-27 16:50:55 -0400 Started PUT "/__web_console/repl_sessions/bef4dbe24d8ad7d544183569cc3da4c8" for 127.0.0.1 at 2018-11-27 16:50:56 -0400 Started PUT "/__web_console/repl_sessions/bef4dbe24d8ad7d544183569cc3da4c8" for 127.0.0.1 at 2018-11-27 16:50:57 -0400 User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/bef4dbe24d8ad7d544183569cc3da4c8" for 127.0.0.1 at 2018-11-27 16:51:06 -0400 Started PUT "/__web_console/repl_sessions/bef4dbe24d8ad7d544183569cc3da4c8" for 127.0.0.1 at 2018-11-27 16:51:06 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-27 16:51:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (6.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (18.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (3.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE (0.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (56.2ms) KepplerFrontend::View Load (3.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (174.7ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (13.5ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (51.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (527.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (14390.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (167.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (422.0ms) Rendered admin/layouts/_messages.html.haml (13.0ms) Rendered admin/layouts/_preloader.html.haml (17.9ms) Rendered admin/layouts/_footer.html.haml (9.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (12.4ms) Rendered admin/layouts/_git_info.html.haml (45.2ms) Completed 200 OK in 16012ms (Views: 15625.2ms | ActiveRecord: 123.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-27 16:51:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (4.4ms) 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 (0.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.7ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (41.3ms) PublicActivity::Activity Exists (1.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (31.9ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (40.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (128.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (241.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (618.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.4ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (141.5ms) Completed 200 OK in 1216ms (Views: 1155.4ms | ActiveRecord: 21.0ms) Started GET "/assets/admin/application.self-8c571de10efb4af359c42fcc9c0223e1a867a6431a7f98fbcf1942c14f29faa4.css?body=1" for 127.0.0.1 at 2018-11-27 16:52:00 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-27 16:52:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-27 16:52:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-27 16:52:02 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-27 16:52:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (10.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 (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 61ms (Views: 1.5ms | ActiveRecord: 26.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-28 08:25:39 -0400  (11.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (38.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (29.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (17.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (30.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (47.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (20.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]]  (18.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (3.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.4ms) PublicActivity::Activity Exists (10.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (36.5ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (130.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (257.7ms) Started GET "/" for 127.0.0.1 at 2018-11-28 08:25:49 -0400 Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (31671.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (127.2ms) Processing by KepplerFrontend::App::FrontendController#keppler as HTML CACHE Role Load (0.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]] Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] CACHE Role Load (0.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]] MetaTag Load (22.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (26.3ms) SELECT "scripts".* FROM "scripts" Permission Load (60.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (60.0ms) Rendered app/layouts/_google_analytics.html.haml (7.8ms) Rendered admin/layouts/_git_info.html.haml (1648.7ms) Rendered app/layouts/_head.html.haml (2454.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (2534.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (51.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1926.0ms) Completed 200 OK in 5131ms (Views: 4500.6ms | ActiveRecord: 168.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-28 08:26:20 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-11-28 08:26:20 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-28 08:26:21 -0400 CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (8597.8ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (16.4ms) Rendered admin/layouts/_footer.html.haml (11.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (12.0ms) Rendered admin/layouts/_git_info.html.haml (52.3ms) Completed 200 OK in 41981ms (Views: 40783.8ms | ActiveRecord: 465.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-28 08:26:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-28 08:26:23 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-28 08:26:23 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-28 08:26:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (2.1ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 3.0ms | ActiveRecord: 11.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-28 08:26:24 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-28 08:37:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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]]  (35.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.5ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (123.5ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.0ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (42.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (335.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (17231.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (92.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.9ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (1690.9ms) Completed 200 OK in 19779ms (Views: 19531.4ms | ActiveRecord: 51.9ms) Started GET "/assets/admin/application.self-0980b48a6739960dfc8488f560d415176c60226e327125c8986debcb9ba5d84c.css?body=1" for 127.0.0.1 at 2018-11-28 08:38:14 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-28 08:38:16 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-28 08:38:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 2.1ms | ActiveRecord: 8.2ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-28 08:38:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-28 08:38:17 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-28 08:38:18 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-28 08:49:24 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-28 08:49:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (505.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.9ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.0ms) PublicActivity::Activity Exists (2.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.9ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (26.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (87.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (610.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (15015.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (144.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (154.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (104.9ms) Completed 200 OK in 16858ms (Views: 16306.3ms | ActiveRecord: 525.4ms) Started GET "/assets/admin/application.self-94161f6b1bd2e5c109e0be07c332cacaaa8f761286b8eda52a610af9afa5157c.css?body=1" for 127.0.0.1 at 2018-11-28 08:50:09 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-28 08:50:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-28 08:50:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-28 08:50:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-28 08:50:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (1.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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 67ms (Views: 1.6ms | ActiveRecord: 12.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-28 08:50:11 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-28 09:33:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (17.9ms) PublicActivity::Activity Exists (1.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (8.2ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (9.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (47.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (191.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2554.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.5ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (1241.5ms) Completed 200 OK in 4619ms (Views: 4144.9ms | ActiveRecord: 24.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-28 09:33:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-28 09:33:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-28 09:33:35 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-28 09:33:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (5.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 64ms (Views: 1.3ms | ActiveRecord: 21.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-28 09:33:36 -0400 Started GET "/" for 127.0.0.1 at 2018-11-29 08:44:48 -0400  (29.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (28.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (30.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (17.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.3ms) 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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (47.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (31.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.5ms) Rendered app/layouts/_google_analytics.html.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (25.0ms) Rendered app/layouts/_head.html.haml (10422.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (10489.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1298.5ms) Completed 200 OK in 12508ms (Views: 11835.3ms | ActiveRecord: 264.0ms) Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:02 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:02 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:02 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:02 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:02 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:02 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-29 08:45:03 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-29 08:45:06 -0400 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 (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (30.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (55.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 235ms (ActiveRecord: 134.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-29 08:45:06 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (49.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (149.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (2834.8ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (49.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (598.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (27.0ms) Completed 200 OK in 5490ms (Views: 3657.6ms | ActiveRecord: 109.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-29 08:45:13 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (65.2ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (400.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.4ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (24.1ms) Completed 200 OK in 2132ms (Views: 618.4ms | ActiveRecord: 6.7ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-29 08:45:15 -0400 Started GET "/assets/admin/application.self-94161f6b1bd2e5c109e0be07c332cacaaa8f761286b8eda52a610af9afa5157c.css?body=1" for 127.0.0.1 at 2018-11-29 08:45:15 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:15 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:15 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:15 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:15 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:16 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-29 08:45:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:45:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:45:17 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:45:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:45:35 -0400 Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (45.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (45.0ms) 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 (31.6ms) 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]]  (14.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views"  (13.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]]  (3.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) Rendered admin/layouts/_listing_preloader.haml (0.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.4ms) KepplerFrontend::View Load (2.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (2.9ms) PublicActivity::Activity Exists (70.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Exists (71.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (35.1ms) User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (5.9ms) KepplerFrontend::View Load (3.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (17.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) KepplerFrontend::View Load (5.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.1ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (196.9ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (276.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (204.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (270.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1113.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.4ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (51.4ms) Completed 200 OK in 1791ms (Views: 1517.3ms | ActiveRecord: 167.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1293.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.8ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (0.2ms) Rendered admin/layouts/_footer.html.haml (0.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Rendered admin/layouts/_git_info.html.haml (22.1ms) Completed 200 OK in 1906ms (Views: 1665.3ms | ActiveRecord: 180.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:45:37 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:45:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 0.9ms | ActiveRecord: 7.8ms) Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:45:42 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (22.4ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.8ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.3ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (9.7ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (80.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (547.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.4ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (42.3ms) Completed 200 OK in 959ms (Views: 811.8ms | ActiveRecord: 35.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:45:43 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:45:43 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.4ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 21ms (Views: 0.6ms | ActiveRecord: 5.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:45:45 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:45:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (5.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (12.4ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:45:45 -0400  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.3ms) KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.3ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (42.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (111.5ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 1.5ms | ActiveRecord: 8.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (630.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (81.3ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (51.1ms) Completed 200 OK in 1012ms (Views: 947.3ms | ActiveRecord: 35.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:45:46 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:45:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.3ms | ActiveRecord: 8.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:45:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.2ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.4ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.8ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (44.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (137.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (545.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (80.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (28.2ms) Completed 200 OK in 887ms (Views: 849.7ms | ActiveRecord: 12.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:46:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:46:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:46:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:46:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.1ms | ActiveRecord: 8.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:46:01 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:46:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.8ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (8.5ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (37.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (97.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (506.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.0ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (25.2ms) Completed 200 OK in 762ms (Views: 719.8ms | ActiveRecord: 14.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:46:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:46:06 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:46:06 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:46:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.3ms | ActiveRecord: 8.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:46:06 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:46:08 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.8ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.3ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (55.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (486.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (25.4ms) Completed 200 OK in 703ms (Views: 659.3ms | ActiveRecord: 10.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:46:09 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:46:09 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.4ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 21ms (Views: 0.6ms | ActiveRecord: 6.2ms) Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:47:43 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (7.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.7ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (9.1ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (60.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (10211.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.1ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (25.5ms) Completed 200 OK in 10439ms (Views: 10402.5ms | ActiveRecord: 16.8ms) Started GET "/assets/admin/application.self-4e3c39866f2d6d0a1978f654689198d74f52d524ac4bff955d5803fe986ae9fd.css?body=1" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Started GET "/assets/admin/ruby_console.self-2dce5b2a1cb646c63e0c1ab31fd70745ea1ba9d9929f6abc2268221ce1aabbdb.js?body=1" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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 (0.7ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 0.8ms | ActiveRecord: 8.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:47:54 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-29 08:47:57 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:48:14 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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 (1.4ms) 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.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) KepplerCapsules::Capsule Load (1.1ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (13.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (7.7ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (58.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (6896.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (123.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (42.1ms) Completed 200 OK in 7201ms (Views: 7165.7ms | ActiveRecord: 11.8ms) Started GET "/assets/admin/application.self-f168d31cc7abb9022bb5c93613bb668f3786a0a60dd139c843bd6ce89b18da7b.css?body=1" for 127.0.0.1 at 2018-11-29 08:48:21 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:48:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:48:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:48:22 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:48:22 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (1.2ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 1.6ms | ActiveRecord: 8.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:48:22 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:48:31 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerCapsules::Capsule Load (0.6ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (7.6ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (57.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (528.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.6ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (29.5ms) Completed 200 OK in 746ms (Views: 719.8ms | ActiveRecord: 8.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:48:32 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:48:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:48:32 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:48:32 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 1.0ms | ActiveRecord: 7.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:48:32 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:48:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) 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" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:48:40 -0400 KepplerFrontend::View Load (1.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]]  (8.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.0ms) Processing by KepplerFrontend::Admin::ViewsController#index as HTML KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.9ms) Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] SocialAccount Load (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (8.8ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Rendered public_activity/layout/_create.html.haml (22.6ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_destroy.html.haml (0.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (0.6ms) 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", 1], ["LIMIT", 1]] Rendered public_activity/layout/_destroy.html.haml (0.5ms) 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]] Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (61.6ms) CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (121.0ms) KepplerFrontend::View Load (9.2ms) 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]]  (4.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (0.1ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (1.5ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (4.3ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (4.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (22.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (48.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1115.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1242.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (9.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_git_info.html.haml (64.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Completed 200 OK in 1534ms (Views: 1463.6ms | ActiveRecord: 24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (129.1ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (0.1ms) Rendered admin/layouts/_footer.html.haml (0.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.0ms) Rendered admin/layouts/_git_info.html.haml (33.7ms) Completed 200 OK in 1568ms (Views: 1471.1ms | ActiveRecord: 28.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:48:42 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:48:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.2ms | ActiveRecord: 7.2ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-11-29 08:48:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:49:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (3.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.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 (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (7.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.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]]  (2.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.6ms) KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (49.8ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (22.4ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (20.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (80.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (268.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1724.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.2ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (32.9ms) Completed 200 OK in 2299ms (Views: 2201.6ms | ActiveRecord: 43.4ms) Started GET "/assets/admin/ruby_console.self-82ad2d857f1bc96abfb4e5cb1243a8b90b5c1cb73dceeb683a57abb29a6d865e.js?body=1" for 127.0.0.1 at 2018-11-29 08:49:39 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:49:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:49:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:49:42 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:49:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 47ms (Views: 2.1ms | ActiveRecord: 12.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:49:43 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:50:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.6ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (39.1ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.3ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (19.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (59.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (161.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (8370.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.7ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (40.1ms) Completed 200 OK in 8725ms (Views: 8679.9ms | ActiveRecord: 13.6ms) Started GET "/assets/admin/application.self-e16da239d295c7d9671e71d9f2d1b285c291797b95c61f147d609a34c010b798.css?body=1" for 127.0.0.1 at 2018-11-29 08:50:11 -0400 Started GET "/assets/admin/ruby_console.self-b89fbb59399cb343295a03d0f07c58efdbdbb056507ffdd3f2b30bd0e6bbc6a7.js?body=1" for 127.0.0.1 at 2018-11-29 08:50:11 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:50:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:50:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:50:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:50:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (2.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 1.6ms | ActiveRecord: 10.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:50:12 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:50:21 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:50:21 -0400  (10.2ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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]]  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (19.1ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (21.3ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.9ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (80.6ms) Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (1.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (0.1ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (1.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (3.9ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (17.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1078.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (53.2ms) Completed 200 OK in 1430ms (Views: 1362.2ms | ActiveRecord: 23.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1338.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (6.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.2ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (0.1ms) Rendered admin/layouts/_footer.html.haml (0.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.0ms) Rendered admin/layouts/_git_info.html.haml (23.0ms) Completed 200 OK in 1470ms (Views: 1438.5ms | ActiveRecord: 12.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:50:23 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:50:23 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.3ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 0.6ms | ActiveRecord: 6.4ms) Started GET "/admin/space/capsules/new" for 127.0.0.1 at 2018-11-29 08:50:29 -0400 Processing by KepplerCapsules::Admin::CapsulesController#new as HTML Setting Load (1.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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/new.html.haml within keppler_capsules/admin/layouts/application Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_capsule_field_fields.html.haml (87.1ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_form.html.haml (624.7ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/new.html.haml within keppler_capsules/admin/layouts/application (639.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (548.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (29.8ms) Completed 200 OK in 1432ms (Views: 1354.1ms | ActiveRecord: 12.7ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-29 08:50:31 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:50:36 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (1.2ms) 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:50:36 -0400  (0.9ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.2ms) KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (12.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.2ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (65.2ms) Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:50:36 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 0.8ms | ActiveRecord: 6.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (557.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.8ms) Rendered admin/layouts/_messages.html.haml (25.7ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (28.6ms) Completed 200 OK in 835ms (Views: 789.0ms | ActiveRecord: 11.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:50:37 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:50:37 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.4ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 0.6ms | ActiveRecord: 7.4ms) Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:50:46 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as HTML Setting Load (3.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (1.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.6ms) KepplerCapsules::Capsule Load (0.9ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (15.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.7ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (68.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1393.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (28.3ms) Completed 200 OK in 1627ms (Views: 1593.8ms | ActiveRecord: 13.5ms) Started GET "/assets/admin/ruby_console.self-a176fdf3a6e107cf3a299a5ba62bfd34cbe01368596261fc7fbb01dd94ea6f23.js?body=1" for 127.0.0.1 at 2018-11-29 08:50:48 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:50:48 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:50:48 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:50:48 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:50:48 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 1.3ms | ActiveRecord: 8.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:50:48 -0400 Started GET "/admin/space/capsules/new" for 127.0.0.1 at 2018-11-29 08:50:50 -0400 Processing by KepplerCapsules::Admin::CapsulesController#new as HTML Setting Load (4.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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/new.html.haml within keppler_capsules/admin/layouts/application Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_capsule_field_fields.html.haml (14.0ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_form.html.haml (41.7ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/new.html.haml within keppler_capsules/admin/layouts/application (45.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (488.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (83.5ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (42.8ms) Completed 200 OK in 746ms (Views: 715.2ms | ActiveRecord: 10.8ms) Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:51:04 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:51:04 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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 (2.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (6.9ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (55.1ms) Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:51:04 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} Setting Load (6.6ms) 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 (2.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.7ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.1ms | ActiveRecord: 14.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (604.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.6ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (7.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (29.0ms) Completed 200 OK in 860ms (Views: 816.9ms | ActiveRecord: 16.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:51:05 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:51:05 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (1.4ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 26ms (Views: 1.1ms | ActiveRecord: 7.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-29 08:51:38 -0400 Started GET "/admin/space/capsules" for 127.0.0.1 at 2018-11-29 08:53:59 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" Rendering rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application CACHE Role Load (0.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.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerCapsules::Capsule Load (0.5ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_listing.html.haml (14.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerCapsules::Capsule"], ["LIMIT", 50]] Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/_description.html.haml (8.4ms) Rendered rockets/keppler_capsules/app/views/keppler_capsules/admin/capsules/index.html.haml within keppler_capsules/admin/layouts/application (56.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (598.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (301.5ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (25.5ms) Completed 200 OK in 1384ms (Views: 1032.8ms | ActiveRecord: 37.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:54:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:54:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:54:02 -0400 Started GET "/admin/space/capsules/page/1.json" for 127.0.0.1 at 2018-11-29 08:54:02 -0400 Processing by KepplerCapsules::Admin::CapsulesController#index as JSON Parameters: {"page"=>"1"} 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 (1.7ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_capsules_capsules"."id") FROM "keppler_capsules_capsules" KepplerCapsules::Capsule Load (0.8ms) SELECT DISTINCT "keppler_capsules_capsules".* FROM "keppler_capsules_capsules" ORDER BY "keppler_capsules_capsules"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 1.2ms | ActiveRecord: 8.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 08:54:02 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:54:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (19.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (9.7ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (38.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (96.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (647.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (28.8ms) Completed 200 OK in 938ms (Views: 879.3ms | ActiveRecord: 17.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 08:54:14 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 08:54:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 0.8ms | ActiveRecord: 7.8ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-29 08:54:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (2.2ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (67.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (80.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (477.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.2ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (29.6ms) Completed 200 OK in 751ms (Views: 702.6ms | ActiveRecord: 7.4ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 08:55:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CveERnnDE3mm65DctkCFNtzSEZA7e6XnV2aZdE1enQl41AZaPBfy9io9yjUo374O/7tcCX4mQHSrBVCMW2mQcw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (0.8ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["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 (212.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-29 12:55:46.307504"], ["updated_at", "2018-11-29 12:55:46.307504"]] PublicActivity::Activity Create (71.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-29 12:55:46.550418"], ["updated_at", "2018-11-29 12:55:46.550418"]]  (117.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/editor KepplerFrontend::ViewCallback Load (34.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 660ms (ActiveRecord: 447.0ms) Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-29 08:55:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (32.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (10.8ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (27.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (31.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (96.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (251.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (259.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (503.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.4ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (54.0ms) Completed 200 OK in 1258ms (Views: 924.9ms | ActiveRecord: 76.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 08:55:48 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 08:55:48 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 09:07:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.6ms) 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 09:07:28 -0400 User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (15.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.9ms) 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 (1.9ms) 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (104.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", "index"], ["LIMIT", 1]]  (1.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views"  (2.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]]  (2.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) Rendered admin/layouts/_listing_preloader.haml (0.1ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (21.2ms) PublicActivity::Activity Exists (2.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (4.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (23.3ms) Rendered public_activity/layout/_create.html.haml (14.6ms) Rendered public_activity/layout/_destroy.html.haml (4.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (53.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (133.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (75.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (165.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1091.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1187.1ms) Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_navigation.html.haml (23.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (91.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Rendered admin/layouts/_messages.html.haml (2.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_preloader.html.haml (4.7ms) CACHE Role Load (0.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]] Rendered admin/layouts/_footer.html.haml (3.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.3ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (0.3ms) Rendered admin/layouts/_footer.html.haml (0.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Rendered admin/layouts/_git_info.html.haml (63.1ms) Rendered admin/layouts/_git_info.html.haml (31.8ms) Completed 200 OK in 1690ms (Views: 1513.8ms | ActiveRecord: 132.5ms) Completed 200 OK in 1769ms (Views: 1512.8ms | ActiveRecord: 55.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 09:07:30 -0400 Started GET "/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2" for 127.0.0.1 at 2018-11-29 09:07:30 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 09:07:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 2.8ms | ActiveRecord: 8.4ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:07:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (46.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (64.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (125.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (129.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (448.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.3ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (28.3ms) Completed 200 OK in 771ms (Views: 658.0ms | ActiveRecord: 65.7ms) Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-29 09:16:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gKR5aJLE2AICQbyOZdJ31JIB3uceKw6G9EG8rWx8ynJjnwWIc7JcMUyadratTne3LrETh5EC5N0WBU6Qknu6JQ==", "view"=>{"name"=>"index2", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 175ms (ActiveRecord: 28.8ms) NameError - uninitialized constant KepplerFrontend::Concerns::RouteFile: app/helpers/admin_helper.rb:32:in `model' app/controllers/admin/admin_controller.rb:60:in `history' Started POST "/__better_errors/9cabf71922325eb0/variables" for 127.0.0.1 at 2018-11-29 09:16:30 -0400 Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:16:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (75.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (80.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (438.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.9ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (40.3ms) Completed 200 OK in 932ms (Views: 742.0ms | ActiveRecord: 37.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:16:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:16:46 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 09:16:46 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-29 09:16:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KGCnIcSZVmKI8dULobzZdM4ma2lMGU6/sxPBLx7RQBTOBUYQuXw1VZsqE8kTTskV81Z6DUmiT+IEX7LpomlyUw==", "view"=>{"name"=>"index2", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-29 13:16:50.649763"], ["updated_at", "2018-11-29 13:16:50.649763"]]  (92.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 203ms (ActiveRecord: 102.9ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:16:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (66.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (70.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (489.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (108.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (34.9ms) Completed 200 OK in 936ms (Views: 741.8ms | ActiveRecord: 39.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:16:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:16:52 -0400 Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:17:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (69.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (76.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (478.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.8ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (55.2ms) Completed 200 OK in 756ms (Views: 719.7ms | ActiveRecord: 10.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:17:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:17:15 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 09:17:15 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-29 09:17:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i9LjMgyFA4AKLtUsC7vgYk32lRQKaR9Tpq5SrwlmTExttwIDcWBgtxn1E+65SfADcIaEcA/SHg4R4iFptd5+Cw==", "view"=>{"name"=>"index2", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Completed 500 Internal Server Error in 57ms (ActiveRecord: 10.9ms) Errno::ENOENT - No such file or directory @ rb_file_s_rename - (/home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb, /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index2.html.erb): Started POST "/__better_errors/0abfa85ebcaa7a7d/variables" for 127.0.0.1 at 2018-11-29 09:17:19 -0400 PublicActivity::Activity Load (1.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-29 09:17:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"i9LjMgyFA4AKLtUsC7vgYk32lRQKaR9Tpq5SrwlmTExttwIDcWBgtxn1E+65SfADcIaEcA/SHg4R4iFptd5+Cw==", "view"=>{"name"=>"index2", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (5.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Completed 500 Internal Server Error in 209ms (ActiveRecord: 35.4ms) Errno::ENOENT - No such file or directory @ rb_file_s_rename - (/home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb, /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index2.html.erb): Started POST "/__better_errors/fe262ee4926e42e0/variables" for 127.0.0.1 at 2018-11-29 09:17:26 -0400 PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:18:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (17.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (67.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (71.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (413.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (145.8ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (29.9ms) Completed 200 OK in 895ms (Views: 702.4ms | ActiveRecord: 37.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:18:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:18:50 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 09:18:50 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-29 09:18:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LXKLA+Ol0VpM0wvTBZ2QaHS7w4hadxwINuiseOpTTynLF2oynkCybV8IzRG3b4AJScvS7F/MHVWBpN++Vut9bg==", "view"=>{"name"=>"index_report", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (1.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 (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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_report"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Update (0.4ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index_report"], ["updated_at", "2018-11-29 13:18:59.156749"], ["id", 1735]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-29 13:18:59.160274"], ["updated_at", "2018-11-29 13:18:59.160274"]]  (75.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 137ms (ActiveRecord: 87.9ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:18:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (106.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (110.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (500.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (107.5ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (36.3ms) Completed 200 OK in 1015ms (Views: 799.0ms | ActiveRecord: 43.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:19:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:19:01 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-29 09:24:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1mPGbDOd2X1WOey8JlPL4aPncrv2dgr27rafIayCJmwwBiddTni6SkXiKn6UoduAnpdj3/PNC6tZ+uznEDoUKw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Update (0.5ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index"], ["updated_at", "2018-11-29 13:24:21.725499"], ["id", 1735]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-29 13:24:21.729529"], ["updated_at", "2018-11-29 13:24:21.729529"]]  (44.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 274ms (ActiveRecord: 87.0ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:24:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.7ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (17.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (69.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (73.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (481.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (209.1ms) Rendered admin/layouts/_messages.html.haml (6.6ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (57.0ms) Completed 200 OK in 1105ms (Views: 883.1ms | ActiveRecord: 43.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:24:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:24:23 -0400 Started GET "/" for 127.0.0.1 at 2018-11-29 09:24:30 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (1.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (25.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (3117.3ms) Completed 200 OK in 3217ms (Views: 3187.9ms | ActiveRecord: 10.2ms) Started GET "/assets/keppler_frontend/app/application.self-fa21980f4b653a8b386f89865bed10bf3d0c68d051ea52659308c5b05f9fde59.css?body=1" for 127.0.0.1 at 2018-11-29 09:24:33 -0400 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 09:28:48 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 09:28:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (17.2ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.6ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (73.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (143.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (514.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (29.4ms) Completed 200 OK in 1074ms (Views: 850.3ms | ActiveRecord: 39.2ms) Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.4ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (0.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (9.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (11.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (31.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (56.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (502.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (7.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.9ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (0.2ms) Rendered admin/layouts/_footer.html.haml (0.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Rendered admin/layouts/_git_info.html.haml (25.7ms) Completed 200 OK in 923ms (Views: 710.9ms | ActiveRecord: 38.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-29 09:28:51 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-29 09:28:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 2.3ms | ActiveRecord: 9.1ms) Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-29 09:28:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} 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 (0.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-29 09:28:52 -0400 CACHE Role Load (0.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]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (36.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (56.9ms) Completed 500 Internal Server Error in 242ms (ActiveRecord: 17.5ms) Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application NoMethodError - undefined method `html_code' for # Did you mean? html_safe?: Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (19.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (21.9ms) Completed 500 Internal Server Error in 128ms (ActiveRecord: 21.4ms) NoMethodError - undefined method `html_code' for # Did you mean? html_safe?: Started POST "/__better_errors/b893095787ec4eb0/variables" for 127.0.0.1 at 2018-11-29 09:28:53 -0400 PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-29 09:28:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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 (2.1ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.6ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (55.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (36.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (11.5ms) Rendered public_activity/layout/_destroy.html.haml (6.7ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (88.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (216.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (821.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (311.6ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (39.9ms) Completed 200 OK in 1538ms (Views: 1471.1ms | ActiveRecord: 24.0ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-29 09:29:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.4ms) 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (68.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (72.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (475.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (118.9ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (32.5ms) Completed 200 OK in 936ms (Views: 740.9ms | ActiveRecord: 42.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-29 09:29:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-29 09:29:03 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-29 09:29:03 -0400 Started GET "/" for 127.0.0.1 at 2018-11-30 10:07:55 -0400  (11.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (37.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (34.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (26.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.2ms) 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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (69.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (1.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (17191.9ms) Completed 200 OK in 18047ms (Views: 17256.0ms | ActiveRecord: 285.6ms) Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:14 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:14 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:15 -0400 Started GET "/admin" for 127.0.0.1 at 2018-11-30 10:08:31 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (53.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (56.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 280ms (ActiveRecord: 196.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-30 10:08:31 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (48.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (114.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1025.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (46.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (487.7ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (10.6ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (950.9ms) Completed 200 OK in 4569ms (Views: 2847.3ms | ActiveRecord: 106.1ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-11-30 10:08:37 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-11-30 10:08:37 -0400 Started GET "/assets/admin/application.self-f168d31cc7abb9022bb5c93613bb668f3786a0a60dd139c843bd6ce89b18da7b.css?body=1" for 127.0.0.1 at 2018-11-30 10:08:37 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:37 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:37 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:37 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:38 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:08:39 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:08:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (40.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.6ms) 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]]  (26.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (23.7ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (206.9ms) PublicActivity::Activity Exists (88.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (56.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (14.5ms) Rendered public_activity/layout/_destroy.html.haml (12.6ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (752.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1189.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2121.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (204.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.4ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (47.7ms) Completed 200 OK in 3958ms (Views: 3617.6ms | ActiveRecord: 187.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:08:52 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:08:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 26ms (Views: 1.5ms | ActiveRecord: 5.5ms) Started GET "/admin" for 127.0.0.1 at 2018-11-30 10:14:40 -0400 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 17ms (ActiveRecord: 4.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-11-30 10:14:40 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (55.0ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (464.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.0ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (87.4ms) Completed 200 OK in 1993ms (Views: 716.2ms | ActiveRecord: 5.9ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-11-30 10:14:43 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-11-30 10:14:43 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-11-30 10:14:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:14:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:14:43 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:14:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (30.0ms) PublicActivity::Activity Exists (2.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (22.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (9.1ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (69.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (139.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (549.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (7.5ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (43.9ms) Completed 200 OK in 906ms (Views: 845.8ms | ActiveRecord: 26.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:14:50 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:14:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) 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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 1.5ms | ActiveRecord: 9.1ms) Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-30 10:14:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (1.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (37.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.2ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (23.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (31.1ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (99.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (206.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (214.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (638.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (37.7ms) Completed 200 OK in 1227ms (Views: 960.4ms | ActiveRecord: 74.6ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-11-30 10:14:58 -0400 Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-30 10:23:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (32.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (16.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (43.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (117.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (122.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (499.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.9ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (283.0ms) Completed 200 OK in 1300ms (Views: 1046.7ms | ActiveRecord: 43.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:24:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:24:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 10:24:01 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:06 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:17 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:21 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:29 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:35 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:37 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:37 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:38 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:40 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:24:44 -0400 Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:25:01 -0400 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:25:04 -0400 Processing by ErrorsController#internal_server_error as WEB_CONSOLE_V2 Parameters: {"context"=>"KepplerFrontend::Views::ActionsHandler(KepplerFrontend::View"} Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms) Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:25:30 -0400 KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started PUT "/__web_console/repl_sessions/58a78f91ed001df790dba04ad6d8f289" for 127.0.0.1 at 2018-11-30 10:25:37 -0400 Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-30 10:26:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (64.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.8ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (43.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (146.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (152.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (489.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (109.1ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (49.1ms) Completed 200 OK in 1105ms (Views: 841.7ms | ActiveRecord: 82.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:26:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:26:04 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 10:26:07 -0400 Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:09 -0400 Processing by ErrorsController#internal_server_error as WEB_CONSOLE_V2 Parameters: {"context"=>"KepplerFrontend::Views::ActionsHandler.new(KepplerFrontend::View"} Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms) Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:10 -0400 KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:12 -0400 Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:20 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:23 -0400 CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] PublicActivity::Activity Load (18.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:32 -0400 Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:47 -0400 Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:26:59 -0400 Started PUT "/__web_console/repl_sessions/6514d3ecb1bb75d8b400147342557998" for 127.0.0.1 at 2018-11-30 10:27:21 -0400 Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-30 10:27:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (32.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.1ms) KepplerFrontend::View Load (2.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.9ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (2.1ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (54.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (121.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (126.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (563.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (139.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (46.0ms) Completed 200 OK in 1125ms (Views: 920.7ms | ActiveRecord: 45.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:27:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:27:33 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 10:27:33 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:50:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.9ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (21.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (13.3ms) Rendered public_activity/layout/_destroy.html.haml (5.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (70.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (148.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (550.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (143.4ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (39.3ms) Completed 200 OK in 1529ms (Views: 929.0ms | ActiveRecord: 103.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:50:41 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:50:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (6.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 2.0ms | ActiveRecord: 14.4ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:50:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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 (1.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (20.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (9.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (24.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (196.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (213.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1183.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.1ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (145.6ms) Completed 200 OK in 1828ms (Views: 1722.5ms | ActiveRecord: 45.0ms) Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:51:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vJuCue4nIrVIRnbXU7jIa+9M/CdoUcFUhQzAJ/d5b/lfoP5ZD1GmhgadvO+bJMgIU/wxR+d4Kw9nSDIaCX4frg==", "view"=>{"name"=>"index_report", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 5.0ms) NoMethodError - undefined method `name' for #: Started POST "/__better_errors/10b4818b4429456d/variables" for 127.0.0.1 at 2018-11-30 10:51:01 -0400 PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:51:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (69.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (73.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (571.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.7ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (157.4ms) Completed 200 OK in 1151ms (Views: 976.2ms | ActiveRecord: 34.7ms) Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:51:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"vkkOp1Pz2DslGr5wZxGZYt5oYa/HoPcsWukKshp1z2JdcnJHsoVcCGvBdEivjZkBYtisz0iJHXe4rfiP5HK/NQ==", "view"=>{"name"=>"index_report", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 500 Internal Server Error in 61ms (ActiveRecord: 6.9ms) NameError - undefined local variable or method `view_update_files' for # Did you mean? view_udpate_files: Started POST "/__better_errors/d1fad9c736eb8dd4/variables" for 127.0.0.1 at 2018-11-30 10:51:29 -0400 PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:51:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.5ms) 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (17.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (79.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (84.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (606.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (180.4ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (14.6ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (66.9ms) Completed 200 OK in 1253ms (Views: 1029.7ms | ActiveRecord: 55.6ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:51:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:51:59 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 10:52:00 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:52:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wB9MWJ3PrKptx5ZE42V86xU9lqOoGColGUgqE1BGTHwmeq1p4CrPnX4cUIZRl2yKKE2Hx62jK3iuBFnV7P5+Ow==", "view"=>{"name"=>"index_report", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} 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.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_report"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Update (0.7ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index_report"], ["updated_at", "2018-11-30 14:52:03.221319"], ["id", 1735]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-30 14:52:03.226747"], ["updated_at", "2018-11-30 14:52:03.226747"]]  (46.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 129ms (ActiveRecord: 57.2ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:52:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (19.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (76.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (82.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (528.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.8ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (55.0ms) Completed 200 OK in 1025ms (Views: 823.3ms | ActiveRecord: 41.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:52:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:52:05 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:52:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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", "index_report"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (31.6ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (20.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (7.5ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (65.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (143.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (668.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.6ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (43.7ms) Completed 200 OK in 1026ms (Views: 975.8ms | ActiveRecord: 17.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:52:08 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:52:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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_report"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.3ms | ActiveRecord: 6.0ms) Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-30 10:52:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (28.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (36.2ms) Completed 500 Internal Server Error in 83ms (ActiveRecord: 10.9ms) Errno::ENOENT - No such file or directory @ rb_sysopen - /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index_report.html.erb: Started POST "/__better_errors/23d6994b3396d203/variables" for 127.0.0.1 at 2018-11-30 10:52:09 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::Function Load (1.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:52:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.6ms) 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_report"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.3ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (24.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (10.2ms) Rendered public_activity/layout/_destroy.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (72.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (151.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1013.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (109.1ms) Rendered admin/layouts/_messages.html.haml (24.8ms) Rendered admin/layouts/_preloader.html.haml (10.8ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (158.8ms) Completed 200 OK in 1595ms (Views: 1540.9ms | ActiveRecord: 14.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:52:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:52:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:52:39 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:52:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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_report"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.3ms | ActiveRecord: 7.6ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:52:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (78.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (83.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (735.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.9ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (130.1ms) Completed 200 OK in 1094ms (Views: 1070.4ms | ActiveRecord: 7.9ms) Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:52:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CZODeMomgcykHGEjmXymygzIGb4hoyEct2UqIWLHBoHqqP+YK1AF/+rHqxtR4KapsHjU3q6Ky0dVIdgcnMB21g==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Update (0.7ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index"], ["updated_at", "2018-11-30 14:52:50.744382"], ["id", 1735]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-30 14:52:50.749398"], ["updated_at", "2018-11-30 14:52:50.749398"]]  (34.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 118ms (ActiveRecord: 48.1ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:52:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.4ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (19.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (80.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (85.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (598.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (157.0ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (45.2ms) Completed 200 OK in 1181ms (Views: 933.8ms | ActiveRecord: 53.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:52:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:52:53 -0400 Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:53:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (38.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (164.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (173.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1523.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (228.5ms) Rendered admin/layouts/_messages.html.haml (6.9ms) Rendered admin/layouts/_preloader.html.haml (11.7ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (57.0ms) Completed 200 OK in 2422ms (Views: 2079.0ms | ActiveRecord: 118.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:54:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:54:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 10:54:01 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:54:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"IeV/zhYQ4PZdkpGbmYJnK9mp/rbCyVMtmjZNLQj4tSLHgJ7/a/WDwU5JV1krcHdK5Nnv0sdyUnAtej7rtECHZQ==", "view"=>{"name"=>"index_report", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 500 Internal Server Error in 77375ms (ActiveRecord: 7.5ms) SystemExit - exit: (byebug):1:in `change_name' Started POST "/__better_errors/ed052499295c3c0a/variables" for 127.0.0.1 at 2018-11-30 10:55:21 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:55:39 -0400  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (94.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (107.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (5905.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (259.5ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (9.4ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (33.5ms) Completed 200 OK in 6679ms (Views: 6381.4ms | ActiveRecord: 53.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:55:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:55:46 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 10:55:46 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:57:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KHoaY032pIWrFucymZeV0HZmwSzST4sxgi0pCa7gVk7OH/tSMBPHsrjNIfArZYWxSxbQSNf0imw1YVrPElhkCQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} 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.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 500 Internal Server Error in 23328ms (ActiveRecord: 8.3ms) SystemExit - exit: (byebug):1:in `change_name' Started POST "/__better_errors/74239f0b0d81f757/variables" for 127.0.0.1 at 2018-11-30 10:57:30 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:57:36 -0400  (5.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KHoaY032pIWrFucymZeV0HZmwSzST4sxgi0pCa7gVk7OH/tSMBPHsrjNIfArZYWxSxbQSNf0imw1YVrPElhkCQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (6.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (7.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-30 14:57:37.218264"], ["updated_at", "2018-11-30 14:57:37.218264"]]  (17.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 376ms (ActiveRecord: 158.7ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:57:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (22.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (152.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (165.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3665.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (518.9ms) Rendered admin/layouts/_messages.html.haml (7.0ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (44.9ms) Completed 200 OK in 4774ms (Views: 4475.2ms | ActiveRecord: 55.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:57:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:57:43 -0400 Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:57:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6AqO/3AhPaMfSB4g+JA9HsgyI8PvwA+dWpcI+4Mfa88Ob2/ODcRelAyT2OJKYi1/9UIyp+p7DsDt23s9P6dZiA==", "view"=>{"name"=>"index_report", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index_report"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Update (0.8ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index_report"], ["updated_at", "2018-11-30 14:57:50.388470"], ["id", 1735]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-30 14:57:50.393377"], ["updated_at", "2018-11-30 14:57:50.393377"]]  (81.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 142ms (ActiveRecord: 96.5ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:57:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (26.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (147.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (155.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (761.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.3ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (7.6ms) Rendered admin/layouts/_footer.html.haml (11.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (57.0ms) Completed 200 OK in 1536ms (Views: 1143.9ms | ActiveRecord: 76.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:57:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:57:53 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:57:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index_report"], ["LIMIT", 1]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (15.4ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.4ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (39.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (13.7ms) Rendered public_activity/layout/_destroy.html.haml (10.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (115.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (266.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1240.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (88.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (114.2ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (86.0ms) Completed 200 OK in 1949ms (Views: 1852.6ms | ActiveRecord: 25.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:57:59 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:57:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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", "index_report"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 1.7ms | ActiveRecord: 14.1ms) Started GET "/admin/frontend/views/1735/editor" for 127.0.0.1 at 2018-11-30 10:58:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1735"} 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 (2.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.2ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (50.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (138.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (143.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (462.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (34.8ms) Completed 200 OK in 809ms (Views: 732.7ms | ActiveRecord: 36.5ms) Started GET "/" for 127.0.0.1 at 2018-11-30 10:58:15 -0400 Processing by KepplerFrontend::App::FrontendController#index_report 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.1ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index_report.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index_report.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (24.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2556.7ms) Completed 200 OK in 2630ms (Views: 2599.8ms | ActiveRecord: 15.0ms) Started GET "/assets/keppler_frontend/app/views/index_report.self-3ec7bb2d3d5dd2dd7c31c7f501c97bfb23dcdfd02fd82dfa2083821c4e3bdb22.js?body=1" for 127.0.0.1 at 2018-11-30 10:58:18 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 10:58:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:58:21 -0400 Role Load (11.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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_report"], ["LIMIT", 1]]  (3.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.0ms) PublicActivity::Activity Exists (7.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (8.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:58:21 -0400 User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Processing by KepplerFrontend::Admin::ViewsController#index as JSON KepplerFrontend::View Load (14.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (62.6ms) Parameters: {"page"=>"1"} Rendered public_activity/layout/_update.html.haml (0.9ms) Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.8ms) Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered public_activity/layout/_update.html.haml (0.8ms) SocialAccount Load (1.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (8.5ms) KepplerLanguages::Language Load (11.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Rendered public_activity/layout/_destroy.html.haml (6.7ms) Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (1.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (1.1ms) Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_destroy.html.haml (1.2ms) CACHE Role Load (0.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]] Rendered public_activity/layout/_create.html.haml (1.5ms) KepplerFrontend::View Load (0.9ms) 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 (1.0ms) 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_report"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (14.1ms)  (16.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (194.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (297.7ms) KepplerFrontend::View Load (2.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 148ms (Views: 38.3ms | ActiveRecord: 46.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1235.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (147.6ms) Rendered admin/layouts/_messages.html.haml (7.2ms) Rendered admin/layouts/_preloader.html.haml (10.5ms) Rendered admin/layouts/_footer.html.haml (5.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (46.4ms) Completed 200 OK in 1955ms (Views: 1816.3ms | ActiveRecord: 76.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 10:58:23 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 10:58:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.4ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index_report"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 1.2ms | ActiveRecord: 10.0ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:58:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} 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 (0.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (67.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (74.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1286.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (91.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (209.2ms) Rendered admin/layouts/_messages.html.haml (18.3ms) Rendered admin/layouts/_preloader.html.haml (26.6ms) Rendered admin/layouts/_footer.html.haml (10.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (11.4ms) Rendered admin/layouts/_git_info.html.haml (70.8ms) Completed 200 OK in 1884ms (Views: 1824.9ms | ActiveRecord: 14.1ms) Started PATCH "/admin/frontend/views/1735" for 127.0.0.1 at 2018-11-30 10:58:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Eui5xP8aT0AbB8PQTP+3+UjDLGZ8BptgIYEPJjIwXcbx08UkHmzLc1XcCeiEY7ea9HPhBvMvcTvDxf0bzDctkQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>""}, "_save"=>"Guardar", "id"=>"1735"} Setting Load (1.4ms) 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 (1.3ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Update (0.6ms) UPDATE "keppler_frontend_views" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_views"."id" = $3 [["name", "index"], ["updated_at", "2018-11-30 14:58:31.375549"], ["id", 1735]] PublicActivity::Activity Create (1.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-11-30 14:58:31.383590"], ["updated_at", "2018-11-30 14:58:31.383590"]]  (16.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1735/edit KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 220ms (ActiveRecord: 31.3ms) Started GET "/admin/frontend/views/1735/edit" for 127.0.0.1 at 2018-11-30 10:58:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1735"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (34.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (174.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (183.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1133.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1133.3ms) Rendered admin/layouts/_messages.html.haml (49.4ms) Rendered admin/layouts/_preloader.html.haml (66.7ms) Rendered admin/layouts/_footer.html.haml (27.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (34.2ms) Rendered admin/layouts/_git_info.html.haml (220.0ms) Completed 200 OK in 3621ms (Views: 2942.1ms | ActiveRecord: 65.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 10:58:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 10:58:36 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 12:29:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (1.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", "index"], ["LIMIT", 1]]  (2.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.7ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (35.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (9.9ms) Rendered public_activity/layout/_destroy.html.haml (10.4ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (126.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (213.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1635.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (218.1ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (159.2ms) Completed 200 OK in 3099ms (Views: 2380.0ms | ActiveRecord: 56.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 12:29:30 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 12:29:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.4ms | ActiveRecord: 9.8ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[1735]" for 127.0.0.1 at 2018-11-30 12:29:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"rBbOwLXtzvFaltu3x7PRXt+MGUQpNAxrEhRZZsjhAPNKcy/xyAitxklNHXV1QcE/4vwIICyPDTalWCqgdFkytA==", "multiple_ids"=>"[1735]"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (2.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]]  (16.6ms) BEGIN PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1735], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-30 16:29:33.121852"], ["updated_at", "2018-11-30 16:29:33.121852"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1735], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1735]] KepplerFrontend::View Destroy (0.7ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1735]] KepplerFrontend::View Update All (1.5ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-30 16:29:33.138321' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (18.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 190ms (ActiveRecord: 54.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 12:29:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (0.7ms) 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 (4.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.7ms) KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.9ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (33.8ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_update.html.haml (2.4ms) Rendered public_activity/layout/_update.html.haml (2.6ms) Rendered public_activity/layout/_create.html.haml (16.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (138.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (225.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (881.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (196.6ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (56.6ms) Completed 200 OK in 1830ms (Views: 1478.6ms | ActiveRecord: 56.2ms) Started GET "/assets/admin/application.self-f168d31cc7abb9022bb5c93613bb668f3786a0a60dd139c843bd6ce89b18da7b.css?body=1" for 127.0.0.1 at 2018-11-30 12:29:36 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-30 12:29:36 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 12:29:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 12:29:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 12:29:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 12:29:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 108ms (Views: 1.5ms | ActiveRecord: 19.9ms) Started GET "/" for 127.0.0.1 at 2018-11-30 12:33:36 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (37.8ms) Rendered app/layouts/_google_analytics.html.haml (9.8ms) Rendered admin/layouts/_git_info.html.haml (132.2ms) Rendered app/layouts/_head.html.haml (1223.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1332.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (156.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2467.5ms) Completed 200 OK in 3899ms (Views: 3837.0ms | ActiveRecord: 14.7ms) Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-11-30 12:33:41 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-11-30 12:33:41 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-11-30 12:33:41 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-11-30 12:33:43 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-11-30 12:33:43 -0400 Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-11-30 12:38:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (76.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (81.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1222.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (59.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.5ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (5.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (47.9ms) Completed 200 OK in 1557ms (Views: 1523.6ms | ActiveRecord: 5.6ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 12:38:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/+ZOZ7dhIgapUjVRIMRpLFO8n2czCe52sSe4a41A0eKNxcx78rXDiSWEb7i+W1IUcNXS/nZUC+VNRHGTm3fcmA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-11-30 16:38:12.354930"], ["updated_at", "2018-11-30 16:38:12.354930"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6659], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-11-30 16:38:12.362240"], ["updated_at", "2018-11-30 16:38:12.362240"]]  (59.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/6659/editor KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 113ms (ActiveRecord: 70.3ms) Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 12:38:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} Setting Load (2.2ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (40.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (18.2ms) KepplerFrontend::View Load (4.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (72.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (162.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (166.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1200.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.6ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (66.9ms) Completed 200 OK in 1900ms (Views: 1608.3ms | ActiveRecord: 124.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 12:38:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 12:38:15 -0400 Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 12:49:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (39.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.0ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (43.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (121.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (128.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (13864.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (16.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (91.5ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (30.2ms) Completed 200 OK in 15106ms (Views: 14149.1ms | ActiveRecord: 71.5ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-11-30 12:50:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 12:50:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 12:50:11 -0400 Started GET "/" for 127.0.0.1 at 2018-11-30 12:50:12 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 [["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.3ms) 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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (17.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 12:50:12 -0400 Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (3039.3ms) Completed 200 OK in 3088ms (Views: 3066.4ms | ActiveRecord: 8.6ms) KepplerFrontend::View Load (2.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 15:45:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (34.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.8ms) KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (42.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (139.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (144.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3230.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (65.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (401.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (42.1ms) Completed 200 OK in 4595ms (Views: 3969.9ms | ActiveRecord: 73.8ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-11-30 15:45:57 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-11-30 15:45:57 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-11-30 15:45:57 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-11-30 15:45:57 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-11-30 15:45:57 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-11-30 15:45:58 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-11-30 15:45:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 15:46:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 15:46:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 15:46:01 -0400 Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 15:46:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (75.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (23.1ms) KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (2.2ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (97.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (259.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (268.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1123.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (784.8ms) Rendered admin/layouts/_messages.html.haml (24.8ms) Rendered admin/layouts/_preloader.html.haml (49.6ms) Rendered admin/layouts/_footer.html.haml (22.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (26.1ms) Rendered admin/layouts/_git_info.html.haml (166.3ms) Completed 200 OK in 3206ms (Views: 2540.7ms | ActiveRecord: 68.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 15:46:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 15:46:34 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 15:46:34 -0400 Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 15:47:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (77.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (24.2ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (74.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (228.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (237.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1129.3ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (221.7ms) CACHE 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]] CACHE 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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (431.2ms) Rendered admin/layouts/_messages.html.haml (6.0ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (54.9ms) Completed 200 OK in 2828ms (Views: 2144.3ms | ActiveRecord: 12.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 15:47:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 15:47:39 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 15:47:39 -0400 Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 15:47:45 -0400 Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 15:47:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template 2

", "view_id"=>"6659"} Setting Load (0.8ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* CACHE Role Load (0.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]] Parameters: {"html"=>"

index template 2

", "view_id"=>"6659"} KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 8.7ms) Errno::ENOENT - No such file or directory @ apply2files - /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb: Completed 200 OK in 53ms (Views: 0.3ms | ActiveRecord: 8.3ms) Started GET "/" for 127.0.0.1 at 2018-11-30 15:47:47 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.6ms) 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.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1942.5ms) Completed 200 OK in 1998ms (Views: 1970.1ms | ActiveRecord: 12.6ms) Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 15:47:58 -0400 Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 15:47:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

", "view_id"=>"6659"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 200 OK in 32ms (Views: 0.3ms | ActiveRecord: 6.1ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

", "view_id"=>"6659"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 200 OK in 189ms (Views: 4.0ms | ActiveRecord: 19.9ms) Started GET "/" for 127.0.0.1 at 2018-11-30 15:47:59 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 [["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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (24.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (882.3ms) Completed 200 OK in 901ms (Views: 889.6ms | ActiveRecord: 3.0ms) Started GET "/admin/frontend/partials" for 127.0.0.1 at 2018-11-30 15:48:33 -0400 Processing by KepplerFrontend::Admin::PartialsController#index 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 (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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (24.7ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.4ms) KepplerFrontend::Partial Load (0.6ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml (37.5ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 50]] KepplerFrontend::Partial Load (20.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (37.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml (50.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application (187.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1148.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.1ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (11.2ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.6ms) Rendered admin/layouts/_git_info.html.haml (80.4ms) Completed 200 OK in 1779ms (Views: 1610.6ms | ActiveRecord: 59.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 15:48:35 -0400 Started GET "/admin/frontend/partials/page/1.json" for 127.0.0.1 at 2018-11-30 15:48:36 -0400 Processing by KepplerFrontend::Admin::PartialsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]]  (1.7ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" KepplerFrontend::Partial Load (1.9ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 166ms (Views: 11.3ms | ActiveRecord: 17.7ms) Started GET "/admin/frontend/partials/new" for 127.0.0.1 at 2018-11-30 15:48:37 -0400 Processing by KepplerFrontend::Admin::PartialsController#new as HTML Setting Load (2.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_form.html.haml (44.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/new.html.haml within keppler_frontend/admin/layouts/application (54.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1135.7ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.9ms) Rendered admin/layouts/_messages.html.haml (6.9ms) Rendered admin/layouts/_preloader.html.haml (12.8ms) Rendered admin/layouts/_footer.html.haml (5.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.6ms) Rendered admin/layouts/_git_info.html.haml (84.9ms) Completed 200 OK in 1545ms (Views: 1506.3ms | ActiveRecord: 9.3ms) Started POST "/admin/frontend/partials" for 127.0.0.1 at 2018-11-30 15:48:42 -0400 Processing by KepplerFrontend::Admin::PartialsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"0mjLy/QpiYDo4sYoRldsb+DukEGavNBCMskU41J6wmGbgOXnPdo6N+IbgTB9SbYaXeS38c2sWlJcFtIaVPN0Og==", "partial"=>{"name"=>"navbar", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::Partial Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "navbar"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (35.0ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "navbar"], ["position", 2], ["created_at", "2018-11-30 19:48:42.322613"], ["updated_at", "2018-11-30 19:48:42.322613"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-11-30 19:48:42.363245"], ["updated_at", "2018-11-30 19:48:42.363245"]]  (57.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/partials/2 KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Completed 302 Found in 189ms (ActiveRecord: 100.9ms) Started GET "/admin/frontend/partials/2" for 127.0.0.1 at 2018-11-30 15:48:42 -0400 Processing by KepplerFrontend::Admin::PartialsController#show as HTML Parameters: {"id"=>"2"} 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_editor_assets.html.haml (78.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/show.html.haml within keppler_frontend/admin/layouts/application (145.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1144.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (201.3ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.1ms) Rendered admin/layouts/_git_info.html.haml (64.9ms) Completed 200 OK in 2242ms (Views: 1658.1ms | ActiveRecord: 13.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 15:48:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 15:48:46 -0400 Started GET "/admin/frontend/partials" for 127.0.0.1 at 2018-11-30 15:49:08 -0400 Processing by KepplerFrontend::Admin::PartialsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerFrontend::Partial Load (0.7ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml (24.1ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.1ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml (21.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application (88.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (479.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (46.9ms) Completed 200 OK in 782ms (Views: 732.3ms | ActiveRecord: 18.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 15:49:09 -0400 Started GET "/admin/frontend/partials/page/1.json" for 127.0.0.1 at 2018-11-30 15:49:09 -0400 Processing by KepplerFrontend::Admin::PartialsController#index as JSON Parameters: {"page"=>"1"} Setting Load (12.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (10.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" KepplerFrontend::Partial Load (0.5ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 108ms (Views: 1.3ms | ActiveRecord: 34.1ms) Started DELETE "/admin/frontend/partials/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2018-11-30 15:49:13 -0400 Processing by KepplerFrontend::Admin::PartialsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"Kgfbz0cBwPGRDXN+6JCtuv4RtbbXOLRGqPKqrPq2Jk3MYjr+OuSjxoLWtbxaYr3bw2Gk0tKDtRsfvtlqRg4UCg==", "multiple_ids"=>"[2]"} 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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::Partial Load (1.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::Partial Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_partial.destroy"], ["created_at", "2018-11-30 19:49:13.800395"], ["updated_at", "2018-11-30 19:49:13.800395"]] KepplerFrontend::Partial Load (1.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::Partial Destroy (0.5ms) DELETE FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" = $1 [["id", 2]] KepplerFrontend::Partial Update All (0.5ms) UPDATE "keppler_frontend_partials" SET "position" = ("keppler_frontend_partials"."position" - 1), "updated_at" = '2018-11-30 19:49:13.815103' WHERE (1 = 1) AND ("keppler_frontend_partials"."position" > 2)  (35.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/partials KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Completed 302 Found in 95ms (ActiveRecord: 47.4ms) Started GET "/admin/frontend/partials" for 127.0.0.1 at 2018-11-30 15:49:13 -0400 Processing by KepplerFrontend::Admin::PartialsController#index 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.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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::Partial Load (0.6ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_listing.html.haml (29.0ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Partial"], ["LIMIT", 50]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.0ms) KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.1ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/_description.html.haml (49.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/partials/index.html.haml within keppler_frontend/admin/layouts/application (120.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (585.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.7ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (66.7ms) Completed 200 OK in 1174ms (Views: 944.8ms | ActiveRecord: 63.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 15:49:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 15:49:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 15:49:16 -0400 Started GET "/admin/frontend/partials/page/1.json" for 127.0.0.1 at 2018-11-30 15:49:16 -0400 Processing by KepplerFrontend::Admin::PartialsController#index as JSON Parameters: {"page"=>"1"} Setting Load (5.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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 (1.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_partials"."id") FROM "keppler_frontend_partials" KepplerFrontend::Partial Load (4.6ms) SELECT DISTINCT "keppler_frontend_partials".* FROM "keppler_frontend_partials" ORDER BY "keppler_frontend_partials"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 134ms (Views: 17.6ms | ActiveRecord: 25.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 15:49:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (23.6ms) Rendered public_activity/layout/_destroy.html.haml (9.3ms) Rendered public_activity/layout/_update.html.haml (7.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (79.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (173.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (763.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (56.5ms) Completed 200 OK in 1398ms (Views: 1099.5ms | ActiveRecord: 18.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 15:50:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 15:50:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 45ms (Views: 1.4ms | ActiveRecord: 20.7ms) Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 15:50:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (35.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.2ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (31.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (107.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (112.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (560.7ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (117.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.4ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (64.4ms) Completed 200 OK in 981ms (Views: 938.8ms | ActiveRecord: 12.2ms) Started GET "/admin/frontend/views/6659/editor" for 127.0.0.1 at 2018-11-30 16:11:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6659"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (6.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (31.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (10.6ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (38.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (124.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (129.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1946.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (252.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (48.5ms) Completed 200 OK in 2835ms (Views: 2500.8ms | ActiveRecord: 77.0ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 16:11:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 16:11:38 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-11-30 16:11:39 -0400 Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 16:11:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template 2

", "view_id"=>"6659"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 200 OK in 51ms (Views: 0.2ms | ActiveRecord: 8.7ms) Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 16:11:46 -0400 Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 16:11:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...w", "view_id"=>"6659"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 200 OK in 24ms (Views: 0.3ms | ActiveRecord: 5.8ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...w", "view_id"=>"6659"} Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 200 OK in 224ms (Views: 0.6ms | ActiveRecord: 32.7ms) Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 16:11:51 -0400 Started POST "/admin/frontend/views/6659/editor/save" for 127.0.0.1 at 2018-11-30 16:11:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template

", "view_id"=>"6659"} Parameters: {"html"=>"

index template

", "view_id"=>"6659"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (25.3ms) 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" KepplerLanguages::Language Load (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (23.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] Completed 200 OK in 234ms (Views: 0.4ms | ActiveRecord: 76.2ms) Completed 200 OK in 236ms (Views: 0.1ms | ActiveRecord: 54.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 16:37:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (39.9ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (19.5ms) Rendered public_activity/layout/_destroy.html.haml (4.9ms) Rendered public_activity/layout/_update.html.haml (6.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (62.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (193.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1232.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (66.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (410.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (28.1ms) Completed 200 OK in 2426ms (Views: 2059.6ms | ActiveRecord: 42.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 16:37:28 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 16:37:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.1ms | ActiveRecord: 8.3ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[6659]" for 127.0.0.1 at 2018-11-30 16:37:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"QzYBQu+R1s6qcyj/GxjnwtK0EX7dZeJQF3xkiqdTPRmlU+BzknS1+bmo7j2p6vej78QAGtje4w2gMBdMG+sPXg==", "multiple_ids"=>"[6659]"} 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 (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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (21.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6659], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-11-30 20:37:32.816148"], ["updated_at", "2018-11-30 20:37:32.816148"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6659], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (67.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6659]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6659]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-11-30 20:37:32.916393' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (136.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (3.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 544ms (ActiveRecord: 239.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-11-30 16:37:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (3.3ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (21.8ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.9ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (12.4ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (80.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (145.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1028.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (229.5ms) Rendered admin/layouts/_messages.html.haml (7.6ms) Rendered admin/layouts/_preloader.html.haml (13.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (54.6ms) Completed 200 OK in 1870ms (Views: 1526.8ms | ActiveRecord: 54.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-11-30 16:37:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-11-30 16:37:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-11-30 16:37:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-11-30 16:37:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.6ms) 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]]  (2.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (3.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 187ms (Views: 6.6ms | ActiveRecord: 29.0ms) Started GET "/" for 127.0.0.1 at 2018-12-03 08:13:36 -0400  (43.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (82.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (126.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (32.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (29.5ms) 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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (44.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (40.0ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (39.3ms) Started GET "/admin" for 127.0.0.1 at 2018-12-03 08:13:50 -0400 Rendered app/layouts/_google_analytics.html.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (1350.7ms) Rendered app/layouts/_head.html.haml (29555.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (29630.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (30.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1034.3ms) Completed 200 OK in 32351ms (Views: 30911.9ms | ActiveRecord: 497.2ms) Processing by Admin::AdminController#root as HTML Setting Load (2.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:12 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-12-03 08:14:12 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:12 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-03 08:14:12 -0400 User Load (222.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-03 08:14:14 -0400 Role Load (1026.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 2018ms (ActiveRecord: 1716.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-03 08:14:14 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (139.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (282.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (5373.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (62.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (48.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1449.1ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (50.9ms) Completed 200 OK in 9053ms (Views: 7219.9ms | ActiveRecord: 199.2ms) Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:25 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:25 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:25 -0400 Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-03 08:14:25 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:27 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:27 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-03 08:14:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 08:14:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 08:14:27 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 08:15:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (875.0ms) 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]]  (958.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.1ms) PublicActivity::Activity Exists (532.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (179.9ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (40.9ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (14.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (1039.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1364.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (634.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (74.9ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (39.0ms) Completed 200 OK in 4638ms (Views: 1694.7ms | ActiveRecord: 2388.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 08:16:02 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 08:16:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 1.7ms | ActiveRecord: 8.2ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-03 08:16:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (1.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 (2.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (435.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (479.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (590.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (27.4ms) Completed 200 OK in 1484ms (Views: 1223.0ms | ActiveRecord: 11.3ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 08:16:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"kfIk+TJNOqFGFwTsifwvXv05vn3OuA3xCXMCrqSYuy7j0abld5nbLsrBXgUXYxRm3lDz5Ivl6GL1EMtWsq+2VA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (1.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["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 (286.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-03 12:16:50.348265"], ["updated_at", "2018-12-03 12:16:50.348265"]] PublicActivity::Activity Create (1294.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10658], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-03 12:16:50.721705"], ["updated_at", "2018-12-03 12:16:50.721705"]]  (97.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/10658/editor KepplerFrontend::ViewCallback Load (131.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 2968ms (ActiveRecord: 1821.0ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 08:16:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (59.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.1ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (578.3ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (543.2ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (1169.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (3244.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (3863.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (651.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (144.6ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (140.3ms) Completed 200 OK in 5797ms (Views: 3730.0ms | ActiveRecord: 1169.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 08:17:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 08:17:00 -0400 Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 08:25:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (32.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.1ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (126.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (131.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (464.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (32.3ms) Completed 200 OK in 1021ms (Views: 777.4ms | ActiveRecord: 50.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 08:25:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 08:25:28 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 08:25:29 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:43 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:43 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:43 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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]] Appearance Load (3.8ms) 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" KepplerLanguages::Language Load (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Parameters: {"ruby"=>"# Insert ruby code...\nasd", "view_id"=>"10658"} Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.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]] Parameters: {"ruby"=>"# Insert ruby code...\nasd", "view_id"=>"10658"} CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Setting Load (4.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (8.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] SocialAccount Load (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Completed 500 Internal Server Error in 57ms (ActiveRecord: 15.8ms) NoMethodError - undefined method `split' for nil:NilClass: KepplerLanguages::Language Load (9.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Completed 500 Internal Server Error in 69ms (ActiveRecord: 16.3ms) Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] NoMethodError - undefined method `split' for nil:NilClass: KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 57ms (Views: 0.2ms | ActiveRecord: 20.0ms) Completed 200 OK in 63ms (Views: 0.4ms | ActiveRecord: 29.9ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:44 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:44 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:44 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (2.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (3.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (5.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (2.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (25.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (28.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (29.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Appearance Load (33.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (11.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]] User Load (12.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (5.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (14.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (15.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 210ms (ActiveRecord: 127.0ms) Errno::ENOENT - No such file or directory @ apply2files - /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/assets/javascripts/keppler_frontend/app/views/index.js: Completed 500 Internal Server Error in 222ms (ActiveRecord: 54.3ms) NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 224ms (ActiveRecord: 66.1ms) NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 248ms (ActiveRecord: 110.8ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:55 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:55 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:55 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:55 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...", "view_id"=>"10658"} Setting Load (2.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.5ms) 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"]] Appearance Load (2.0ms) 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]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* SocialAccount Load (2.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Parameters: {"ruby"=>"# Insert ruby code...", "view_id"=>"10658"} Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] KepplerLanguages::Language Load (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] Setting Load (4.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] SocialAccount Load (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (5.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (4.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]] SocialAccount Load (2.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" CACHE Role Load (0.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" 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", 1], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* CACHE Role Load (0.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]] Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Appearance Load (4.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 73ms (ActiveRecord: 14.8ms) NoMethodError - undefined method `split' for nil:NilClass: Role Load (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 85ms (Views: 0.4ms | ActiveRecord: 17.9ms) CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "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", 1], ["LIMIT", 1]] SocialAccount Load (4.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Role Load (0.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 (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 95ms (ActiveRecord: 16.3ms) CACHE Role Load (0.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]] KepplerLanguages::Language Load (5.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" NoMethodError - undefined method `split' for nil:NilClass: KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 106ms (Views: 0.3ms | ActiveRecord: 27.7ms) Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 77ms (ActiveRecord: 26.1ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...", "view_id"=>"10658"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 215ms (Views: 0.2ms | ActiveRecord: 35.8ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:57 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:57 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:57 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:57 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:25:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (20.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (21.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (22.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (3.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "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]] SocialAccount Load (26.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (24.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (27.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (25.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" KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (24.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (26.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (26.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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 (2.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 (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (10.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (2.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (13.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 248ms (ActiveRecord: 99.5ms) Errno::ENOENT - No such file or directory @ apply2files - /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb: Completed 500 Internal Server Error in 263ms (ActiveRecord: 24.6ms) Completed 500 Internal Server Error in 265ms (ActiveRecord: 165.9ms) NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 284ms (ActiveRecord: 93.8ms) NoMethodError - undefined method `split' for nil:NilClass: NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 295ms (ActiveRecord: 104.8ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:00 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:00 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:00 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:00 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} 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.6ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 5.9ms) NoMethodError - undefined method `split' for nil:NilClass: Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} Setting Load (1.1ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 24ms (ActiveRecord: 6.1ms) NoMethodError - undefined method `split' for nil:NilClass: Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Setting Load (5.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (2.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 44ms (ActiveRecord: 12.4ms) NoMethodError - undefined method `split' for nil:NilClass: CACHE Role Load (0.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]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 72ms (ActiveRecord: 20.5ms) NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 77ms (ActiveRecord: 19.6ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 29ms (ActiveRecord: 7.2ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:02 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:02 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:02 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:02 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 50ms (ActiveRecord: 8.3ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template 2

", "view_id"=>"10658"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} SocialAccount Load (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (5.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Parameters: {"js"=>"// Keppler - index.js file\n$(document).ready(function(){\n // Use jquery functions here\n asd\n});", "view_id"=>"10658"} User Load (9.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Setting Load (4.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Role Load (0.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]] SocialAccount Load (7.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] KepplerFrontend::View Load (4.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] SocialAccount Load (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 78ms (ActiveRecord: 17.0ms) NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 82ms (ActiveRecord: 23.5ms) NoMethodError - undefined method `split' for nil:NilClass: User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerLanguages::Language Load (8.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (3.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.1ms) 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 AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Role Load (0.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 97ms (ActiveRecord: 25.2ms) NoMethodError - undefined method `split' for nil:NilClass: Completed 500 Internal Server Error in 103ms (ActiveRecord: 20.3ms) NoMethodError - undefined method `split' for nil:NilClass: Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

index template 2

", "view_id"=>"10658"} Setting Load (0.5ms) 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.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 22ms (ActiveRecord: 5.2ms) NoMethodError - undefined method `split' for nil:NilClass: Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:26:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\nadasd", "view_id"=>"10658"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 27ms (ActiveRecord: 6.3ms) NoMethodError - undefined method `split' for nil:NilClass: Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 08:27:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (57.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.0ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (138.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (143.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (479.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (99.7ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (29.6ms) Completed 200 OK in 1006ms (Views: 795.3ms | ActiveRecord: 31.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 08:27:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 08:27:14 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 08:27:14 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:27:18 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:27:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"dsad", "view_id"=>"10658"} Parameters: {"html"=>"dsad", "view_id"=>"10658"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.7ms) 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"]] Appearance Load (1.4ms) 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]] SocialAccount Load (1.2ms) 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" KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 37ms (Views: 0.2ms | ActiveRecord: 16.9ms) Completed 200 OK in 38ms (Views: 1.8ms | ActiveRecord: 16.1ms) Started GET "/" for 127.0.0.1 at 2018-12-03 08:27:21 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (23.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (347.9ms) Completed 500 Internal Server Error in 386ms (ActiveRecord: 11.0ms) Sass::SyntaxError - Invalid CSS after "adasd": expected "{", was "": app/helpers/fronts_helper.rb:6:in `set_head' Started POST "/__better_errors/0d8d0e3152523062/variables" for 127.0.0.1 at 2018-12-03 08:27:22 -0400 Started GET "/" for 127.0.0.1 at 2018-12-03 08:28:00 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (27.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2928.3ms) Completed 200 OK in 2950ms (Views: 2936.4ms | ActiveRecord: 3.2ms) Started GET "/assets/keppler_frontend/app/views/index.self-01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b.js?body=1" for 127.0.0.1 at 2018-12-03 08:28:03 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:28:18 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:28:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

\n HOla mundo\n

", "view_id"=>"10658"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Parameters: {"html"=>"

\n HOla mundo\n

", "view_id"=>"10658"} SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Setting Load (0.6ms) 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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 (4.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 39ms (Views: 0.3ms | ActiveRecord: 10.8ms) CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 39ms (Views: 0.2ms | ActiveRecord: 14.7ms) Started GET "/" for 127.0.0.1 at 2018-12-03 08:28:20 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (624.0ms) Completed 200 OK in 648ms (Views: 630.7ms | ActiveRecord: 4.9ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:28:56 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:28:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\n", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"scss"=>"/* Keppler - index.scss file */\n", "view_id"=>"10658"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.0ms) 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"]] Appearance Load (1.2ms) 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]] SocialAccount Load (1.2ms) 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" KepplerLanguages::Language Load (0.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 35ms (Views: 0.3ms | ActiveRecord: 11.6ms) Completed 200 OK in 37ms (Views: 0.3ms | ActiveRecord: 13.8ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:05 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"alert(\"hola\")", "view_id"=>"10658"} 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"]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* SocialAccount Load (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Parameters: {"js"=>"alert(\"hola\")", "view_id"=>"10658"} Setting Load (1.0ms) 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"]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" SocialAccount Load (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerLanguages::Language Load (2.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerFrontend::View Load (2.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 39ms (Views: 0.2ms | ActiveRecord: 14.1ms) CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 42ms (Views: 0.3ms | ActiveRecord: 17.9ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:10 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:10 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...\n\nasdsa", "view_id"=>"10658"} 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]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...\n\nasdsa", "view_id"=>"10658"} 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"]] KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" SocialAccount Load (1.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" 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]] Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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 (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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 200 OK in 44ms (Views: 0.2ms | ActiveRecord: 7.2ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...\n\nasdsa", "view_id"=>"10658"} KepplerFrontend::View Load (2.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 38ms (Views: 0.3ms | ActiveRecord: 12.7ms) Appearance Load (1.0ms) 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 28ms (Views: 0.2ms | ActiveRecord: 7.9ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:12 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:12 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:29:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"ruby"=>"# Insert ruby code...", "view_id"=>"10658"} Parameters: {"ruby"=>"# Insert ruby code...", "view_id"=>"10658"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (2.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"]] Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (0.5ms) 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]] SocialAccount Load (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (2.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" KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (47.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (13.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 (13.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (11.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 240ms (Views: 0.2ms | ActiveRecord: 100.7ms) Completed 200 OK in 244ms (Views: 0.1ms | ActiveRecord: 70.3ms) Completed 200 OK in 243ms (Views: 0.2ms | ActiveRecord: 96.3ms) Started GET "/" for 127.0.0.1 at 2018-12-03 08:29:16 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.4ms) 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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1114.6ms) Completed 200 OK in 1248ms (Views: 1122.4ms | ActiveRecord: 18.0ms) Started GET "/assets/keppler_frontend/app/views/index.self-4d30c530499f6e51e02103c9d305c5573f49d4747b7bb16dea2f0943f11d80c3.js?body=1" for 127.0.0.1 at 2018-12-03 08:29:18 -0400 Started GET "/" for 127.0.0.1 at 2018-12-03 08:35:00 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (868.8ms) Completed 200 OK in 1025ms (Views: 875.6ms | ActiveRecord: 27.3ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:35:07 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:35:07 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 08:35:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"", "view_id"=>"10658"} Setting Load (2.3ms) 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]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"", "view_id"=>"10658"} KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"", "view_id"=>"10658"} Setting Load (3.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (3.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Appearance Load (35.2ms) 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]] Appearance Load (34.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 (4.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Role Load (2.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]] KepplerLanguages::Language Load (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (10.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] User Load (12.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (12.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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 (2.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 200 OK in 127ms (Views: 0.4ms | ActiveRecord: 30.8ms) CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 128ms (Views: 0.3ms | ActiveRecord: 79.0ms) Completed 200 OK in 122ms (Views: 0.2ms | ActiveRecord: 65.9ms) Started GET "/" for 127.0.0.1 at 2018-12-03 08:35:08 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (24.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (786.3ms) Completed 200 OK in 813ms (Views: 794.2ms | ActiveRecord: 5.5ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:20:51 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (24.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE (1 = 1) AND ("keppler_frontend_themes"."position" IS NOT NULL) ORDER BY "keppler_frontend_themes"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Create (13.4ms) INSERT INTO "keppler_frontend_themes" ("name", "active", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "keppler_default"], ["active", true], ["position", 1], ["created_at", "2018-12-03 13:20:52.345651"], ["updated_at", "2018-12-03 13:20:52.345651"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.create"], ["created_at", "2018-12-03 13:20:52.363898"], ["updated_at", "2018-12-03 13:20:52.363898"]]  (14.9ms) COMMIT  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (5.0ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (23.7ms) KepplerFrontend::Theme Load (0.6ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (30.7ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (13.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (20.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (151.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2950.7ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (66.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (41.6ms) Completed 200 OK in 3630ms (Views: 3353.2ms | ActiveRecord: 97.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:20:55 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:20:55 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:20:56 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.4ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 47ms (Views: 1.7ms | ActiveRecord: 8.9ms) Started GET "/admin/frontend/themes/new" for 127.0.0.1 at 2018-12-03 09:20:57 -0400 Processing by KepplerFrontend::Admin::ThemesController#new 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_form.html.haml (73.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/new.html.haml within keppler_frontend/admin/layouts/application (125.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (486.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (32.5ms) Completed 200 OK in 803ms (Views: 749.9ms | ActiveRecord: 7.5ms) Started POST "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:21:07 -0400 Processing by KepplerFrontend::Admin::ThemesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AiXgMQqY72nLJnjDMKsUQZBxCrulUjPWC4+NqmW2qo2TV601qkCwE6vm5sQoZTxIdjRHwYzgSHOf2G3YyJq5uA==", "theme"=>{"file"=>#, @original_filename="listashop.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"theme[file]\"; filename=\"listashop.zip\"\r\nContent-Type: application/zip\r\n">, "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :file  (0.3ms) BEGIN KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE (1 = 1) AND ("keppler_frontend_themes"."position" IS NOT NULL) ORDER BY "keppler_frontend_themes"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Create (0.5ms) INSERT INTO "keppler_frontend_themes" ("name", "active", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "listashop"], ["active", false], ["position", 2], ["created_at", "2018-12-03 13:21:08.436268"], ["updated_at", "2018-12-03 13:21:08.436268"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.create"], ["created_at", "2018-12-03 13:21:08.441633"], ["updated_at", "2018-12-03 13:21:08.441633"]]  (27.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 829ms (ActiveRecord: 34.4ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:21:08 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.3ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (8.6ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.2ms) KepplerFrontend::Theme Load (1.0ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (25.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.2ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (22.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (105.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (525.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.9ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (35.1ms) Completed 200 OK in 803ms (Views: 760.8ms | ActiveRecord: 11.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:21:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:21:10 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:21:10 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:21:11 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.7ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:21:11 -0400 Started GET "/admin/frontend/themes/2/show_covers" for 127.0.0.1 at 2018-12-03 09:21:13 -0400 Processing by KepplerFrontend::Admin::ThemesController#show_covers as JS Parameters: {"theme_id"=>"2"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/show_covers.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (4.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/show_covers.js.erb (34.0ms) Completed 200 OK in 174ms (Views: 110.5ms | ActiveRecord: 6.2ms) Started GET "/assets/themes/listashop/covers/3.png" for 127.0.0.1 at 2018-12-03 09:21:14 -0400 Started GET "/assets/themes/listashop/covers/4.png" for 127.0.0.1 at 2018-12-03 09:21:14 -0400 Started GET "/assets/themes/listashop/covers/2.png" for 127.0.0.1 at 2018-12-03 09:21:14 -0400 Started GET "/assets/slick/ajax-loader-e7b44c86b050fca766a96ddac2d0932af0126da6f2305280342d909168dcce6b.gif" for 127.0.0.1 at 2018-12-03 09:21:14 -0400 Started GET "/assets/themes/listashop/covers/1.png" for 127.0.0.1 at 2018-12-03 09:21:14 -0400 Started PATCH "/admin/frontend/themes/2" for 127.0.0.1 at 2018-12-03 09:21:16 -0400 Processing by KepplerFrontend::Admin::ThemesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OWuVQ70nnaW+OxRK7EMNKUxutiCB9jCKwBwMrdzka7vfDnRywML+kq3g0ohesR1IcR6nRIRNMdd3UH9rYFxZ/A==", "theme"=>{"active"=>"true"}, "id"=>"2"} 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 (1.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (1.0ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes"  (0.1ms) BEGIN KepplerFrontend::Theme Update (0.6ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", false], ["updated_at", "2018-12-03 13:21:16.755907"], ["id", 1]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:21:16.760224"], ["updated_at", "2018-12-03 13:21:16.760224"]]  (17.1ms) COMMIT  (0.3ms) BEGIN PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:21:16.783952"], ["updated_at", "2018-12-03 13:21:16.783952"]]  (9.7ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Theme Update (0.9ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", true], ["updated_at", "2018-12-03 13:21:16.798010"], ["id", 2]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:21:16.802643"], ["updated_at", "2018-12-03 13:21:16.802643"]]  (7.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 103ms (ActiveRecord: 47.7ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:21:16 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as HTML Setting Load (0.6ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.9ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (5.6ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerFrontend::Theme Load (0.6ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (18.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (14.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (8.1ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (34.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (95.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (517.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (32.6ms) Completed 200 OK in 800ms (Views: 762.0ms | ActiveRecord: 12.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:21:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Started GET "/assets/themes/listashop/covers/3.png" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Started GET "/assets/themes/listashop/covers/2.png" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Started GET "/assets/themes/listashop/covers/1.png" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Started GET "/assets/themes/listashop/covers/4.png" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:21:18 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (2.0ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 2.2ms | ActiveRecord: 14.2ms) Started GET "/" for 127.0.0.1 at 2018-12-03 09:21:28 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1209.6ms) 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", 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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_keppler_editor.html.haml (37.3ms) Completed 200 OK in 1304ms (Views: 1269.7ms | ActiveRecord: 20.3ms) Started GET "/assets/keppler_frontend/app/views/other_name.self-942d7b8168c758e3f0f701c997e22956ceace15c14931dc00726913aaa6b3dff.js?body=1" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/bootstrap.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/simpleLightbox.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/owl.carousel.min.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/linericon.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/animate.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/jquery-ui.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/font-awesome.min.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/style.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/responsive.css" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/jquery-3.2.1.min.js" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/popper.js" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/bootstrap.min.js" for 127.0.0.1 at 2018-12-03 09:21:30 -0400 Started GET "/assets/themes/listashop/stellar.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/simpleLightbox.min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/jquery.nice-select.min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/imagesloaded.pkgd.min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/isotope-min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/owl.carousel.min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/jquery.ajaxchimp.min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/jquery.waypoints.min.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/timer.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/jquery.counterup.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/mail-script.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/theme.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/vendors/jquery-ui/jquery-ui.js" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 ActionController::RoutingError (No route matches [GET] "/vendors/jquery-ui/jquery-ui.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/themes/listashop/nice-select.css" for 127.0.0.1 at 2018-12-03 09:21:31 -0400 Started GET "/assets/themes/listashop/fontawesome-webfont.woff2?v=4.5.0" for 127.0.0.1 at 2018-12-03 09:21:32 -0400 Started PATCH "/admin/frontend/themes/1" for 127.0.0.1 at 2018-12-03 09:21:41 -0400 Processing by KepplerFrontend::Admin::ThemesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7flWhhc+q1kCE/AE+6qzZFaxcwpeerjLw87+feV70TALnLe3atvIbhHINsZJWKMFa8FiblvBuZZ0go27WcPjdw==", "theme"=>{"active"=>"true"}, "id"=>"1"} Setting Load (0.6ms) 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (1.3ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes"  (0.2ms) BEGIN PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:21:41.964000"], ["updated_at", "2018-12-03 13:21:41.964000"]]  (17.8ms) COMMIT  (0.2ms) BEGIN KepplerFrontend::Theme Update (0.6ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", false], ["updated_at", "2018-12-03 13:21:41.987861"], ["id", 2]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:21:41.993443"], ["updated_at", "2018-12-03 13:21:41.993443"]]  (4.1ms) COMMIT  (0.2ms) BEGIN KepplerFrontend::Theme Update (0.5ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", true], ["updated_at", "2018-12-03 13:21:42.004559"], ["id", 1]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:21:42.008410"], ["updated_at", "2018-12-03 13:21:42.008410"]]  (8.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 126ms (ActiveRecord: 45.2ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:21:42 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (6.9ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.1ms) KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (25.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.9ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2) [["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (23.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (10.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (52.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (132.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1541.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.9ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (45.8ms) Completed 200 OK in 1893ms (Views: 1843.5ms | ActiveRecord: 14.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:21:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:21:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:21:44 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:21:44 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:21:44 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (1.3ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.9ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (1.9ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 61ms (Views: 2.6ms | ActiveRecord: 18.3ms) Started DELETE "/admin/frontend/themes/2" for 127.0.0.1 at 2018-12-03 09:21:47 -0400 Processing by KepplerFrontend::Admin::ThemesController#destroy as HTML Parameters: {"authenticity_token"=>"szYKOhgWkiqKTNdNUbE2RWwBTJuUGgiLKzQraMrtEwpVU+sLZfPxHZmXEY/jQyYkUXFd/5GhCdaceFiudlUhTQ==", "id"=>"2"} 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN PublicActivity::Activity Create (1.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.destroy"], ["created_at", "2018-12-03 13:21:47.852573"], ["updated_at", "2018-12-03 13:21:47.852573"]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::Theme Destroy (0.6ms) DELETE FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 [["id", 2]] KepplerFrontend::Theme Update All (3.2ms) UPDATE "keppler_frontend_themes" SET "position" = ("keppler_frontend_themes"."position" - 1), "updated_at" = '2018-12-03 13:21:47.977741' WHERE (1 = 1) AND ("keppler_frontend_themes"."position" > 2)  (687.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 853ms (ActiveRecord: 701.2ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:21:48 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (4.1ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (12.9ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (9.7ms) KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (10.0ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (7.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (43.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (94.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (767.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.1ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (55.9ms) Completed 200 OK in 1073ms (Views: 1036.8ms | ActiveRecord: 12.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:21:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:21:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:21:50 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:21:50 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:21:50 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.9ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.8ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 1.6ms | ActiveRecord: 10.0ms) Started GET "/admin/frontend/themes/new" for 127.0.0.1 at 2018-12-03 09:22:47 -0400 Processing by KepplerFrontend::Admin::ThemesController#new as HTML Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_form.html.haml (34.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/new.html.haml within keppler_frontend/admin/layouts/application (38.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (523.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (44.7ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (3.9ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (35.2ms) Completed 200 OK in 708ms (Views: 684.9ms | ActiveRecord: 6.8ms) Started POST "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:22:55 -0400 Processing by KepplerFrontend::Admin::ThemesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GX3ANZoghIyaqsW9oGP8nNzpNIJJLQalMWc3XoGxAMyID40xOvjb9vpqW7q4rdSVOqx5+GCffQClMNcsLJ0T+Q==", "theme"=>{"file"=>#, @original_filename="listashop.zip", @content_type="application/zip", @headers="Content-Disposition: form-data; name=\"theme[file]\"; filename=\"listashop.zip\"\r\nContent-Type: application/zip\r\n">, "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :file  (0.3ms) BEGIN KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE (1 = 1) AND ("keppler_frontend_themes"."position" IS NOT NULL) ORDER BY "keppler_frontend_themes"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Create (0.7ms) INSERT INTO "keppler_frontend_themes" ("name", "active", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "listashop"], ["active", false], ["position", 2], ["created_at", "2018-12-03 13:22:55.451420"], ["updated_at", "2018-12-03 13:22:55.451420"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.create"], ["created_at", "2018-12-03 13:22:55.458493"], ["updated_at", "2018-12-03 13:22:55.458493"]]  (26.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 421ms (ActiveRecord: 35.8ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:22:55 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (2.9ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.0ms) KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (18.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2, $3) [["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.9ms) Rendered public_activity/layout/_destroy.html.haml (3.9ms) Rendered public_activity/layout/_update.html.haml (7.3ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (48.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (97.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (463.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.5ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (28.6ms) Completed 200 OK in 711ms (Views: 682.2ms | ActiveRecord: 11.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:22:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:22:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:22:56 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:22:56 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:22:56 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (1.0ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 2.9ms | ActiveRecord: 10.1ms) Started PATCH "/admin/frontend/themes/3" for 127.0.0.1 at 2018-12-03 09:22:58 -0400 Processing by KepplerFrontend::Admin::ThemesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"swSh+BR5OZ5GTunCrFwBSdZ9usM/G25Vn4LWG4buuRhVYUDJaZxaqVWVLwAerhEo6w2rpzqgbwgozqXdOlaLXw==", "theme"=>{"active"=>"true"}, "id"=>"3"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes"  (0.2ms) BEGIN KepplerFrontend::Theme Update (0.6ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", false], ["updated_at", "2018-12-03 13:22:58.430856"], ["id", 1]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:22:58.434383"], ["updated_at", "2018-12-03 13:22:58.434383"]]  (21.1ms) COMMIT  (0.3ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:22:58.460940"], ["updated_at", "2018-12-03 13:22:58.460940"]]  (10.2ms) COMMIT  (0.2ms) BEGIN KepplerFrontend::Theme Update (0.5ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", true], ["updated_at", "2018-12-03 13:22:58.475292"], ["id", 3]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:22:58.478219"], ["updated_at", "2018-12-03 13:22:58.478219"]]  (10.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 102ms (ActiveRecord: 53.5ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:22:58 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (4.4ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (17.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2, $3) [["id", 3], ["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (17.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (8.5ms) Rendered public_activity/layout/_destroy.html.haml (5.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (16.1ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (75.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (132.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (526.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.6ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (36.1ms) Completed 200 OK in 838ms (Views: 805.5ms | ActiveRecord: 12.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Started GET "/assets/themes/listashop/covers/4.png" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Started GET "/assets/themes/listashop/covers/3.png" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Started GET "/assets/themes/listashop/covers/2.png" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:22:59 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (1.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 2.3ms | ActiveRecord: 10.3ms) Started GET "/assets/themes/listashop/covers/1.png" for 127.0.0.1 at 2018-12-03 09:23:00 -0400 Started GET "/" for 127.0.0.1 at 2018-12-03 09:23:03 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 [["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]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1188.1ms) Completed 200 OK in 1222ms (Views: 1195.7ms | ActiveRecord: 3.2ms) Started GET "/vendors/jquery-ui/jquery-ui.js" for 127.0.0.1 at 2018-12-03 09:23:04 -0400 ActionController::RoutingError (No route matches [GET] "/vendors/jquery-ui/jquery-ui.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/themes/listashop/style.css" for 127.0.0.1 at 2018-12-03 09:23:04 -0400 Started GET "/assets/themes/listashop/popper.js" for 127.0.0.1 at 2018-12-03 09:23:04 -0400 Started GET "/assets/themes/listashop/bootstrap.css" for 127.0.0.1 at 2018-12-03 09:23:04 -0400 Started GET "/assets/themes/listashop/responsive.css" for 127.0.0.1 at 2018-12-03 09:23:04 -0400 Started GET "/assets/themes/listashop/jquery-3.2.1.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/owl.carousel.min.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/simpleLightbox.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/nice-select.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/animate.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/jquery-ui.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/font-awesome.min.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/bootstrap.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/stellar.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/simpleLightbox.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/jquery.nice-select.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/imagesloaded.pkgd.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/isotope-min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/owl.carousel.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/jquery.ajaxchimp.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/jquery.waypoints.min.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/timer.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/jquery.counterup.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/mail-script.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/theme.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/assets/themes/listashop/linericon.css" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 Started GET "/vendors/jquery-ui/jquery-ui.js" for 127.0.0.1 at 2018-12-03 09:23:05 -0400 ActionController::RoutingError (No route matches [GET] "/vendors/jquery-ui/jquery-ui.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 09:23:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.1ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (24.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (20.1ms) Rendered public_activity/layout/_destroy.html.haml (4.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.0ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (60.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (176.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (740.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.8ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (36.6ms) Completed 200 OK in 1172ms (Views: 1090.9ms | ActiveRecord: 12.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:23:12 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 09:23:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 2.5ms | ActiveRecord: 7.5ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 09:23:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (31.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.5ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (110.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (114.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (511.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.8ms) Rendered admin/layouts/_messages.html.haml (6.9ms) Rendered admin/layouts/_preloader.html.haml (20.1ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (42.0ms) Completed 200 OK in 856ms (Views: 815.1ms | ActiveRecord: 15.7ms) Started GET "/assets/keppler_frontend/views/list-blog-show.png" for 127.0.0.1 at 2018-12-03 09:23:15 -0400 Started GET "/assets/keppler_frontend/views/list-checkout.png" for 127.0.0.1 at 2018-12-03 09:23:15 -0400 Started GET "/assets/keppler_frontend/views/list-category.png" for 127.0.0.1 at 2018-12-03 09:23:15 -0400 Started GET "/assets/keppler_frontend/views/list-card.png" for 127.0.0.1 at 2018-12-03 09:23:15 -0400 Started GET "/assets/keppler_frontend/views/list-confirmation.png" for 127.0.0.1 at 2018-12-03 09:23:15 -0400 Started GET "/assets/keppler_frontend/views/list-contact.png" for 127.0.0.1 at 2018-12-03 09:23:16 -0400 Started GET "/assets/keppler_frontend/views/list-home.png" for 127.0.0.1 at 2018-12-03 09:23:16 -0400 Started GET "/assets/keppler_frontend/views/list-login.png" for 127.0.0.1 at 2018-12-03 09:23:16 -0400 Started GET "/assets/keppler_frontend/views/list-product-details.png" for 127.0.0.1 at 2018-12-03 09:23:16 -0400 Started GET "/assets/keppler_frontend/views/list-tracking.png" for 127.0.0.1 at 2018-12-03 09:23:16 -0400 Started GET "/assets/keppler_frontend/views/list-blog.png" for 127.0.0.1 at 2018-12-03 09:23:16 -0400 Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 09:23:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (17.1ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.9ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (35.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (136.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (143.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (450.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (16.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (46.6ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (28.8ms) Completed 200 OK in 768ms (Views: 713.6ms | ActiveRecord: 14.5ms) Started GET "/assets/keppler_frontend/views/list-blog-show.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-blog.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-card.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-category.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-checkout.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-confirmation.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-contact.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-home.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-login.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-product-details.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/keppler_frontend/views/list-tracking.png" for 127.0.0.1 at 2018-12-03 09:23:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:23:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:23:22 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 09:23:22 -0400 Started POST "/admin/frontend/views/10658/select_theme_view/list-blog.html" for 127.0.0.1 at 2018-12-03 09:23:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#select_theme_view as HTML Parameters: {"authenticity_token"=>"7HTZfHCZdOR+1oeLV2A6OZsYf8woRygEwhDRDOv0H3kKEThNDXwX020NQUnlkipYpmhuqC38KVl1XKLKV0wtPg==", "view_id"=>"10658", "theme_view"=>"list-blog"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 10658], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/10658/editor Completed 302 Found in 25ms (ActiveRecord: 6.6ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 09:23:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} 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.8ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (45.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (20.5ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.9ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (32.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (127.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (132.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (490.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.8ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (44.0ms) Completed 200 OK in 817ms (Views: 779.8ms | ActiveRecord: 10.7ms) Started GET "/assets/keppler_frontend/views/list-blog-show.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-blog.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-category.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-card.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-checkout.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-contact.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-confirmation.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-login.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-product-details.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-tracking.png" for 127.0.0.1 at 2018-12-03 09:23:29 -0400 Started GET "/assets/keppler_frontend/views/list-home.png" for 127.0.0.1 at 2018-12-03 09:23:30 -0400 Started GET "/" for 127.0.0.1 at 2018-12-03 09:23:33 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.5ms) 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]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.7ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (1.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (676.6ms) Completed 200 OK in 702ms (Views: 685.1ms | ActiveRecord: 5.1ms) Started GET "/assets/themes/listashop/bootstrap.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/simpleLightbox.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/owl.carousel.min.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/linericon.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/nice-select.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/jquery-ui.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/font-awesome.min.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/style.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/responsive.css" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/jquery-3.2.1.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/popper.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/bootstrap.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/stellar.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/jquery.nice-select.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/simpleLightbox.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/imagesloaded.pkgd.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/isotope-min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/owl.carousel.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/jquery.ajaxchimp.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/jquery.waypoints.min.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/timer.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/jquery.counterup.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/mail-script.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/theme.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/vendors/jquery-ui/jquery-ui.js" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop/logo.png" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop//cat-post-3.jpg" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop//cat-post-2.jpg" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 Started GET "/assets/themes/listashop//cat-post-1.jpg" for 127.0.0.1 at 2018-12-03 09:23:34 -0400 ActionController::RoutingError (No route matches [GET] "/vendors/jquery-ui/jquery-ui.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/themes/listashop/animate.css" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/m-blog-2.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/m-blog-3.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/m-blog-4.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/m-blog-5.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/Linearicons-Free.woff2?w118d" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/fontawesome-webfont.woff2?v=4.5.0" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/author.png" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/post1.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/banner-2.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/vendors/jquery-ui/jquery-ui.js" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 ActionController::RoutingError (No route matches [GET] "/vendors/jquery-ui/jquery-ui.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/themes/listashop/post3.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/post2.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/post4.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/m-blog-1.jpg" for 127.0.0.1 at 2018-12-03 09:23:35 -0400 Started GET "/assets/themes/listashop/Image-01.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-02.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-03.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-04.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-05.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-06.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-07.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/Image-08.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/assets/themes/listashop/add.jpg" for 127.0.0.1 at 2018-12-03 09:23:36 -0400 Started GET "/single-blog.html" for 127.0.0.1 at 2018-12-03 09:36:00 -0400 ActionController::RoutingError (No route matches [GET] "/single-blog.html"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/vendors/jquery-ui/jquery-ui.js" for 127.0.0.1 at 2018-12-03 09:36:03 -0400 ActionController::RoutingError (No route matches [GET] "/vendors/jquery-ui/jquery-ui.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST "/admin/frontend/views/10658/select_theme_view/blank.html" for 127.0.0.1 at 2018-12-03 09:36:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#select_theme_view as HTML Parameters: {"authenticity_token"=>"RWo9NgfpicG2UgUoMzXsJPJ/ynA3SMkv6aQbLLwXX9ejD9wHegzq9qWJw+qBx/xFzw/bFDLzyHJe6GjqAK9tkA==", "view_id"=>"10658", "theme_view"=>"blank"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 10658], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/10658/editor Completed 302 Found in 45ms (ActiveRecord: 9.3ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 09:36:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (37.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (19.4ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (32.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (118.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (123.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1495.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (678.6ms) Completed 200 OK in 2493ms (Views: 2455.9ms | ActiveRecord: 10.6ms) Started GET "/assets/keppler_frontend/views/list-blog-show.png" for 127.0.0.1 at 2018-12-03 09:36:42 -0400 Started GET "/assets/keppler_frontend/views/list-blog.png" for 127.0.0.1 at 2018-12-03 09:36:42 -0400 Started GET "/assets/keppler_frontend/views/list-card.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-confirmation.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-checkout.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-contact.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-category.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-login.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-product-details.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-tracking.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/assets/keppler_frontend/views/list-home.png" for 127.0.0.1 at 2018-12-03 09:36:44 -0400 Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:36:48 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (10.5ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.5ms) KepplerFrontend::Theme Load (0.6ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (31.9ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (2.0ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2, $3) [["id", 3], ["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (109.0ms) Rendered public_activity/layout/_update.html.haml (5.1ms) Rendered public_activity/layout/_update.html.haml (6.7ms) Rendered public_activity/layout/_create.html.haml (62.5ms) Rendered public_activity/layout/_destroy.html.haml (67.9ms) Rendered public_activity/layout/_update.html.haml (7.0ms) Rendered public_activity/layout/_update.html.haml (7.9ms) Rendered public_activity/layout/_update.html.haml (6.5ms) Rendered public_activity/layout/_update.html.haml (10.3ms) Rendered public_activity/layout/_update.html.haml (5.3ms) Rendered public_activity/layout/_update.html.haml (5.3ms) Rendered public_activity/layout/_create.html.haml (13.4ms) Rendered public_activity/layout/_create.html.haml (7.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (418.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (552.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2374.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (456.0ms) Rendered admin/layouts/_messages.html.haml (26.5ms) Rendered admin/layouts/_preloader.html.haml (49.6ms) Rendered admin/layouts/_footer.html.haml (18.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (23.8ms) Rendered admin/layouts/_git_info.html.haml (152.3ms) Completed 200 OK in 4264ms (Views: 4191.8ms | ActiveRecord: 25.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:36:53 -0400 Started GET "/assets/themes/listashop/covers/4.png" for 127.0.0.1 at 2018-12-03 09:36:53 -0400 Started GET "/assets/themes/listashop/covers/1.png" for 127.0.0.1 at 2018-12-03 09:36:53 -0400 Started GET "/assets/themes/listashop/covers/2.png" for 127.0.0.1 at 2018-12-03 09:36:53 -0400 Started GET "/assets/themes/listashop/covers/3.png" for 127.0.0.1 at 2018-12-03 09:36:53 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:36:53 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (1.0ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (1.0ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 4.8ms | ActiveRecord: 10.9ms) Started PATCH "/admin/frontend/themes/1" for 127.0.0.1 at 2018-12-03 09:36:54 -0400 Processing by KepplerFrontend::Admin::ThemesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zwIciBsXWvjJXSLLSr9sTUAaVATMbzwys01pdmAeISDXwXqUafsyJqjKJvAWWKt1cmIdArfPBucerw91NUu42A==", "id"=>"1"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Completed 500 Internal Server Error in 19ms (ActiveRecord: 4.1ms) NoMethodError - undefined method `[]' for nil:NilClass: Started POST "/__better_errors/47898c0e741d38fb/variables" for 127.0.0.1 at 2018-12-03 09:36:55 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 11]] Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:37:15 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as HTML Setting Load (6.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (6.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.9ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (4.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (7.4ms) CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.9ms) KepplerFrontend::Theme Load (3.6ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (38.9ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.9ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2, $3) [["id", 3], ["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (39.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (18.3ms) Rendered public_activity/layout/_destroy.html.haml (9.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (2.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (106.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (235.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (507.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.1ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (76.3ms) Completed 200 OK in 1253ms (Views: 964.6ms | ActiveRecord: 46.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:37:16 -0400 Started GET "/assets/themes/listashop/covers/3.png" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Started GET "/assets/themes/listashop/covers/4.png" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Started GET "/assets/themes/listashop/covers/2.png" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Started GET "/assets/themes/listashop/covers/1.png" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (1.1ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]] Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 KepplerFrontend::Theme Load (6.2ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (5.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 107ms (Views: 3.5ms | ActiveRecord: 21.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 09:37:17 -0400 Started PATCH "/admin/frontend/themes/1" for 127.0.0.1 at 2018-12-03 09:37:18 -0400 Processing by KepplerFrontend::Admin::ThemesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TldWaIn1uHk/QsbaL6UC9s+iJVePPLqg0alUB3/oYsCoMrdZ9BDbTiyZABidVxKX8tI0M4qHu/1m5SfBw1BQhw==", "theme"=>{"active"=>"true"}, "id"=>"1"} 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 (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (3.1ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes"  (0.2ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:37:19.082119"], ["updated_at", "2018-12-03 13:37:19.082119"]]  (31.6ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Theme Update (0.5ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", false], ["updated_at", "2018-12-03 13:37:19.118252"], ["id", 3]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:37:19.122613"], ["updated_at", "2018-12-03 13:37:19.122613"]]  (8.1ms) COMMIT  (0.5ms) BEGIN KepplerFrontend::Theme Update (0.7ms) UPDATE "keppler_frontend_themes" SET "active" = $1, "updated_at" = $2 WHERE "keppler_frontend_themes"."id" = $3 [["active", true], ["updated_at", "2018-12-03 13:37:19.136464"], ["id", 1]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.update"], ["created_at", "2018-12-03 13:37:19.143223"], ["updated_at", "2018-12-03 13:37:19.143223"]]  (3.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (1.1ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 178ms (ActiveRecord: 60.0ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:37:19 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (1.1ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (4.8ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::Theme Load (0.8ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (20.7ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Theme Load (0.6ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2, $3) [["id", 1], ["id", 3], ["id", 2]] Rendered public_activity/layout/_update.html.haml (17.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (8.4ms) Rendered public_activity/layout/_destroy.html.haml (5.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (61.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (126.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (496.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.6ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (51.7ms) Completed 200 OK in 835ms (Views: 794.6ms | ActiveRecord: 13.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:37:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:37:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:37:22 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:37:22 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:37:23 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (0.5ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "listashop"], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 1.8ms | ActiveRecord: 7.6ms) Started DELETE "/admin/frontend/themes/3" for 127.0.0.1 at 2018-12-03 09:38:26 -0400 Processing by KepplerFrontend::Admin::ThemesController#destroy as HTML Parameters: {"authenticity_token"=>"RHFCoCkytqQ0rVtZe/qP7eS4yeUAYJpFKDBVvSIJc/SiFKORVNfVkyd2nZvJCJ+M2cjYgQXbmxiffCZ7nrFBsw==", "id"=>"3"} Setting Load (4.9ms) 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.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) BEGIN PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Theme"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_theme.destroy"], ["created_at", "2018-12-03 13:38:27.090309"], ["updated_at", "2018-12-03 13:38:27.090309"]] KepplerFrontend::Theme Load (0.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] KepplerFrontend::Theme Destroy (0.5ms) DELETE FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" = $1 [["id", 3]] KepplerFrontend::Theme Update All (0.6ms) UPDATE "keppler_frontend_themes" SET "position" = ("keppler_frontend_themes"."position" - 1), "updated_at" = '2018-12-03 13:38:27.165635' WHERE (1 = 1) AND ("keppler_frontend_themes"."position" > 2)  (31.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/themes KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" Completed 302 Found in 384ms (ActiveRecord: 107.8ms) Started GET "/admin/frontend/themes" for 127.0.0.1 at 2018-12-03 09:38:27 -0400 Processing by KepplerFrontend::Admin::ThemesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (1.4ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.8ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_covers.html.haml (7.1ms) CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.6ms) KepplerFrontend::Theme Load (0.7ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_listing.html.haml (22.5ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Theme"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (20.7ms) KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."id" IN ($1, $2, $3) [["id", 3], ["id", 1], ["id", 2]] Rendered public_activity/layout/_update.html.haml (24.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (12.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/_description.html.haml (104.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/themes/index.html.haml within keppler_frontend/admin/layouts/application (199.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1133.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (279.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (52.1ms) Completed 200 OK in 1801ms (Views: 1741.4ms | ActiveRecord: 17.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:38:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 09:38:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 09:38:31 -0400 Started GET "/assets/themes/keppler_default/covers/1.png" for 127.0.0.1 at 2018-12-03 09:38:31 -0400 Started GET "/admin/frontend/themes/page/1.json" for 127.0.0.1 at 2018-12-03 09:38:31 -0400 Processing by KepplerFrontend::Admin::ThemesController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::Theme Load (1.1ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."name" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["name", "keppler_default"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_themes"."id") FROM "keppler_frontend_themes" KepplerFrontend::Theme Load (0.7ms) SELECT "keppler_frontend_themes".* FROM "keppler_frontend_themes" WHERE "keppler_frontend_themes"."active" = $1 ORDER BY "keppler_frontend_themes"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] KepplerFrontend::Theme Load (1.8ms) SELECT DISTINCT "keppler_frontend_themes".* FROM "keppler_frontend_themes" ORDER BY "keppler_frontend_themes"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 1.9ms | ActiveRecord: 15.7ms) Started GET "/" for 127.0.0.1 at 2018-12-03 09:39:06 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (5.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (159.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1037.7ms) Completed 200 OK in 1171ms (Views: 1111.6ms | ActiveRecord: 14.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 09:39:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] Rendered admin/layouts/_listing_preloader.haml (44.4ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.0ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (19.5ms) Rendered public_activity/layout/_destroy.html.haml (4.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (7.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (65.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (409.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (531.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.7ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (47.5ms) Completed 200 OK in 1241ms (Views: 1118.4ms | ActiveRecord: 28.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 09:39:15 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 09:39:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (2.2ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 4.1ms | ActiveRecord: 12.3ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 09:39:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (34.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.4ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (37.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (108.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (113.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (488.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (33.6ms) Completed 200 OK in 836ms (Views: 739.4ms | ActiveRecord: 13.7ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 11:41:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} 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 (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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 161ms (ActiveRecord: 27.8ms) ArgumentError - Delegation needs a target. Supply an options hash with a :to key as the last argument (e.g. delegate :hello, to: :greeter).: app/helpers/admin_helper.rb:32:in `model' app/controllers/admin/admin_controller.rb:60:in `history' Started POST "/__better_errors/1e557c1cc59f215a/variables" for 127.0.0.1 at 2018-12-03 11:41:39 -0400 Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 11:41:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} 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 (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (30.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (9.8ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (149.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (177.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3783.1ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (347.0ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (12.0ms) Rendered admin/layouts/_footer.html.haml (6.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (35.2ms) Completed 200 OK in 5481ms (Views: 4489.1ms | ActiveRecord: 86.3ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-03 11:41:59 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-03 11:42:00 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-0555c071fda9d10531d9ca769d90f18ec4d4b0f5b84fb454505943ce5064239f.js?body=1" for 127.0.0.1 at 2018-12-03 11:42:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 11:42:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 11:42:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 11:42:02 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:42:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Testing

", "view_id"=>"10658"} Setting Load (1.1ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 500 Internal Server Error in 39ms (ActiveRecord: 8.7ms) NoMethodError - undefined method `code_save' for #: Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 11:42:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (76.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (32.3ms) KepplerFrontend::View Load (4.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (92.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (236.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (242.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (591.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.9ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (35.9ms) Completed 200 OK in 1423ms (Views: 1032.2ms | ActiveRecord: 102.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 11:42:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 11:42:31 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 11:42:32 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:42:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code

", "view_id"=>"10658"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 39ms (Views: 0.2ms | ActiveRecord: 5.4ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:42:41 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) 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.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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (58.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1612.0ms) Completed 200 OK in 1682ms (Views: 1640.8ms | ActiveRecord: 14.0ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:42:55 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:42:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"css"=>"/* Keppler - index.scss file */\nh1 {\n color: red;\n}", "view_id"=>"10658"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 25ms (Views: 0.3ms | ActiveRecord: 6.5ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"css"=>"/* Keppler - index.scss file */\nh1 {\n color: red;\n}", "view_id"=>"10658"} Setting Load (1.1ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 34ms (Views: 0.3ms | ActiveRecord: 7.1ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:42:57 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 [["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.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]] KepplerLanguages::Language Load (0.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (653.3ms) Completed 200 OK in 672ms (Views: 659.2ms | ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:43:03 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) 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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (2.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.8ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (6.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (312.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (3479.8ms) Completed 200 OK in 3663ms (Views: 3545.0ms | ActiveRecord: 16.9ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 11:43:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (84.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (26.4ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (51.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (219.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (230.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (517.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (34.2ms) Completed 200 OK in 939ms (Views: 896.5ms | ActiveRecord: 10.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 11:43:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 11:43:18 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 11:43:18 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:43:25 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:43:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"css"=>"/* Keppler - index.scss file */\nh1 {\n \n}", "view_id"=>"10658"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 6.2ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"css"=>"/* Keppler - index.scss file */\nh1 {\n \n}", "view_id"=>"10658"} 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 34ms (Views: 0.5ms | ActiveRecord: 6.4ms) Started GET "/admin/frontend/views/10658/editor" for 127.0.0.1 at 2018-12-03 11:44:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"10658"} Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (113.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (26.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (85.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (278.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (288.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1464.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (191.0ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (10.5ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (47.3ms) Completed 200 OK in 2369ms (Views: 2082.0ms | ActiveRecord: 45.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 11:44:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 11:44:19 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-03 11:44:21 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:44:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"css"=>"/* Keppler - index.scss file */\nh1 {\n color: red;\n}", "view_id"=>"10658"} Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:44:38 -0400 Setting Load (1.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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"css"=>"/* Keppler - index.scss file */\nh1 {\n color: red;\n}", "view_id"=>"10658"} Setting Load (0.9ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 46ms (Views: 0.2ms | ActiveRecord: 7.2ms) Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 5.3ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:44:40 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.4ms) 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]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (28.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2413.9ms) Completed 200 OK in 2444ms (Views: 2420.4ms | ActiveRecord: 9.1ms) Started GET "/assets/keppler_frontend/app/application.self-6b80e291b69c89e42b0d3829e2ba53c80c5cabb6b625eb0dbecdc6c52036c1a0.css?body=1" for 127.0.0.1 at 2018-12-03 11:44:43 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:44:54 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:44:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"alert(\"hola\")", "view_id"=>"10658"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"alert(\"hola\")", "view_id"=>"10658"} Completed 200 OK in 25ms (Views: 0.3ms | ActiveRecord: 4.8ms) 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 (2.3ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 28ms (Views: 0.2ms | ActiveRecord: 8.6ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:02 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\n@say_hello = \"hola\"", "view_id"=>"10658"} Setting Load (3.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 21ms (Views: 0.2ms | ActiveRecord: 8.2ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\n@say_hello = \"hola\"", "view_id"=>"10658"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 230ms (Views: 0.3ms | ActiveRecord: 31.8ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:13 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %>

", "view_id"=>"10658"} 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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 155ms (Views: 0.2ms | ActiveRecord: 23.9ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %>

", "view_id"=>"10658"} 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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 201ms (Views: 0.3ms | ActiveRecord: 28.0ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:45:14 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1897.4ms) Completed 200 OK in 1951ms (Views: 1904.4ms | ActiveRecord: 21.7ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:23 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:23 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:45:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"", "view_id"=>"10658"} Setting Load (4.1ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"", "view_id"=>"10658"} Setting Load (2.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Completed 200 OK in 64ms (Views: 0.3ms | ActiveRecord: 10.3ms) KepplerLanguages::Language Load (3.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (10.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"js"=>"", "view_id"=>"10658"} User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.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]] Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Completed 200 OK in 55ms (Views: 0.4ms | ActiveRecord: 31.8ms) Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 38ms (Views: 0.2ms | ActiveRecord: 13.1ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:45:24 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (3.7ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2086.1ms) Completed 200 OK in 2109ms (Views: 2092.6ms | ActiveRecord: 6.9ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:56:15 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:56:15 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:56:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %> jajajaja

", "view_id"=>"10658"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %> jajajaja

", "view_id"=>"10658"} Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Parameters: {"html"=>"

Save code <%= @say_hello %> jajajaja

", "view_id"=>"10658"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (24.3ms) 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]] SocialAccount Load (36.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (37.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" KepplerLanguages::Language Load (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (6.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (35.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (43.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (28.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 367ms (Views: 0.3ms | ActiveRecord: 230.2ms) Completed 200 OK in 308ms (Views: 0.2ms | ActiveRecord: 129.6ms) KepplerFrontend::View Load (10.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 327ms (Views: 0.3ms | ActiveRecord: 95.9ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:56:25 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (4.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (31.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1120.3ms) Completed 200 OK in 1184ms (Views: 1128.7ms | ActiveRecord: 26.8ms) Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:56:30 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:56:30 -0400 Started POST "/admin/frontend/views/10658/editor/save" for 127.0.0.1 at 2018-12-03 11:56:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %>

", "view_id"=>"10658"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %>

", "view_id"=>"10658"} 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Completed 200 OK in 30ms (Views: 0.4ms | ActiveRecord: 7.7ms) KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 33ms (Views: 0.2ms | ActiveRecord: 12.7ms) Processing by KepplerFrontend::Admin::ViewsController#editor_save as */* Parameters: {"html"=>"

Save code <%= @say_hello %>

", "view_id"=>"10658"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] Completed 200 OK in 16ms (Views: 0.2ms | ActiveRecord: 4.3ms) Started GET "/" for 127.0.0.1 at 2018-12-03 11:56:32 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (5.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (680.7ms) Completed 200 OK in 706ms (Views: 686.8ms | ActiveRecord: 8.7ms) Started GET "/admin/frontend/vie" for 127.0.0.1 at 2018-12-03 11:59:01 -0400 ActionController::RoutingError (No route matches [GET] "/admin/frontend/vie"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 12:04:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) 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]]  (15.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.7ms) Rendered public_activity/layout/_destroy.html.haml (4.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (7.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (67.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (204.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3169.7ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (370.5ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (1045.5ms) Completed 200 OK in 5467ms (Views: 4924.2ms | ActiveRecord: 59.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 12:04:14 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 12:04:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.3ms | ActiveRecord: 9.6ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[10658]" for 127.0.0.1 at 2018-12-03 12:04:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"wQx42e4LemFc4LvgsXR3X+9w4sxVhdCO96oxhl2N4gsnaZnok+4ZVk87fSIDhmc+0gDzqFA+0dNA5kJA4TXQTA==", "multiple_ids"=>"[10658]"} 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 (1.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 (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]]  (0.4ms) BEGIN PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 10658], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-03 16:04:18.897564"], ["updated_at", "2018-12-03 16:04:18.897564"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 10658], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (23.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 10658]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 10658]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-03 16:04:18.938351' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (10.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 371ms (ActiveRecord: 51.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 12:04:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.3ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (13.2ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (17.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (7.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (74.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (143.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (777.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (59.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (198.0ms) Rendered admin/layouts/_messages.html.haml (6.8ms) Rendered admin/layouts/_preloader.html.haml (8.8ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.2ms) Rendered admin/layouts/_git_info.html.haml (100.8ms) Completed 200 OK in 1620ms (Views: 1323.3ms | ActiveRecord: 70.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 12:04:23 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 12:04:24 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 12:04:24 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 12:04:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.1ms) 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]]  (5.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (3.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 131ms (Views: 12.1ms | ActiveRecord: 20.0ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-03 12:06:59 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML 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 (1.0ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (64.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (30.2ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["description", "Function to block a view if the user is not authenticated"], ["position", 1], ["created_at", "2018-12-03 16:06:59.943886"], ["updated_at", "2018-12-03 16:06:59.943886"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-03 16:06:59.978323"], ["updated_at", "2018-12-03 16:06:59.978323"]]  (112.8ms) COMMIT 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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (31.9ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (15.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (24.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (109.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (741.8ms) Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (100.8ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (42.5ms) Completed 200 OK in 1586ms (Views: 1069.7ms | ActiveRecord: 287.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 12:07:01 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-03 12:07:01 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (7.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 2.0ms | ActiveRecord: 19.4ms) Started GET "/admin/frontend/callback_functions/1/editor" for 127.0.0.1 at 2018-12-03 12:07:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (14.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (30.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (524.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.4ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (36.8ms) Completed 200 OK in 764ms (Views: 697.9ms | ActiveRecord: 8.6ms) Started POST "/admin/frontend/callback_functions/1/editor/save" for 127.0.0.1 at 2018-12-03 12:07:10 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"redirect_to '/' unless user_signed_in? jajaja", "callback_function_id"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 20ms (Views: 0.2ms | ActiveRecord: 5.6ms) Started POST "/admin/frontend/callback_functions/1/editor/save" for 127.0.0.1 at 2018-12-03 12:07:18 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"redirect_to '/' unless user_signed_in?", "callback_function_id"=>"1"} 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 (3.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 31ms (Views: 0.2ms | ActiveRecord: 17.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 12:07:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) 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.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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (3.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 12:07:23 -0400 CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (22.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (11.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (72.5ms) KepplerFrontend::View Load (2.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (34.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (2.8ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 12:07:23 -0400 Rendered public_activity/layout/_update.html.haml (25.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Rendered public_activity/layout/_destroy.html.haml (0.8ms) Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (0.9ms) Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered public_activity/layout/_create.html.haml (1.0ms) SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (246.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (371.4ms) KepplerLanguages::Language Load (8.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (6.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (11.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]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (11.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 91ms (Views: 1.9ms | ActiveRecord: 58.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (872.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.6ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (11.2ms) Rendered admin/layouts/_git_info.html.haml (70.1ms) Completed 200 OK in 1609ms (Views: 1531.6ms | ActiveRecord: 37.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 12:09:37 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-03 12:09:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (5.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 290ms (Views: 0.8ms | ActiveRecord: 43.2ms) Started GET "/" for 127.0.0.1 at 2018-12-03 12:13:30 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.2ms) Rendered app/layouts/_google_analytics.html.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (176.4ms) Rendered app/layouts/_head.html.haml (1878.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1974.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (49.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (4069.9ms) Completed 200 OK in 6153ms (Views: 6101.2ms | ActiveRecord: 9.4ms) Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-12-03 12:13:37 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-03 12:13:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-03 12:13:40 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 14:47:53 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 14:47:53 -0400 Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-03 14:47:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-12-03 14:48:00 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (11.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (11.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (10.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Appearance Load (0.9ms) 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]] SocialAccount Load (2.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (57.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (5.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (3.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (33.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (27.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (32.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (79.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (68.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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]]  (33.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages"  (22.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views"  (37.8ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.0ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 1103ms (Views: 126.2ms | ActiveRecord: 373.1ms) Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (19.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]]  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) Rendered admin/layouts/_listing_preloader.haml (0.0ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.1ms) KepplerLanguages::Language Load (7.1ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (26.4ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (11.0ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (329.5ms) User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (89.0ms) KepplerFrontend::View Load (2.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (120.4ms) Rendered public_activity/layout/_destroy.html.haml (7.6ms) Rendered public_activity/layout/_create.html.haml (9.1ms) Rendered public_activity/layout/_destroy.html.haml (9.3ms) Rendered public_activity/layout/_update.html.haml (65.8ms) Rendered public_activity/layout/_update.html.haml (5.2ms) Rendered public_activity/layout/_update.html.haml (5.2ms) Rendered public_activity/layout/_update.html.haml (7.9ms) Rendered public_activity/layout/_update.html.haml (8.7ms) Rendered public_activity/layout/_update.html.haml (8.6ms) Rendered public_activity/layout/_update.html.haml (7.4ms) Rendered public_activity/layout/_update.html.haml (6.0ms) Rendered public_activity/layout/_create.html.haml (4.9ms) Rendered public_activity/layout/_destroy.html.haml (4.8ms) Rendered public_activity/layout/_create.html.haml (7.7ms) Rendered public_activity/layout/_destroy.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (5.1ms) Rendered public_activity/layout/_destroy.html.haml (6.3ms) Rendered public_activity/layout/_create.html.haml (6.4ms) Rendered public_activity/layout/_destroy.html.haml (8.4ms) Rendered public_activity/layout/_create.html.haml (9.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (852.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1067.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (7734.5ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (8505.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (150.5ms) Rendered admin/layouts/_navigation.html.haml (133.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (922.2ms) Rendered admin/layouts/_sidebar.html.haml (959.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (0.3ms) Rendered admin/layouts/_footer.html.haml (0.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Rendered admin/layouts/_git_info.html.haml (395.2ms) Completed 200 OK in 11908ms (Views: 10747.3ms | ActiveRecord: 374.3ms) Rendered admin/layouts/_git_info.html.haml (565.1ms) Completed 200 OK in 11955ms (Views: 10801.8ms | ActiveRecord: 172.8ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-03 14:48:32 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.8ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (31.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (14.3ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (134.5ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1007.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (51.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.0ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (17.2ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (124.4ms) Completed 200 OK in 1474ms (Views: 1438.2ms | ActiveRecord: 8.9ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-03 14:48:33 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-03 14:48:33 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-03 14:48:33 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-03 14:48:33 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-03 14:48:33 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 14:48:36 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-12-03 14:48:38 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} 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 (1.6ms) 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]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 14:48:38 -0400 Role Load (14.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 14:48:38 -0400 CACHE 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.8ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (4.9ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 150ms (Views: 1.4ms | ActiveRecord: 38.7ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-03 14:48:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (28.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (12.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (23.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (109.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (543.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.5ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (31.3ms) Completed 200 OK in 865ms (Views: 795.4ms | ActiveRecord: 17.9ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-03 14:48:44 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (27.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (15.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (24.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (100.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (500.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (46.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (70.3ms) Completed 200 OK in 816ms (Views: 762.9ms | ActiveRecord: 13.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 14:48:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 14:48:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 14:48:45 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-03 14:48:45 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 2.0ms | ActiveRecord: 7.4ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-03 14:48:53 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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 (2.3ms) 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 (2.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-03 14:48:53 -0400 Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.8ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (27.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (90.1ms) 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (114.5ms) CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (32.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (35.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1534.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.3ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (60.1ms) Rendered admin/layouts/_footer.html.haml (40.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (29.3ms) Rendered admin/layouts/_git_info.html.haml (154.7ms) Completed 200 OK in 2171ms (Views: 2040.1ms | ActiveRecord: 103.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2300.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (8.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.2ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_preloader.html.haml (0.3ms) Rendered admin/layouts/_footer.html.haml (0.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Rendered admin/layouts/_git_info.html.haml (25.1ms) Completed 200 OK in 2691ms (Views: 2599.5ms | ActiveRecord: 12.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 14:49:00 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-03 14:49:00 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-03 14:49:00 -0400 CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 1.4ms | ActiveRecord: 6.7ms) Processing by KepplerLanguages::Admin::LanguagesController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.7ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (32.5ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (14.3ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (103.5ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1981.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (33.1ms) Completed 200 OK in 2266ms (Views: 2241.4ms | ActiveRecord: 8.8ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-03 15:15:07 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (16.4ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (8.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (59.8ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1272.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.9ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (45.4ms) Completed 200 OK in 1532ms (Views: 1495.6ms | ActiveRecord: 14.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 15:15:09 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-12-03 15:15:10 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (3.0ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 15:15:10 -0400 KepplerLanguages::Language Load (3.4ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 3.4ms | ActiveRecord: 18.9ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 15:15:10 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-12-03 15:15:28 -0400 Processing by Admin::RocketsController#rockets 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (1118.1ms) Rendered admin/rockets/_create_rocket.haml (8.1ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (1219.1ms) Rendered admin/layouts/_head.html.haml (559.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.2ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (29.7ms) Completed 200 OK in 2062ms (Views: 1937.5ms | ActiveRecord: 17.2ms) Started GET "/admin/rockets" for 127.0.0.1 at 2018-12-03 15:15:30 -0400 Processing by Admin::RocketsController#rockets 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (22.8ms) Rendered admin/rockets/_create_rocket.haml (5.7ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (44.2ms) Rendered admin/layouts/_head.html.haml (479.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (109.6ms) Completed 200 OK in 770ms (Views: 733.5ms | ActiveRecord: 7.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-03 15:15:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-03 15:15:34 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-03 15:29:00 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-03 15:29:02 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Setting Load (12.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Appearance Load (17.7ms) 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 (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (13.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (14.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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 (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" CACHE Role Load (0.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]] KepplerFrontend::View Load (3.0ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (4.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (2.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.4ms) Rendered admin/layouts/_listing_preloader.haml (0.1ms) KepplerFrontend::View Load (32.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.6ms) KepplerFrontend::CallbackFunction Load (1.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (97.3ms) PublicActivity::Activity Exists (7.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Exists (1.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] PublicActivity::Activity Load (4.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (146.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (164.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (488.9ms) User Load (11.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (143.2ms) KepplerFrontend::View Load (2.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (21.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (62.3ms) Rendered public_activity/layout/_update.html.haml (7.6ms) Rendered public_activity/layout/_update.html.haml (5.4ms) Rendered public_activity/layout/_update.html.haml (7.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (435.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (680.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (4961.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (4712.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (67.3ms) Rendered admin/layouts/_navigation.html.haml (36.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_sidebar.html.haml (105.0ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_messages.html.haml (0.1ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (0.2ms) Rendered admin/layouts/_footer.html.haml (0.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Rendered admin/layouts/_git_info.html.haml (5400.8ms) Completed 200 OK in 11944ms (Views: 10980.8ms | ActiveRecord: 160.5ms) Rendered admin/layouts/_git_info.html.haml (5174.6ms) Completed 200 OK in 12033ms (Views: 11217.0ms | ActiveRecord: 82.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-03 15:29:16 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-03 15:29:16 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 1.1ms | ActiveRecord: 5.9ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 08:33:44 -0400  (11.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (26.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (34.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (53.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (47.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (22.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (25.1ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Started GET "/" for 127.0.0.1 at 2018-12-04 08:33:46 -0400 Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) Processing by KepplerFrontend::App::FrontendController#keppler as HTML KepplerFrontend::CallbackFunction Load (70.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (3.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (100.6ms) SocialAccount Load (4.4ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.0ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (59.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application PublicActivity::Activity Exists (158.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] Rendered app/layouts/_meta_tags.html.haml (19.8ms) User Load (20.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (117.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (315.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (514.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (735.1ms) Rendered app/layouts/_google_analytics.html.haml (4.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (27834.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (52.9ms) Rendered admin/layouts/_git_info.html.haml (1345.0ms) Rendered app/layouts/_head.html.haml (28890.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (28972.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (26.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1282.6ms) Completed 200 OK in 30446ms (Views: 30282.2ms | ActiveRecord: 81.6ms) CACHE Role Load (0.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]] Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-04 08:34:17 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-12-04 08:34:17 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-12-04 08:34:17 -0400 CACHE Role Load (0.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]] Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-12-04 08:34:17 -0400 Permission Load (46.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-04 08:34:17 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-04 08:34:18 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (3794.2ms) Rendered admin/layouts/_messages.html.haml (12.1ms) Rendered admin/layouts/_preloader.html.haml (15.3ms) Rendered admin/layouts/_footer.html.haml (6.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.1ms) Rendered admin/layouts/_git_info.html.haml (51.2ms) Completed 200 OK in 33553ms (Views: 32267.4ms | ActiveRecord: 750.2ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-04 08:34:19 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-04 08:34:19 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-04 08:34:19 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-04 08:34:19 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:34:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 08:34:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 08:34:20 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 08:34:20 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.8ms | ActiveRecord: 10.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 08:34:20 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 08:36:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1205.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]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.8ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (633.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (24.1ms) KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (25.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (10.2ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (423.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1287.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (828.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (474.2ms) Completed 200 OK in 5969ms (Views: 2704.2ms | ActiveRecord: 1223.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:36:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 08:36:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 48ms (Views: 1.0ms | ActiveRecord: 11.8ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-04 08:36:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (1548.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (1669.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (525.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.3ms) Rendered admin/layouts/_messages.html.haml (7.4ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (6.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (44.5ms) Completed 200 OK in 2457ms (Views: 2380.0ms | ActiveRecord: 7.2ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 08:36:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FtiZ1m7idhhTq4mi5ZrbM9UTxKiJBdRzJTYBeVZeTIFk+xvKKzaXl99900t7BeAL9nqJMcxYMeDZVciBQGlB+w==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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 (2255.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-04 12:36:30.498473"], ["updated_at", "2018-12-04 12:36:30.498473"]] PublicActivity::Activity Create (4035.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 18603], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 12:36:32.858761"], ["updated_at", "2018-12-04 12:36:32.858761"]]  (107.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/18603/editor KepplerFrontend::ViewCallback Load (174.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 7359ms (ActiveRecord: 6583.4ms) Started GET "/admin/frontend/views/18603/editor" for 127.0.0.1 at 2018-12-04 08:36:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"18603"} Setting Load (1.2ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 18603], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (39.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.2ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1545.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (2721.1ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (4363.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (4464.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (4557.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (990.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1375.3ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (787.5ms) Completed 200 OK in 8927ms (Views: 3778.8ms | ActiveRecord: 4318.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 08:36:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 08:36:47 -0400 Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-04 08:36:59 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index 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 (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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.4ms) KepplerLanguages::Language Load (0.6ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (15.0ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (8.4ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (142.3ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (499.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (33.5ms) Completed 200 OK in 1105ms (Views: 851.9ms | ActiveRecord: 14.4ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-04 08:37:01 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML 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.3ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.6ms) KepplerLanguages::Language Load (0.5ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (20.1ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (11.7ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (73.6ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (702.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (27.5ms) Completed 200 OK in 947ms (Views: 918.4ms | ActiveRecord: 9.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:37:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 08:37:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 08:37:02 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-12-04 08:37:02 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (1.1ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 2.1ms | ActiveRecord: 8.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 08:37:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (5.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (49.3ms) Rendered public_activity/layout/_destroy.html.haml (10.6ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (14.5ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (132.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (223.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1161.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.5ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (55.4ms) Completed 200 OK in 1656ms (Views: 1599.7ms | ActiveRecord: 21.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 08:37:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.0ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (40.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.8ms) Rendered public_activity/layout/_destroy.html.haml (7.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (12.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (95.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (200.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (502.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.8ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (41.3ms) Completed 200 OK in 909ms (Views: 871.6ms | ActiveRecord: 11.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:37:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 08:37:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 08:37:08 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 08:37:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (0.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 3.7ms | ActiveRecord: 10.4ms) Started GET "/admin/frontend/views/18603/editor" for 127.0.0.1 at 2018-12-04 08:37:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"18603"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (5.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 18603], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (369.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (161.1ms) KepplerFrontend::View Load (2.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (2.9ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (366.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (1107.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (1153.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1209.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (552.5ms) Rendered admin/layouts/_messages.html.haml (28.8ms) Rendered admin/layouts/_preloader.html.haml (64.7ms) Rendered admin/layouts/_footer.html.haml (31.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (34.1ms) Rendered admin/layouts/_git_info.html.haml (106.3ms) Completed 200 OK in 3499ms (Views: 3383.6ms | ActiveRecord: 42.3ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 08:37:22 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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 (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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (3.1ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (25.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (15.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (25.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (99.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (489.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.1ms) Rendered admin/layouts/_messages.html.haml (6.3ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (62.3ms) Completed 200 OK in 890ms (Views: 800.0ms | ActiveRecord: 56.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:37:23 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 08:37:24 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (6.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.0ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.4ms | ActiveRecord: 16.3ms) Started GET "/admin/frontend/callback_functions/1/editor" for 127.0.0.1 at 2018-12-04 08:38:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (12.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (27.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (569.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.7ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (54.4ms) Completed 200 OK in 894ms (Views: 805.6ms | ActiveRecord: 9.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:38:56 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 08:38:56 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 2.5ms | ActiveRecord: 10.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 08:43:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.6ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (24.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (5.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.8ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (72.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (133.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (543.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (47.0ms) Completed 200 OK in 1135ms (Views: 922.5ms | ActiveRecord: 55.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:43:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 08:43:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 08:43:12 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 08:43:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (4.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 (1.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", "index"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 66ms (Views: 2.7ms | ActiveRecord: 21.0ms) Started GET "/admin/frontend/vie" for 127.0.0.1 at 2018-12-04 08:43:12 -0400 ActionController::RoutingError (No route matches [GET] "/admin/frontend/vie"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 08:56:25 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 08:56:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.4ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (41.5ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (39.6ms) Rendered public_activity/layout/_destroy.html.haml (12.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (13.6ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (127.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (233.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (920.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (184.1ms) Rendered admin/layouts/_messages.html.haml (7.5ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.2ms) Rendered admin/layouts/_git_info.html.haml (44.1ms) Completed 200 OK in 1722ms (Views: 1464.7ms | ActiveRecord: 49.2ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 08:56:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.9ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 396ms (Views: 1.7ms | ActiveRecord: 80.7ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 08:56:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 13.8ms | ActiveRecord: 7.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-04 09:28:15 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-04 09:28:16 -0400 Processing by Devise::SessionsController#destroy as HTML User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) BEGIN  (0.3ms) ROLLBACK Setting Load (2.0ms) 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 (1.1ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-04 13:28:16.871447"], ["updated_at", "2018-12-04 13:28:16.871447"]]  (24.2ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 542ms (ActiveRecord: 57.3ms) Started GET "/" for 127.0.0.1 at 2018-12-04 09:28:16 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (1.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (46.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2041.4ms) Completed 200 OK in 2209ms (Views: 2070.0ms | ActiveRecord: 13.4ms) Started GET "/" for 127.0.0.1 at 2018-12-04 09:28:19 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.7ms) 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 (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1241.2ms) Completed 200 OK in 1278ms (Views: 1256.6ms | ActiveRecord: 6.7ms) Started GET "/admin" for 127.0.0.1 at 2018-12-04 09:28:23 -0400 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 14ms (ActiveRecord: 3.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-04 09:28:23 -0400 Processing by Devise::SessionsController#new 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.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 (3.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (51.1ms) Rendered admin/layouts/_head.html.haml (525.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (42.7ms) Completed 200 OK in 765ms (Views: 751.3ms | ActiveRecord: 5.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:28:26 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-04 09:28:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:28:26 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-04 09:28:32 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"K+Aj2/8lN8ERewO1UqY0mGrAdrhnseve2+iKysswOTM96EnVhuooypiR3NAHYgJ2pcNrqC1RdUaBjp0ESn1oDg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-12-04 13:28:32.281722"], ["last_sign_in_at", "2018-11-26 12:59:37.703476"], ["sign_in_count", 16], ["updated_at", "2018-12-04 13:28:32.282934"], ["id", 1]] PublicActivity::Activity Create (1.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-04 13:28:32.286824"], ["updated_at", "2018-12-04 13:28:32.286824"]]  (162.4ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 571ms (ActiveRecord: 169.4ms) Started GET "/admin" for 127.0.0.1 at 2018-12-04 09:28:32 -0400 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 (1.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 83ms (ActiveRecord: 18.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-04 09:28:32 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.3ms) SELECT "roles".* FROM "roles" User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (77.8ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (378.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1424.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (3.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1263.7ms) Rendered admin/layouts/_messages.html.haml (61.3ms) Rendered admin/layouts/_preloader.html.haml (79.2ms) Rendered admin/layouts/_footer.html.haml (30.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (27.4ms) Rendered admin/layouts/_git_info.html.haml (161.8ms) Completed 200 OK in 5955ms (Views: 3491.1ms | ActiveRecord: 121.5ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-04 09:28:41 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-04 09:28:41 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-04 09:28:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:28:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:28:42 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:28:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["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.2ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 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 Update All (0.5ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:28:51.799153' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) 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", "HTML"], ["position", 3], ["created_at", "2018-12-04 13:28:50.049000"], ["updated_at", "2018-12-04 13:28:50.049000"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21657], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:28:51.805902"], ["updated_at", "2018-12-04 13:28:51.805902"]]  (84.3ms) COMMIT  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.4ms) KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (91.8ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) [["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (41.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (8.5ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (10.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (118.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (302.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (804.2ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (284.8ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (96.7ms) Completed 200 OK in 2060ms (Views: 1572.9ms | ActiveRecord: 161.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:28:53 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:28:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 627ms (Views: 2.6ms | ActiveRecord: 53.5ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[21657]" for 127.0.0.1 at 2018-12-04 09:31:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"/BdCAS2Yd2aOiSGXR4czIMyPAO8ZxnU32MmqoJFhBGG+DU2aicJ4cSGo8TeuuAsSxYdyVDG7u3ANIQYD4lex2Q==", "multiple_ids"=>"[21657]"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (164.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21657], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:31:11.001515"], ["updated_at", "2018-12-04 13:31:11.001515"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21657], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 21657]] KepplerFrontend::View Destroy (1.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 21657]] KepplerFrontend::View Update All (2.2ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:31:11.183166' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (584.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 869ms (ActiveRecord: 766.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:31:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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", "index"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.6ms) KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.6ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (4.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (41.3ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) [["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (9.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (152.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (327.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1004.7ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (218.0ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (55.8ms) Completed 200 OK in 1753ms (Views: 1676.1ms | ActiveRecord: 27.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:31:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:31:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:31:14 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:31:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.2ms | ActiveRecord: 7.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:31:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.9ms) 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) BEGIN 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 Update All (0.5ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:31:35.467411' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($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", "2018-12-04 13:31:22.108000"], ["updated_at", "2018-12-04 13:31:22.108000"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21821], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:31:35.473006"], ["updated_at", "2018-12-04 13:31:35.473006"]]  (22.0ms) COMMIT  (1.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (2.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.4ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.3ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) [["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (24.4ms) Rendered public_activity/layout/_destroy.html.haml (4.7ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_update.html.haml (5.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (67.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (340.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (517.9ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (110.8ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (21.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (44.5ms) Completed 200 OK in 2013ms (Views: 1101.7ms | ActiveRecord: 81.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:31:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:31:37 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:31:37 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:31:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (5.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (4.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 (4.6ms) 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 (2.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]]  (4.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 134ms (Views: 30.1ms | ActiveRecord: 33.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:31:37 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[21821]" for 127.0.0.1 at 2018-12-04 09:31:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"NVuWFnLCg9+c+HBFvFmRxQL6aE1QSSlrw0ho2duZqFx3QZmN1piMyDPZoOVVZqn3C/Ia9ng05ywWoMR6qK8d5A==", "multiple_ids"=>"[21821]"} 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 (2.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21821], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:31:40.922039"], ["updated_at", "2018-12-04 13:31:40.922039"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21821], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 21821]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 21821]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:31:40.939256' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (46.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 117ms (ActiveRecord: 62.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:31:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (55.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (29.0ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) [["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (35.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (13.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (153.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (289.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1254.2ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.0ms) Rendered admin/layouts/_messages.html.haml (7.2ms) Rendered admin/layouts/_preloader.html.haml (13.6ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.6ms) Rendered admin/layouts/_git_info.html.haml (58.3ms) Completed 200 OK in 1884ms (Views: 1829.0ms | ActiveRecord: 16.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:31:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:31:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:31:43 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:31:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 2.3ms | ActiveRecord: 10.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:32:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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) BEGIN KepplerFrontend::View Exists (1.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 Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:32:35.865500' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($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", "2018-12-04 13:32:11.799000"], ["updated_at", "2018-12-04 13:32:11.799000"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21985], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:32:35.871929"], ["updated_at", "2018-12-04 13:32:35.871929"]]  (21.2ms) COMMIT  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.7ms) KepplerFrontend::View Load (2.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (3.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (412.0ms) PublicActivity::Activity Exists (2.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) [["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (331.0ms) Rendered public_activity/layout/_destroy.html.haml (17.5ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (25.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (2.8ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (582.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1182.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1274.7ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (189.7ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (101.4ms) Completed 200 OK in 3115ms (Views: 2840.2ms | ActiveRecord: 78.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:32:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:32:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:32:39 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:32:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 2.9ms | ActiveRecord: 8.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:32:41 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[21985]" for 127.0.0.1 at 2018-12-04 09:32:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"hl5Pd8oT+QFdadWqK9AgkGhYkfxh95jHXRPFrFepSkbEREDsbkn2FvJIBQrC7xiiYVDjR0mKVoCI+2kPJJ///g==", "multiple_ids"=>"[21985]"} 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 (3.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 21985], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:32:44.245872"], ["updated_at", "2018-12-04 13:32:44.245872"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 21985], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 21985]] KepplerFrontend::View Destroy (0.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 21985]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:32:44.260192' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (18.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 78ms (ActiveRecord: 35.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:32:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) 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.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.6ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (62.3ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (23.7ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) [["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (45.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (13.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (176.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (296.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1277.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (52.3ms) Completed 200 OK in 1900ms (Views: 1846.2ms | ActiveRecord: 18.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:32:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:32:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:32:47 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:32:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) 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 (1.1ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) 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 (1.0ms) 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]]  (2.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 97ms (Views: 2.5ms | ActiveRecord: 17.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:33:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.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]]  (1.3ms) BEGIN 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 (2.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Update All (3.0ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:33:07.007909' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) 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", 3], ["created_at", "2018-12-04 13:32:54.916000"], ["updated_at", "2018-12-04 13:32:54.916000"]] PublicActivity::Activity Create (1.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22149], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:33:07.046586"], ["updated_at", "2018-12-04 13:33:07.046586"]]  (30.5ms) COMMIT  (2.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (1.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (65.4ms) KepplerFrontend::View Load (1.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (299.2ms) PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) [["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (195.7ms) Rendered public_activity/layout/_destroy.html.haml (40.6ms) Rendered public_activity/layout/_create.html.haml (4.4ms) Rendered public_activity/layout/_destroy.html.haml (3.9ms) Rendered public_activity/layout/_create.html.haml (6.4ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered public_activity/layout/_destroy.html.haml (4.6ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (6.2ms) Rendered public_activity/layout/_create.html.haml (12.9ms) Rendered public_activity/layout/_destroy.html.haml (7.5ms) Rendered public_activity/layout/_update.html.haml (48.8ms) Rendered public_activity/layout/_update.html.haml (6.9ms) Rendered public_activity/layout/_update.html.haml (5.6ms) Rendered public_activity/layout/_update.html.haml (6.4ms) Rendered public_activity/layout/_update.html.haml (5.0ms) Rendered public_activity/layout/_update.html.haml (4.2ms) Rendered public_activity/layout/_update.html.haml (19.8ms) Rendered public_activity/layout/_update.html.haml (5.9ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (4.2ms) Rendered public_activity/layout/_create.html.haml (5.7ms) Rendered public_activity/layout/_destroy.html.haml (3.2ms) Rendered public_activity/layout/_create.html.haml (5.8ms) Rendered public_activity/layout/_destroy.html.haml (5.1ms) Rendered public_activity/layout/_create.html.haml (4.2ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_create.html.haml (4.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (673.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1411.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3094.3ms) Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (185.0ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (109.2ms) Completed 200 OK in 6257ms (Views: 4961.9ms | ActiveRecord: 78.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:33:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:33:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:33:14 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:33:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 3.4ms | ActiveRecord: 10.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:33:16 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[22149]" for 127.0.0.1 at 2018-12-04 09:33:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"Nb8nks76f+jDkoJqFuFSI/G0YEkIM933RJai0be2FFZ3pSgJaqBw/2yzUsr/3moR+LwS8iBOE7CRfg5yxICh7g==", "multiple_ids"=>"[22149]"} 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 (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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22149], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:33:19.242486"], ["updated_at", "2018-12-04 13:33:19.242486"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22149], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 22149]] KepplerFrontend::View Destroy (0.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 22149]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:33:19.252453' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (14.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 69ms (ActiveRecord: 26.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:33:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.5ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (1.2ms) 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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (3.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.7ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.6ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) [["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (18.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (8.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (100.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (245.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (555.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.5ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (82.0ms) Completed 200 OK in 1061ms (Views: 1010.6ms | ActiveRecord: 20.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:33:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:33:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:33:21 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:33:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 2.4ms | ActiveRecord: 12.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:34:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (18.5ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) [["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (23.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (12.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (124.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (207.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (562.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.8ms) Rendered admin/layouts/_messages.html.haml (6.5ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (49.7ms) Completed 200 OK in 988ms (Views: 950.6ms | ActiveRecord: 16.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:35:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:35:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:35:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:35:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (11.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) 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 (1.1ms) 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]]  (5.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 87ms (Views: 3.3ms | ActiveRecord: 29.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:35:01 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:35:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) 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 (3.3ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) 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) BEGIN 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 Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:35:54.362351' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($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", "2018-12-04 13:35:46.295000"], ["updated_at", "2018-12-04 13:35:46.295000"]] PublicActivity::Activity Create (6.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22476], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:35:54.366527"], ["updated_at", "2018-12-04 13:35:54.366527"]]  (23.0ms) COMMIT  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) [["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (53.2ms) Rendered public_activity/layout/_destroy.html.haml (8.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (11.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (144.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (237.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1287.5ms) Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (110.5ms) CACHE 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]] CACHE 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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (3.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (2.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1334.3ms) Rendered admin/layouts/_messages.html.haml (38.6ms) Rendered admin/layouts/_preloader.html.haml (63.8ms) Rendered admin/layouts/_footer.html.haml (31.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (34.3ms) Rendered admin/layouts/_git_info.html.haml (122.1ms) Completed 200 OK in 3626ms (Views: 3309.8ms | ActiveRecord: 121.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:35:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:35:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:35:58 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:35:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) 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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 2.5ms | ActiveRecord: 7.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:35:59 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[22476]" for 127.0.0.1 at 2018-12-04 09:36:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"H90w16yn0Hp00tWZ6LOZbkQFRubOcsKI5/yx3zZCdHBdxz9MCP3fbdvzBTkBjKFcTQ00XeYPDM8yFB18RXTByA==", "multiple_ids"=>"[22476]"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.2ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]]  (0.6ms) BEGIN PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22476], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:36:02.312813"], ["updated_at", "2018-12-04 13:36:02.312813"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22476], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 22476]] KepplerFrontend::View Destroy (0.3ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 22476]] KepplerFrontend::View Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:36:02.325923' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (25.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 108ms (ActiveRecord: 43.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:36:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (28.5ms) KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) [["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (32.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (20.8ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (7.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (200.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (287.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1190.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (56.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (132.8ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (61.2ms) Completed 200 OK in 1856ms (Views: 1768.3ms | ActiveRecord: 16.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:36:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:36:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:36:05 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:36:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.3ms | ActiveRecord: 6.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:38:09 -0400 ArgumentError - Invalid route name, already in use: 'test_index' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created: Started POST "/__better_errors/e593bceba5737124/variables" for 127.0.0.1 at 2018-12-04 09:38:10 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:38:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (0.6ms) 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (12.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) BEGIN 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 (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 Update All (0.8ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:38:19.302460' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($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", "2018-12-04 13:38:00.798000"], ["updated_at", "2018-12-04 13:38:00.798000"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22641], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:38:19.308654"], ["updated_at", "2018-12-04 13:38:19.308654"]]  (18.9ms) COMMIT  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (58.7ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) [["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (44.0ms) Rendered public_activity/layout/_destroy.html.haml (6.3ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (12.6ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (157.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (268.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1215.4ms) Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (198.9ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (10.7ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Rendered admin/layouts/_git_info.html.haml (69.7ms) Completed 200 OK in 2457ms (Views: 1839.6ms | ActiveRecord: 97.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:38:23 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:38:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:38:23 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:38:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.6ms) 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.6ms) 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) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 54ms (Views: 2.7ms | ActiveRecord: 9.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:38:24 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[22641]" for 127.0.0.1 at 2018-12-04 09:38:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"m5sHrAxpblRZDVGhc9aWpcFj/0DDbCq/hVrWMZQKnfTZgQg3qDNhQ/YsgQGa6a6XyGuN++sR5PhQsnqS5zwoTA==", "multiple_ids"=>"[22641]"} 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 (1.1ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22641], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:38:35.864224"], ["updated_at", "2018-12-04 13:38:35.864224"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22641], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 22641]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 22641]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:38:35.877794' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (26.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 389ms (ActiveRecord: 77.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:38:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (39.8ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (38.5ms) KepplerFrontend::View Load (5.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) [["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (50.3ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (13.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (191.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (297.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (912.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (63.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (7.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (252.0ms) Rendered admin/layouts/_messages.html.haml (12.4ms) Rendered admin/layouts/_preloader.html.haml (8.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (70.2ms) Completed 200 OK in 1687ms (Views: 1604.8ms | ActiveRecord: 57.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:38:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:38:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:38:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:38:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.6ms) 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", "index"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 99ms (Views: 13.2ms | ActiveRecord: 16.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:38:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (5.2ms) 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.9ms) 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.6ms) 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) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 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 Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:38:56.447948' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) 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", "2018-12-04 13:38:45.111000"], ["updated_at", "2018-12-04 13:38:45.111000"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22805], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:38:56.453061"], ["updated_at", "2018-12-04 13:38:56.453061"]]  (23.6ms) COMMIT  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.3ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (63.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16) [["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (55.7ms) Rendered public_activity/layout/_destroy.html.haml (9.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (12.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (31.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (188.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (333.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (968.4ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.8ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (109.5ms) Completed 200 OK in 1929ms (Views: 1607.5ms | ActiveRecord: 116.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:38:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:38:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:38:58 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:38:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (2.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", "index"], ["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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 119ms (Views: 4.0ms | ActiveRecord: 20.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:38:59 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[22805]" for 127.0.0.1 at 2018-12-04 09:39:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"Ma/GHtBW1wQUhGD7Drp6UTN7g1ybACFr+4RnTQcbgiZztcmFdAzYE7ulsFvnhUJjOnPx57N97ywubMvudC03ng==", "multiple_ids"=>"[22805]"} Setting Load (1.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 (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22805], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:39:03.854510"], ["updated_at", "2018-12-04 13:39:03.854510"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22805], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 22805]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 22805]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:39:03.867152' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (20.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 142ms (ActiveRecord: 47.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:39:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (37.4ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.2ms) KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16) [["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (44.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (3.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (17.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (196.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (284.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (5806.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.0ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (51.6ms) Completed 200 OK in 6387ms (Views: 6351.2ms | ActiveRecord: 14.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:39:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:39:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:39:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:39:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]]  (2.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (3.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 2.9ms | ActiveRecord: 15.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:41:41 -0400  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (4.1ms) 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 (2.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (2.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]]  (1.1ms) BEGIN KepplerFrontend::View Exists (2.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.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Update All (1.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:41:42.313770' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (2.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", "2018-12-04 13:41:18.328000"], ["updated_at", "2018-12-04 13:41:18.328000"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22969], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:41:42.530146"], ["updated_at", "2018-12-04 13:41:42.530146"]]  (23.9ms) COMMIT  (7.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) [["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (32.7ms) Rendered public_activity/layout/_destroy.html.haml (8.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (25.4ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (146.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (273.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (37881.2ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (69.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (232.4ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (39.2ms) Completed 200 OK in 39104ms (Views: 38529.0ms | ActiveRecord: 136.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:42:21 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:42:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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 (2.0ms) 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]] Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:42:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:42:21 -0400 KepplerFrontend::View Load (15.6ms) 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]]  (19.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (4.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 127ms (Views: 14.6ms | ActiveRecord: 48.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:42:22 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[22969]" for 127.0.0.1 at 2018-12-04 09:42:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"olgmfBCoEQc3hvg/AYHhX9OpQn0XVCro4sXBGltZyPjgQinntPIeEJinKJ/ovtlt2qEwxj8p5K83LW25KG99QA==", "multiple_ids"=>"[22969]"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 22969], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:42:40.608822"], ["updated_at", "2018-12-04 13:42:40.608822"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 22969], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 22969]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 22969]] KepplerFrontend::View Update All (0.8ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:42:40.628969' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (21.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 134ms (ActiveRecord: 44.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:42:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.8ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (2.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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) KepplerFrontend::View Load (2.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (34.3ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (22.9ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) [["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 18603], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (26.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (8.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (127.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (207.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (983.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (108.8ms) Rendered admin/layouts/_messages.html.haml (8.1ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (78.3ms) Completed 200 OK in 1504ms (Views: 1452.8ms | ActiveRecord: 22.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:42:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:42:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:42:42 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:42:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) 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.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 2.2ms | ActiveRecord: 9.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:43:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:43:54.356178' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 2) 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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-04 12:36:30.498000"], ["updated_at", "2018-12-04 12:36:30.498000"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23136], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:43:54.360517"], ["updated_at", "2018-12-04 13:43:54.360517"]]  (23.1ms) COMMIT 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.2ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "test_index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:43:54.391354' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) 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", 3], ["created_at", "2018-12-04 13:43:41.367000"], ["updated_at", "2018-12-04 13:43:41.367000"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23137], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:43:54.394585"], ["updated_at", "2018-12-04 13:43:54.394585"]]  (5.3ms) COMMIT  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (84.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (9.1ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (11.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (204.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (302.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1166.4ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (206.7ms) Rendered admin/layouts/_messages.html.haml (6.2ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.5ms) Rendered admin/layouts/_git_info.html.haml (76.7ms) Completed 200 OK in 2190ms (Views: 1839.0ms | ActiveRecord: 148.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:43:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:43:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:43:56 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:43:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["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) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 3.0ms | ActiveRecord: 10.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:43:57 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[23137]" for 127.0.0.1 at 2018-12-04 09:44:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"pwQQxt6R19FV0kOxBCCth/7u6pe14jv+cqPAEmsGomzlHh9desvYxvrzkxHtH5W19+aYLJ2f9bmnS2yxGDAX1A==", "multiple_ids"=>"[23137]"} Setting Load (6.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (7.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]]  (0.5ms) BEGIN PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23137], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:44:01.322531"], ["updated_at", "2018-12-04 13:44:01.322531"]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23137], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 23137]] KepplerFrontend::View Destroy (0.9ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 23137]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:44:01.341248' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (23.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (2.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 212ms (ActiveRecord: 58.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:44:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.0ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (66.8ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (45.5ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (50.5ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (2.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (18.9ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (231.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (376.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (911.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.7ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (46.8ms) Completed 200 OK in 1535ms (Views: 1475.4ms | ActiveRecord: 18.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:44:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:44:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:44:03 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:44:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (5.9ms) 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 (5.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", "index"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 96ms (Views: 24.5ms | ActiveRecord: 35.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:44:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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 (6.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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 (1.0ms) 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) BEGIN 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 Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:44:32.554937' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($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", "2018-12-04 13:44:20.222000"], ["updated_at", "2018-12-04 13:44:20.222000"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23301], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:44:32.560965"], ["updated_at", "2018-12-04 13:44:32.560965"]]  (23.4ms) COMMIT 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", "index"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (27.2ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.7ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (31.6ms) Rendered public_activity/layout/_destroy.html.haml (4.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (5.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (100.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (225.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (469.5ms) Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (139.4ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (96.7ms) Completed 200 OK in 1325ms (Views: 982.5ms | ActiveRecord: 54.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:44:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:44:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:44:34 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:44:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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 (0.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (3.6ms) 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 (3.6ms) 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]] KepplerFrontend::View Load (3.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", "index"], ["LIMIT", 1]]  (2.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 211ms (Views: 32.2ms | ActiveRecord: 23.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:44:34 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[23301]" for 127.0.0.1 at 2018-12-04 09:44:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"mjpi1nMv+BnOCR/m273CnJx7P9wPan1CUdTls5lVAx3YIG1N13X3DmEoz0YygvqulXNNZycXswWEPEkQ6mO2pQ==", "multiple_ids"=>"[23301]"} Setting Load (0.5ms) 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 (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23301], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:44:39.214905"], ["updated_at", "2018-12-04 13:44:39.214905"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23301], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 23301]] KepplerFrontend::View Destroy (0.7ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 23301]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:44:39.227075' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (19.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 96ms (ActiveRecord: 33.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:44:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.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", "index"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (26.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (37.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (25.4ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (23.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (11.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (159.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (269.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (619.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (88.2ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (50.5ms) Completed 200 OK in 1136ms (Views: 1088.4ms | ActiveRecord: 16.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:44:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:44:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:44:41 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:44:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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 (6.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 54ms (Views: 1.3ms | ActiveRecord: 15.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:45:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.5ms) KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (22.4ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (24.4ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (14.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (148.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (231.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (554.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.8ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (41.4ms) Completed 200 OK in 1212ms (Views: 981.1ms | ActiveRecord: 15.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:45:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:45:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:45:16 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:45:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 2.7ms | ActiveRecord: 13.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:45:17 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:47:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (2.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.2ms) BEGIN 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.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/test_index"], ["LIMIT", 1]] KepplerFrontend::View Update All (2.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:47:24.842270' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (2.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", "2018-12-04 13:46:49.224000"], ["updated_at", "2018-12-04 13:46:49.224000"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23623], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:47:24.851341"], ["updated_at", "2018-12-04 13:47:24.851341"]]  (23.3ms) COMMIT KepplerFrontend::View Load (2.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", "index"], ["LIMIT", 1]]  (2.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.6ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.0ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21) [["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (52.7ms) Rendered public_activity/layout/_destroy.html.haml (7.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (7.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (136.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (244.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (656.4ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (63.2ms) Completed 200 OK in 1379ms (Views: 1126.6ms | ActiveRecord: 73.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:47:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:47:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:47:26 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:47:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (5.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.3ms) 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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.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.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]] KepplerFrontend::View Load (0.9ms) 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]]  (8.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 109ms (Views: 5.8ms | ActiveRecord: 51.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:47:27 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[23623]" for 127.0.0.1 at 2018-12-04 09:47:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"cDEtKhGXB144RvwJgMDzrMuOZvvYNYl/RubyNVytO9wyKyKxtc0ISZdnLKlp/8uewoYUQPBIRziTDl6WL5uOZA==", "multiple_ids"=>"[23623]"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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 (1.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23623], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:47:30.015474"], ["updated_at", "2018-12-04 13:47:30.015474"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23623], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 23623]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 23623]] KepplerFrontend::View Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:47:30.027262' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (33.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 128ms (ActiveRecord: 50.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:47:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (4.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]] 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.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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.5ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (35.5ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (3.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (34.5ms) KepplerFrontend::View Load (3.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21) [["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (56.9ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (8.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (25.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (230.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (320.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (765.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (83.3ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (52.1ms) Completed 200 OK in 1380ms (Views: 1295.6ms | ActiveRecord: 28.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:47:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:47:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:47:32 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:47:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (4.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (6.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 76ms (Views: 2.7ms | ActiveRecord: 21.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:48:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) 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 (4.3ms) 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 (2.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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 (1.0ms) 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) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 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 Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:48:50.629609' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.4ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($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", "2018-12-04 13:48:11.521000"], ["updated_at", "2018-12-04 13:48:11.521000"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23787], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:48:50.633902"], ["updated_at", "2018-12-04 13:48:50.633902"]]  (20.3ms) COMMIT 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (42.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (42.4ms) Rendered public_activity/layout/_destroy.html.haml (7.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (5.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (132.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (237.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (512.8ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (123.5ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (46.3ms) Completed 200 OK in 1252ms (Views: 978.1ms | ActiveRecord: 87.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:48:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:48:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:48:52 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:48:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (4.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 (3.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]] KepplerFrontend::View Load (5.6ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 73ms (Views: 4.4ms | ActiveRecord: 26.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:48:53 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[23787]" for 127.0.0.1 at 2018-12-04 09:48:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"ck1XGEr9LBya7S6JG1zNfiGJ5aIBR7d9dpjK4hSH05AwV1iD7qcjCzXM/inyY/VMKIGXGSk6eTqjcGZBZ7FmKA==", "multiple_ids"=>"[23787]"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23787], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:48:55.708516"], ["updated_at", "2018-12-04 13:48:55.708516"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23787], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 23787]] KepplerFrontend::View Destroy (0.7ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 23787]] KepplerFrontend::View Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:48:55.722419' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (31.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 92ms (ActiveRecord: 44.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:48:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) 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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.5ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (29.8ms) PublicActivity::Activity Exists (2.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (28.8ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (33.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (165.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (276.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (772.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.9ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (50.7ms) Completed 200 OK in 1282ms (Views: 1235.4ms | ActiveRecord: 17.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:48:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:48:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:48:57 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:48:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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 (5.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" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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 (1.0ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 105ms (Views: 3.1ms | ActiveRecord: 19.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:50:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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_two"], ["LIMIT", 1]]  (0.2ms) BEGIN 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.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 Update All (4.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:50:22.321346' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (3.4ms) INSERT INTO "keppler_frontend_views" ("name", "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", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-12-04 13:49:16.303000"], ["updated_at", "2018-12-04 13:49:16.303000"]] PublicActivity::Activity Create (5.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23951], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:50:22.332546"], ["updated_at", "2018-12-04 13:50:22.332546"]]  (23.9ms) COMMIT KepplerFrontend::View Load (2.9ms) 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]]  (3.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] Rendered admin/layouts/_listing_preloader.haml (51.3ms) KepplerFrontend::View Load (1.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (497.9ms) PublicActivity::Activity Exists (1.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (3.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (2.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2]] Rendered public_activity/layout/_create.html.haml (323.3ms) Rendered public_activity/layout/_destroy.html.haml (43.3ms) Rendered public_activity/layout/_create.html.haml (4.5ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (4.9ms) Rendered public_activity/layout/_destroy.html.haml (4.9ms) Rendered public_activity/layout/_create.html.haml (5.9ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (5.9ms) Rendered public_activity/layout/_create.html.haml (5.5ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (5.5ms) Rendered public_activity/layout/_create.html.haml (5.5ms) Rendered public_activity/layout/_destroy.html.haml (4.0ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (5.2ms) Rendered public_activity/layout/_create.html.haml (4.7ms) Rendered public_activity/layout/_destroy.html.haml (4.6ms) Rendered public_activity/layout/_create.html.haml (6.0ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (6.0ms) Rendered public_activity/layout/_destroy.html.haml (6.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (12.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (751.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1637.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1400.9ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (204.3ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (99.1ms) Completed 200 OK in 3752ms (Views: 3452.9ms | ActiveRecord: 69.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:50:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:50:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:50:26 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:50:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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_two"], ["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", "index"], ["LIMIT", 1]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 6.5ms | ActiveRecord: 13.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:50:27 -0400 Started GET "/admin/frontend/views/23136/editor" for 127.0.0.1 at 2018-12-04 09:50:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"23136"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23136], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (85.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (25.1ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (79.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (246.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (255.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (575.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.4ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 1042ms (Views: 983.0ms | ActiveRecord: 25.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:50:32 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:50:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] 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.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_two"], ["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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 136ms (Views: 3.3ms | ActiveRecord: 17.3ms) Started GET "/admin/frontend/views/23951/editor" for 127.0.0.1 at 2018-12-04 09:50:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"23951"} 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23951], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (38.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.8ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (32.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (113.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (118.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (568.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.5ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (8.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 875ms (Views: 842.2ms | ActiveRecord: 8.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:50:35 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:50:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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_two"], ["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 3.4ms | ActiveRecord: 10.2ms) Started GET "/admin/frontend/views/reload" for 127.0.0.1 at 2018-12-04 09:50:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#reload 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 17ms (ActiveRecord: 3.4ms) NoMethodError - undefined method `reload?' for #: Started GET "/admin/frontend/views/23951/editor" for 127.0.0.1 at 2018-12-04 09:50:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"23951"} Setting Load (2.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23951], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (78.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (25.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (69.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (315.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (360.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1210.3ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (113.1ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (11.2ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (43.7ms) Completed 200 OK in 1892ms (Views: 1843.9ms | ActiveRecord: 14.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:50:46 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:50:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.6ms) 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_two"], ["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", "index"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 3.4ms | ActiveRecord: 12.1ms) Started DELETE "/admin/frontend/views/23951" for 127.0.0.1 at 2018-12-04 09:50:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"t3pvtl9J9lGrkDuZU+RupPzcOW5RlLXXbMM6n5IfMCf1YGAt+xP5RgSx6zm621aW9dRL1Xnpe5C5K5Y84SmFnw==", "id"=>"23951"} 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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 23951], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 23951], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:50:49.515174"], ["updated_at", "2018-12-04 13:50:49.515174"]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 23951], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 23951]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 23951]] KepplerFrontend::View Update All (1.0ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:50:49.535551' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (24.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 99ms (ActiveRecord: 38.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:50:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (41.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.0ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (55.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (56.3ms) KepplerFrontend::View Load (2.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3], ["id", 2]] Rendered public_activity/layout/_create.html.haml (47.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (6.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (2.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (15.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (272.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (391.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1559.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.5ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (44.9ms) Completed 200 OK in 2292ms (Views: 2195.9ms | ActiveRecord: 59.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:50:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:50:55 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:50:55 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:50:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 4.0ms | ActiveRecord: 9.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:51:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.3ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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_two"], ["LIMIT", 1]]  (0.1ms) BEGIN 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 Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:51:56.766425' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (0.5ms) INSERT INTO "keppler_frontend_views" ("name", "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", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-12-04 13:51:41.027000"], ["updated_at", "2018-12-04 13:51:41.027000"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24115], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:51:56.772593"], ["updated_at", "2018-12-04 13:51:56.772593"]]  (19.1ms) COMMIT KepplerFrontend::View Load (0.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.0ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (67.1ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3]] Rendered public_activity/layout/_create.html.haml (72.7ms) Rendered public_activity/layout/_destroy.html.haml (9.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (12.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (211.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (363.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1130.2ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.8ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (95.3ms) Completed 200 OK in 1996ms (Views: 1753.5ms | ActiveRecord: 59.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:51:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:51:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:51:59 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:51:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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_two"], ["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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 2.9ms | ActiveRecord: 10.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:52:00 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[24115]" for 127.0.0.1 at 2018-12-04 09:52:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"ysfPRRo9jZyrTRNA5tiwsohcR+Ix4tadq6Yc4E2G7xSI3cDevmeCiwRsw+AP54iAgVQ1WRmfGNp+TrBDPrBarA==", "multiple_ids"=>"[24115]"} Setting Load (2.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]]  (0.4ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24115], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:52:03.657446"], ["updated_at", "2018-12-04 13:52:03.657446"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24115], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 24115]] KepplerFrontend::View Destroy (0.8ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 24115]] KepplerFrontend::View Update All (0.8ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:52:03.674634' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (24.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 103ms (ActiveRecord: 42.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:52:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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 (1.2ms) 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]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.5ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (22.8ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4], ["id", 3]] Rendered public_activity/layout/_create.html.haml (25.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (2.6ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (16.4ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (182.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (287.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (581.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.5ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (57.2ms) Completed 200 OK in 1109ms (Views: 1069.0ms | ActiveRecord: 14.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:52:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:52:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:52:05 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:52:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.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", "index"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 2.3ms | ActiveRecord: 12.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:52:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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_two"], ["LIMIT", 1]]  (0.2ms) BEGIN 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 Update All (1.0ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:52:42.161032' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) 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", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-12-04 13:52:13.692000"], ["updated_at", "2018-12-04 13:52:13.692000"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24117], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:52:42.170053"], ["updated_at", "2018-12-04 13:52:42.170053"]]  (19.6ms) COMMIT KepplerFrontend::View Load (0.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (4.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.7ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (41.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4]] Rendered public_activity/layout/_create.html.haml (36.4ms) Rendered public_activity/layout/_destroy.html.haml (7.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (10.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (131.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (240.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (655.0ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (34.4ms) Completed 200 OK in 1419ms (Views: 1099.8ms | ActiveRecord: 128.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:52:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:52:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:52:43 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:52:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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_two"], ["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", "index"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 2.2ms | ActiveRecord: 10.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:52:44 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[24117]" for 127.0.0.1 at 2018-12-04 09:52:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"hBRtaatYWpBGs0O0OF3vayx8R40M6s18MiRhoJHaPMrGDmLyDwJVh+mSkxTRYtdZJXQ1NiSXAzvnzM0D4uyJcg==", "multiple_ids"=>"[24117]"} 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.7ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24117], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:52:47.474771"], ["updated_at", "2018-12-04 13:52:47.474771"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24117], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 24117]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 24117]] KepplerFrontend::View Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:52:47.488591' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (17.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 108ms (ActiveRecord: 31.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:52:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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.9ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.6ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (53.8ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (50.2ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5], ["id", 4]] Rendered public_activity/layout/_create.html.haml (52.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (18.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (252.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (386.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1224.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.1ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (9.4ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (54.3ms) Completed 200 OK in 1942ms (Views: 1825.2ms | ActiveRecord: 20.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:52:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:52:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:52:50 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:52:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.6ms) 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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 46ms (Views: 2.5ms | ActiveRecord: 12.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:53:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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_two"], ["LIMIT", 1]]  (0.2ms) BEGIN 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 (2.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 Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 13:53:36.351229' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) 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", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-12-04 13:53:08.665000"], ["updated_at", "2018-12-04 13:53:08.665000"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24281], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 13:53:36.355847"], ["updated_at", "2018-12-04 13:53:36.355847"]]  (22.9ms) COMMIT 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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24281], ["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5]] Rendered public_activity/layout/_create.html.haml (34.9ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (9.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (122.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (195.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (539.2ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.3ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (37.1ms) Completed 200 OK in 1244ms (Views: 941.1ms | ActiveRecord: 45.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:53:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:53:37 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:53:37 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:53:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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_two"], ["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", "index"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 3.3ms | ActiveRecord: 13.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 09:53:38 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[24281]" for 127.0.0.1 at 2018-12-04 09:53:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"okIxrbzSdzhN1l9SAK3RlbMYwS/2aUnX0GeIyILK9cXgWD42GIh4L+L3j/LpkumnuhCzlN4Uh5AFjyRr8fxAfQ==", "multiple_ids"=>"[24281]"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24281], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 13:53:41.264789"], ["updated_at", "2018-12-04 13:53:41.264789"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24281], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 24281]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 24281]] KepplerFrontend::View Update All (0.5ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 13:53:41.283206' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (22.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 123ms (ActiveRecord: 37.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 09:53:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.0ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (28.6ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24281], ["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735], ["id", 5]] Rendered public_activity/layout/_create.html.haml (30.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (13.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (159.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (305.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1243.1ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (83.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.3ms) Rendered admin/layouts/_messages.html.haml (6.0ms) Rendered admin/layouts/_preloader.html.haml (11.6ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (76.3ms) Completed 200 OK in 1948ms (Views: 1900.6ms | ActiveRecord: 15.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 09:53:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 09:53:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 09:53:43 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 09:53:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 2.7ms | ActiveRecord: 11.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:18:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) 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.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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.6ms) 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_two"], ["LIMIT", 1]]  (0.2ms) BEGIN 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 Update All (5.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" + 1), "updated_at" = '2018-12-04 14:18:18.342785' WHERE (1 = 1) AND ("keppler_frontend_views"."position" >= 3) KepplerFrontend::View Create (4.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", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2018-12-04 13:54:08.475000"], ["updated_at", "2018-12-04 13:54:08.475000"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24606], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 14:18:18.356241"], ["updated_at", "2018-12-04 14:18:18.356241"]]  (18.2ms) COMMIT 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", "index"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (31.6ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (4.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24606], ["id", 24281], ["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735]] Rendered public_activity/layout/_create.html.haml (42.3ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (5.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (124.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (236.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (812.5ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (234.5ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (41.9ms) Completed 200 OK in 1715ms (Views: 1374.6ms | ActiveRecord: 113.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:18:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 10:18:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 10:18:21 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 10:18:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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_two"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 3.1ms | ActiveRecord: 11.2ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 10:18:22 -0400 Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[24606]" for 127.0.0.1 at 2018-12-04 10:18:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"eXJH0eUlKGznHr+t1Tmjx+G/8KlRTYuHFjUL2poub5c7aEhKQX8ne0g/bw08Bpv16LeCEnkwRcDD3ad56RjaLw==", "multiple_ids"=>"[24606]"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 24606], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 14:18:24.861556"], ["updated_at", "2018-12-04 14:18:24.861556"]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 24606], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 24606]] KepplerFrontend::View Destroy (0.7ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 24606]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 14:18:24.915021' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 3)  (20.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 148ms (ActiveRecord: 38.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:18:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.3ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (37.0ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (25.4ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24606], ["id", 24281], ["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735]] Rendered public_activity/layout/_create.html.haml (37.0ms) Rendered public_activity/layout/_destroy.html.haml (5.6ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (8.1ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (2.8ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (4.6ms) Rendered public_activity/layout/_destroy.html.haml (4.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (10.7ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (2.4ms) Rendered public_activity/layout/_update.html.haml (15.9ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (2.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (262.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (354.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1279.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.4ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (11.0ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (173.5ms) Completed 200 OK in 2077ms (Views: 2029.2ms | ActiveRecord: 16.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:18:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 10:18:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 10:18:27 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 10:18:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (5.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.9ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 67ms (Views: 1.5ms | ActiveRecord: 22.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:18:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (1.6ms) 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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (15.0ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (31.9ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (24.1ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22) [["id", 24606], ["id", 24281], ["id", 24117], ["id", 24115], ["id", 23951], ["id", 23787], ["id", 23623], ["id", 23301], ["id", 23137], ["id", 23136], ["id", 18603], ["id", 22969], ["id", 22805], ["id", 22641], ["id", 22476], ["id", 22149], ["id", 21985], ["id", 21821], ["id", 21657], ["id", 10658], ["id", 6659], ["id", 1735]] Rendered public_activity/layout/_create.html.haml (24.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (142.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (268.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (814.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (191.4ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (135.8ms) Completed 200 OK in 1889ms (Views: 1496.2ms | ActiveRecord: 69.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:19:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 10:19:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 10:19:01 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 10:19:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.9ms | ActiveRecord: 6.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 10:19:02 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:20:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.8ms) NoMethodError - undefined method `appearance' for nil:NilClass: app/controllers/application_controller.rb:40:in `appearance' Started POST "/__better_errors/0ca4cf89a697d762/variables" for 127.0.0.1 at 2018-12-04 10:20:02 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (51.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (5031.3ms) DROP DATABASE IF EXISTS "keppler-core"  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (343.5ms) DROP DATABASE IF EXISTS "keppler-core"  (0.8ms) DROP DATABASE IF EXISTS "keppler-core"  (1485.9ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (1.2ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (117.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (89.7ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.2ms) SELECT pg_try_advisory_lock(3816127366556348340)  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.3ms) BEGIN  (89.7ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (32.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (31.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (3.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (14.0ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.8ms) BEGIN  (92.9ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.1ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (1.0ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (37.3ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (30.0ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (39.4ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (39.4ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (38.3ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (16.1ms) COMMIT Migrating to CreateActivities (20151221173228)  (0.3ms) BEGIN  (88.6ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.8ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (47.2ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (45.9ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (29.8ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (31.2ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (31.1ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (14.7ms) COMMIT Migrating to CreateSettings (20160122201215)  (0.3ms) BEGIN  (79.6ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (14.3ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.3ms) BEGIN  (95.1ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.0ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (21.1ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.3ms) BEGIN  (73.4ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (12.8ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (0.4ms) BEGIN  (81.4ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.7ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (12.7ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.3ms) BEGIN  (74.3ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.4ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (14.3ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (0.3ms) BEGIN  (71.2ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (2.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (17.1ms) COMMIT Migrating to CreateAppearances (20160201210520)  (1.0ms) BEGIN  (125.9ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.6ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (10.2ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.3ms) BEGIN  (93.1ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (9.8ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.3ms) BEGIN  (70.9ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (37.6ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (17.5ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (0.4ms) BEGIN  (69.0ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.1ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (16.9ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (0.3ms) BEGIN  (61.9ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (41.0ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (15.3ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (0.3ms) BEGIN  (111.6ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.4ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (21.5ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (1.1ms) BEGIN  (104.8ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (31.4ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (1.2ms) BEGIN  (205.9ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (10.3ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (0.2ms) BEGIN  (73.8ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.7ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (13.5ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (0.3ms) BEGIN  (101.5ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (13.1ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (0.2ms) BEGIN  (66.8ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (12.2ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (0.2ms) BEGIN  (67.0ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (20.9ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (0.7ms) BEGIN  (109.5ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (36.8ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (74.3ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (31.4ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (32.5ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (9.3ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (0.3ms) BEGIN  (70.4ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.2ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (16.6ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (0.3ms) BEGIN  (85.4ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (15.6ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (0.2ms) BEGIN  (0.4ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (4.8ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (0.3ms) BEGIN  (112.2ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (113.4ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (15.2ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.3ms) BEGIN  (86.1ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.6ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (14.3ms) COMMIT Migrating to CreateSeos (20180904144238)  (0.4ms) BEGIN  (45.9ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (33.2ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (9.6ms) COMMIT ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (0.2ms) BEGIN ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-12-04 14:22:31.297962"], ["updated_at", "2018-12-04 14:22:31.297962"]]  (7.8ms) COMMIT  (0.3ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.2ms) BEGIN Role Exists (4.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (4.7ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-12-04 14:22:31.755640"], ["updated_at", "2018-12-04 14:22:31.755640"]]  (7.6ms) COMMIT Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (0.3ms) BEGIN Role Exists (3.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 (6.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (8.3ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-353faac6"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$P.yLm003Kh04cpsqnc0kkew9Zg957rzS4PtZDlpEU36iws6dHICwm"], ["created_at", "2018-12-04 14:22:32.209392"], ["updated_at", "2018-12-04 14:22:32.209392"]] 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", 1], ["key", "user.create"], ["created_at", "2018-12-04 14:22:32.293436"], ["updated_at", "2018-12-04 14:22:32.293436"]] User::HABTM_Roles Create (1.0ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (112.8ms) COMMIT  (0.4ms) BEGIN Setting Create (0.9ms) INSERT INTO "settings" ("name", "description", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["created_at", "2018-12-04 14:22:32.518469"], ["updated_at", "2018-12-04 14:22:32.518469"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-12-04 14:22:32.521543"], ["updated_at", "2018-12-04 14:22:32.521543"]] SmtpSetting Create (0.6ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "test"], ["port", "25"], ["domain_name", "keppler.com"], ["email", "info@keppler.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-12-04 14:22:32.522988"], ["updated_at", "2018-12-04 14:22:32.522988"]] GoogleAnalyticsSetting Create (0.7ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-12-04 14:22:32.524684"], ["updated_at", "2018-12-04 14:22:32.524684"]]  (19.9ms) COMMIT SocialAccount Load (0.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.2ms) BEGIN SocialAccount Create (0.8ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-12-04 14:22:32.576684"], ["updated_at", "2018-12-04 14:22:32.576684"]]  (40.9ms) COMMIT Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.3ms) BEGIN Appearance Create (0.8ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-12-04 14:22:32.642130"], ["updated_at", "2018-12-04 14:22:32.642130"]]  (8.0ms) COMMIT  (0.3ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-12-04 14:22:32.656594"], ["updated_at", "2018-12-04 14:22:32.656594"]]  (8.1ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["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", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-12-04 14:22:32.702430"], ["updated_at", "2018-12-04 14:22:32.702430"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-04 14:22:32.712103"], ["updated_at", "2018-12-04 14:22:32.712103"]]  (3.6ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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 (2.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-04 14:22:32.725552"], ["updated_at", "2018-12-04 14:22:32.725552"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "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-12-04 14:22:32.735800"], ["updated_at", "2018-12-04 14:22:32.735800"]]  (4.8ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Partial Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (0.5ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-12-04 14:22:32.778278"], ["updated_at", "2018-12-04 14:22:32.778278"]] PublicActivity::Activity Create (0.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "KepplerFrontend::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-12-04 14:22:32.782179"], ["updated_at", "2018-12-04 14:22:32.782179"]]  (17.1ms) COMMIT Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:26:50 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) 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.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" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 484ms (ActiveRecord: 33.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-04 10:26:50 -0400 Processing by Devise::SessionsController#new 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (189.8ms) Rendered admin/layouts/_head.html.haml (9280.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.1ms) Rendered admin/layouts/_git_info.html.haml (60.7ms) Completed 200 OK in 9629ms (Views: 9596.2ms | ActiveRecord: 3.3ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-04 10:27:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 10:27:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 10:27:01 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-04 10:27:09 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/VjjrNDYdUFXXwXinV7tBcpeNch2ODbwb6dK4i3Q5Im/Quw3dIJ6Vvh+1UJ0YdU3w1ZHc15F+Le6T+ZBXuZRMQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK 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.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]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.4ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-12-04 14:27:09.443991"], ["last_sign_in_at", "2018-12-04 14:27:09.443991"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-12-04 14:27:09.445739"], ["id", 1]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-04 14:27:09.450920"], ["updated_at", "2018-12-04 14:27:09.450920"]]  (20.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views Completed 302 Found in 374ms (ActiveRecord: 35.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:27:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.9ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.2ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (49.7ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (1.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (90.1ms) Rendered public_activity/layout/_create.html.haml (10.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (138.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (326.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3355.9ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (122.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1099.4ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (10.3ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (156.5ms) Completed 200 OK in 5299ms (Views: 5180.6ms | ActiveRecord: 30.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:27:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 10:27:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 10:27:17 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 10:27:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) 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 (1.0ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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.6ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 2.9ms | ActiveRecord: 12.2ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2018-12-04 10:27:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} 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.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 (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (379.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (120.9ms) KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (2.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (2.2ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (393.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (1307.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (1350.1ms) Started GET "/" for 127.0.0.1 at 2018-12-04 10:27:26 -0400 Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2248.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Processing by KepplerFrontend::App::FrontendController#index as HTML Permission Load (78.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Setting Load (7.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] SocialAccount Load (9.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerLanguages::Language Load (2.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] Appearance Load (15.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] CACHE 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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] MetaTag Load (1.8ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (322.8ms) Script Load (4.8ms) SELECT "scripts".* FROM "scripts" Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.4ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (23.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (37.9ms) Completed 200 OK in 4491ms (Views: 4097.9ms | ActiveRecord: 119.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (3442.5ms) Completed 200 OK in 3647ms (Views: 3460.6ms | ActiveRecord: 86.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:27:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 10:27:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.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.9ms) 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]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 45ms (Views: 3.3ms | ActiveRecord: 11.1ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 10:27:42 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (1.4ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["description", "Function to block a view if the user is not authenticated"], ["position", 1], ["created_at", "2018-12-04 14:27:42.192901"], ["updated_at", "2018-12-04 14:27:42.192901"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 14:27:42.200565"], ["updated_at", "2018-12-04 14:27:42.200565"]]  (26.4ms) COMMIT 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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (23.0ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (21.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (34.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (130.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (547.5ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.6ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (50.1ms) Completed 200 OK in 1061ms (Views: 916.9ms | ActiveRecord: 50.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:27:43 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 10:27:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.4ms | ActiveRecord: 7.4ms) Started GET "/admin/frontend/vie" for 127.0.0.1 at 2018-12-04 10:28:49 -0400 ActionController::RoutingError (No route matches [GET] "/admin/frontend/vie"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 10:30:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:30:40 -0400 KepplerLanguages::Language Load (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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.6ms) 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]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (23.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (133.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (610.2ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (155.0ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (31.9ms) Completed 200 OK in 1290ms (Views: 1002.6ms | ActiveRecord: 36.3ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2018-12-04 10:30:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (31.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (10.7ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (36.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (107.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (112.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (782.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (152.5ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (8.8ms) Rendered admin/layouts/_footer.html.haml (10.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.4ms) Rendered admin/layouts/_git_info.html.haml (75.8ms) Completed 200 OK in 1429ms (Views: 1190.1ms | ActiveRecord: 36.7ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2018-12-04 10:30:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (44.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (15.4ms) KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (67.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (159.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (169.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (5098.2ms) CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (276.7ms) CACHE 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]] CACHE Role Load (0.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]] Permission Load (1.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (632.2ms) Rendered admin/layouts/_messages.html.haml (27.7ms) Rendered admin/layouts/_preloader.html.haml (57.0ms) Rendered admin/layouts/_footer.html.haml (25.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (32.9ms) Rendered admin/layouts/_git_info.html.haml (105.1ms) Completed 200 OK in 6753ms (Views: 6714.7ms | ActiveRecord: 18.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 10:31:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 10:31:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 10:31:02 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 10:50:56 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) 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 (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE 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]]  (2.2ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (4.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE (0.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (77.8ms) KepplerFrontend::CallbackFunction Load (2.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (312.8ms) PublicActivity::Activity Exists (2.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (3.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (3.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (128.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (216.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (1067.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (5289.5ms) CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (278.3ms) CACHE 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]] CACHE Role Load (0.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]] Permission Load (2.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (1490.9ms) Rendered admin/layouts/_messages.html.haml (39.3ms) Rendered admin/layouts/_preloader.html.haml (56.3ms) Rendered admin/layouts/_footer.html.haml (20.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (29.8ms) Rendered admin/layouts/_git_info.html.haml (107.0ms) Completed 200 OK in 9453ms (Views: 8557.0ms | ActiveRecord: 107.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 10:51:06 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 10:51:06 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 1.5ms | ActiveRecord: 8.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 11:02:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (25.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.1ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (18.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (85.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (553.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.6ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (52.5ms) Completed 200 OK in 1085ms (Views: 870.1ms | ActiveRecord: 41.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 11:02:44 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 11:02:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.3ms | ActiveRecord: 7.0ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2018-12-04 11:02:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"7o/eSo3heRX4VSY/2i3e+nih8l+92ChV4EneNne4FyWduqxpl1k6P87mpYzOQHXzKY3CvgHuVB/rwMLywFP4uw==", "multiple_ids"=>"[2]"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (8.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.4ms) BEGIN PublicActivity::Activity Create (2.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-04 15:02:48.210137"], ["updated_at", "2018-12-04 15:02:48.210137"]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]] KepplerFrontend::View Update All (0.6ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-04 15:02:48.228334' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (33.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 151ms (ActiveRecord: 61.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-04 11:02:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE (0.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (62.4ms) KepplerFrontend::View Load (3.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (182.1ms) PublicActivity::Activity Exists (2.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (73.0ms) KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (89.5ms) Rendered public_activity/layout/_create.html.haml (5.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (256.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (664.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (4912.8ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (229.9ms) CACHE 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]] CACHE Role Load (0.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]] Permission Load (1.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (889.3ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (61.3ms) Completed 200 OK in 7098ms (Views: 6874.0ms | ActiveRecord: 54.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 11:02:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 11:02:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 11:02:56 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-04 11:02:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 1.2ms | ActiveRecord: 19.7ms) Started GET "/" for 127.0.0.1 at 2018-12-04 11:33:16 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (22.1ms) Rendered app/layouts/_google_analytics.html.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (49.0ms) Rendered app/layouts/_head.html.haml (678.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (737.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (17.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1851.5ms) Completed 200 OK in 2672ms (Views: 2616.9ms | ActiveRecord: 14.9ms) Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-12-04 11:33:19 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-04 11:33:19 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-04 11:33:19 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:27:21 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (23.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (37.8ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (11.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (19.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (156.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3212.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (76.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (500.8ms) Completed 200 OK in 4285ms (Views: 4088.6ms | ActiveRecord: 47.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:27:26 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:27:26 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (7.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 84ms (Views: 15.2ms | ActiveRecord: 20.5ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 13:27:29 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (159.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (175.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (475.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.7ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (30.9ms) Completed 200 OK in 841ms (Views: 801.7ms | ActiveRecord: 6.9ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 13:52:12 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.1ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (40.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (45.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (575.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (278.6ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 1577ms (Views: 990.3ms | ActiveRecord: 64.2ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-04 13:52:15 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-04 13:52:15 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-04 13:52:15 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-04 13:52:15 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-04 13:52:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:52:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:52:16 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 13:52:18 -0400 Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:53:18 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zjN0KMLsxZsWTgRAbYgywwfwmTCA4Rt53H5uSlHSNHm9BgYL2FSGsSD9h/N55ZnKVtyp0TzXZzPX93KO5jnb5w==", "callback_function"=>{"name"=>"login_path", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "login_path"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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", "login_path"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 17:53:18.412850"], ["updated_at", "2018-12-04 17:53:18.412850"]] PublicActivity::Activity Create (2.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 26], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 17:53:18.418770"], ["updated_at", "2018-12-04 17:53:18.418770"]]  (36.5ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (16.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (21.0ms) Completed 500 Internal Server Error in 231ms (ActiveRecord: 47.5ms) NoMethodError - undefined method `model_name' for nil:NilClass: Started POST "/__better_errors/ebb6cf03f7f83fae/variables" for 127.0.0.1 at 2018-12-04 13:53:19 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:53:55 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zjN0KMLsxZsWTgRAbYgywwfwmTCA4Rt53H5uSlHSNHm9BgYL2FSGsSD9h/N55ZnKVtyp0TzXZzPX93KO5jnb5w==", "callback_function"=>{"name"=>"login_path", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "login_path"], ["LIMIT", 1]]  (0.3ms) ROLLBACK Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (23.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (30.5ms) Completed 500 Internal Server Error in 142ms (ActiveRecord: 17.2ms) NoMethodError - undefined method `model_name' for nil:NilClass: Started POST "/__better_errors/8326885e46c517d8/variables" for 127.0.0.1 at 2018-12-04 13:53:55 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:54:00 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] Rendered admin/layouts/_listing_preloader.haml (61.0ms) KepplerFrontend::CallbackFunction Load (1.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (343.0ms) PublicActivity::Activity Exists (1.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (2.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (2.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2) [["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (128.1ms) Rendered public_activity/layout/_create.html.haml (21.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (228.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (881.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1698.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.0ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (48.2ms) Completed 200 OK in 2924ms (Views: 2869.8ms | ActiveRecord: 29.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:54:04 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:54:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.7ms | ActiveRecord: 7.9ms) Started GET "/admin/frontend/callback_functions/26/editor" for 127.0.0.1 at 2018-12-04 13:54:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"26"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (36.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (65.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (504.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (45.6ms) Completed 200 OK in 790ms (Views: 732.4ms | ActiveRecord: 12.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:54:20 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:54:20 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 26ms (Views: 1.5ms | ActiveRecord: 6.7ms) Started DELETE "/admin/frontend/callback_functions/26" for 127.0.0.1 at 2018-12-04 13:54:26 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy as HTML Parameters: {"authenticity_token"=>"iuPEfBYJWNEjNfGVCo4bJqquvgV6yAuIUiP2v7ItLVz51rZfDLEb+xWGciYe47Av+4KO5Mb+d8JZqup7BcbCwg==", "id"=>"26"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 26], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 17:54:26.914302"], ["updated_at", "2018-12-04 17:54:26.914302"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 26], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.5ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 26]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 17:54:26.922555' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (21.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 56ms (ActiveRecord: 28.8ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:54:26 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (5.3ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (8.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::CallbackFunction Load (4.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (30.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (8.4ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2) [["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.1ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (53.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (147.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (494.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.6ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (49.8ms) Completed 200 OK in 848ms (Views: 792.3ms | ActiveRecord: 32.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:54:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:54:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:54:29 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:54:29 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (7.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 2.0ms | ActiveRecord: 18.8ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 13:54:35 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (47.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (53.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (434.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (51.9ms) Completed 200 OK in 696ms (Views: 651.6ms | ActiveRecord: 17.7ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 13:55:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (20.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (25.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (474.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (46.6ms) Completed 200 OK in 878ms (Views: 712.6ms | ActiveRecord: 31.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:55:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:55:09 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 13:55:09 -0400 Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:55:12 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ivDfNM6eNY/9Y2bmrsDX8pE9zpX/GWBtLB2X9tolKU75xa0X1CZ2pcvQ5VW6rXz7wBH+dEMvHCcnlIsybc7G0A==", "callback_function"=>{"name"=>"login_path", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "login_path"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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", "login_path"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 17:55:12.370355"], ["updated_at", "2018-12-04 17:55:12.370355"]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 27], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 17:55:12.376381"], ["updated_at", "2018-12-04 17:55:12.376381"]]  (20.9ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (13.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (17.2ms) Completed 500 Internal Server Error in 82ms (ActiveRecord: 30.8ms) NoMethodError - undefined method `model_name' for nil:NilClass: Started POST "/__better_errors/366c16c969e3fd3c/variables" for 127.0.0.1 at 2018-12-04 13:55:12 -0400 PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:55:22 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE 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]]  (1.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (2.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE (0.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (55.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3) [["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (23.1ms) Rendered public_activity/layout/_destroy.html.haml (8.2ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (52.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (349.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1097.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.3ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (39.4ms) Completed 200 OK in 1919ms (Views: 1723.2ms | ActiveRecord: 22.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:55:25 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:55:28 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 3.8ms | ActiveRecord: 8.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:55:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:55:28 -0400 Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[27]" for 127.0.0.1 at 2018-12-04 13:55:38 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"GRjmL2xZoXjHOK4mIVf14ySTOwpTL6zgWDu3ltFrMolqLZQMduHiUvGLLZU1Ol7qdb8L6+8Z0KpTsqtSZoDdFw==", "multiple_ids"=>"[27]"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 27], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 17:55:38.090961"], ["updated_at", "2018-12-04 17:55:38.090961"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 27], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.3ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 27]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 17:55:38.094976' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (22.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 52ms (ActiveRecord: 29.4ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:55:38 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) KepplerFrontend::CallbackFunction Load (1.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (30.5ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.6ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3) [["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.5ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (45.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (131.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (567.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (42.7ms) Completed 200 OK in 888ms (Views: 855.8ms | ActiveRecord: 12.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:55:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:55:40 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:55:40 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:55:41 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (6.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (11.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (7.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (9.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (4.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (4.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (11.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 152ms (Views: 25.7ms | ActiveRecord: 82.0ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 13:58:08 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (22.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (29.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (677.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.5ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (38.7ms) Completed 200 OK in 1114ms (Views: 923.6ms | ActiveRecord: 43.8ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:58:13 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DMnFiE4VYQQnm2rWCzLtWSZ+4ScxEHHnc/KUAwMKdc1nOvOsCWwLpRFtTCHf1K5xY3Ri4Zw3VAF6iMssECNYKQ==", "callback_function"=>{"name"=>"login_path", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (3.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "login_path"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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", "login_path"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 17:58:13.176872"], ["updated_at", "2018-12-04 17:58:13.176872"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 28], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 17:58:13.181301"], ["updated_at", "2018-12-04 17:58:13.181301"]]  (46.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (24.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (29.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (489.4ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.8ms) 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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.4ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (28.6ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 200 OK in 765ms (Views: 642.0ms | ActiveRecord: 59.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:58:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:58:14 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:58:16 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "login_path"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (24.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4) [["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (11.6ms) Rendered public_activity/layout/_destroy.html.haml (3.9ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (29.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (90.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (403.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (43.9ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (109.4ms) Completed 200 OK in 743ms (Views: 686.5ms | ActiveRecord: 10.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:58:17 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:58:17 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "login_path"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 2.2ms | ActiveRecord: 6.3ms) Started GET "/admin/frontend/callback_functions/28/editor" for 127.0.0.1 at 2018-12-04 13:58:18 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"28"} 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.6ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 28], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (46.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (75.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (428.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.5ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.0ms) Rendered admin/layouts/_git_info.html.haml (44.3ms) Completed 200 OK in 693ms (Views: 651.9ms | ActiveRecord: 13.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:58:25 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:58:25 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (2.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "login_path"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 2.0ms | ActiveRecord: 12.0ms) Started DELETE "/admin/frontend/callback_functions/28" for 127.0.0.1 at 2018-12-04 13:58:28 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy as HTML Parameters: {"authenticity_token"=>"DD9iodrK0jjbjASCS/3WiQd4f+mCrbH3P2/zr7ZxH5N/ChCCwHKREu0/hzFfkH2AVlRPCD6bzb005u9rAZrwDQ==", "id"=>"28"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 28], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 28], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 17:58:28.639392"], ["updated_at", "2018-12-04 17:58:28.639392"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 28], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.4ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 28]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 17:58:28.645767' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (28.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 70ms (ActiveRecord: 36.8ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 13:58:28 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.1ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (44.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.2ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4) [["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (21.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (71.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (197.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (927.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.3ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (160.4ms) Completed 200 OK in 1497ms (Views: 1442.7ms | ActiveRecord: 17.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 13:58:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 13:58:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 13:58:30 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 13:58:31 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.5ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (7.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 60ms (Views: 2.0ms | ActiveRecord: 20.3ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 14:00:42 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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 (1.1ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (21.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (25.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (537.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (123.6ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (51.3ms) Completed 200 OK in 1018ms (Views: 785.8ms | ActiveRecord: 39.4ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:00:50 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jHZp+HvbHo5bAn7dhjjdOONJXuiokn6zFpkfq8S2WVXnhV/cPKJ0L230WCpS3p4QpkPdLgW1W1Uf40CE1590sQ==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 18:00:50.252006"], ["updated_at", "2018-12-04 18:00:50.252006"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 29], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 18:00:50.260434"], ["updated_at", "2018-12-04 18:00:50.260434"]]  (25.6ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (45.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (52.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (723.0ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.0ms) 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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.5ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (39.5ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 200 OK in 1002ms (Views: 923.9ms | ActiveRecord: 36.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 14:00:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 14:00:51 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:01:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.0ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (58.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5) [["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (30.5ms) Rendered public_activity/layout/_destroy.html.haml (8.6ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (74.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (215.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1125.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (449.3ms) Rendered admin/layouts/_messages.html.haml (27.3ms) Rendered admin/layouts/_preloader.html.haml (46.1ms) Rendered admin/layouts/_footer.html.haml (22.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (25.7ms) Rendered admin/layouts/_git_info.html.haml (101.7ms) Completed 200 OK in 2147ms (Views: 2095.3ms | ActiveRecord: 18.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:01:06 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:01:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 27ms (Views: 1.9ms | ActiveRecord: 7.2ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[29]" for 127.0.0.1 at 2018-12-04 14:15:38 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"/ZoUgxdDriJU7nJfpaxVDN4CIPWoD8+dAWY9Y3M5ljiOr2agDfvtCGJd8eyxwf4Fjy4QFBQ5s9cK7yGnxNJ5pg==", "multiple_ids"=>"[29]"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 29], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 29], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 29], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 29], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 29], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 18:15:39.455268"], ["updated_at", "2018-12-04 18:15:39.455268"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 29], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.3ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 29]] KepplerFrontend::CallbackFunction Update All (1.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 18:15:39.460066' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (30.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 262ms (ActiveRecord: 73.8ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:15:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.5ms) 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (28.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (7.6ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5) [["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (43.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (115.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (785.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (140.1ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (7.4ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (25.5ms) Rendered admin/layouts/_git_info.html.haml (102.2ms) Completed 200 OK in 1252ms (Views: 1219.0ms | ActiveRecord: 13.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:15:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 14:15:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 14:15:42 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:15:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 4.4ms | ActiveRecord: 8.2ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 14:15:46 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.6ms) 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (62.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (69.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (534.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (48.2ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (31.5ms) Completed 200 OK in 765ms (Views: 733.6ms | ActiveRecord: 6.6ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:15:50 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xmHAtfjxI5nfa0J1ORGR7OyZj5PsK7t3nNf3JiZ6zkGtkvaRv4hJOOmdZILt99LEqZMMVUEMnpGVragJNVPjpQ==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 18:15:50.879656"], ["updated_at", "2018-12-04 18:15:50.879656"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 30], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 18:15:50.884617"], ["updated_at", "2018-12-04 18:15:50.884617"]]  (34.7ms) COMMIT Completed 500 Internal Server Error in 23516ms (ActiveRecord: 42.4ms) SystemExit - exit: (byebug):1:in `install' Started POST "/__better_errors/2e8c16854ae86494/variables" for 127.0.0.1 at 2018-12-04 14:16:15 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:16:41 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xmHAtfjxI5nfa0J1ORGR7OyZj5PsK7t3nNf3JiZ6zkGtkvaRv4hJOOmdZILt99LEqZMMVUEMnpGVragJNVPjpQ==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN 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"], ["LIMIT", 1]]  (0.5ms) ROLLBACK Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (70.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (84.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (31773.1ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) 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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (264.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (49.4ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 200 OK in 32681ms (Views: 32232.4ms | ActiveRecord: 61.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 14:17:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 14:17:15 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 14:17:16 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:17:20 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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 (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.7ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (61.1ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (52.5ms) Rendered public_activity/layout/_destroy.html.haml (9.3ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (156.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (299.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1186.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (57.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.4ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (12.7ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.4ms) Rendered admin/layouts/_git_info.html.haml (60.3ms) Completed 200 OK in 1845ms (Views: 1784.9ms | ActiveRecord: 18.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:17:22 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:17:22 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 3.4ms | ActiveRecord: 11.3ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[30]" for 127.0.0.1 at 2018-12-04 14:17:27 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"u+gXX/0PW2T1Hdou8kKfFMx/uWsdXIoGrqnOTjAHY9nI3WV857cYTsOuWZ3mLzQdnVOJiqFq9kylINKKh+yMRw==", "multiple_ids"=>"[30]"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 30], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 18:17:27.417134"], ["updated_at", "2018-12-04 18:17:27.417134"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 30], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (3.0ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 30]] KepplerFrontend::CallbackFunction Update All (1.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 18:17:27.429213' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (18.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 107ms (ActiveRecord: 35.9ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:17:27 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.2ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (59.1ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.5ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (13.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (81.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (237.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (546.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (43.6ms) Completed 200 OK in 1022ms (Views: 966.9ms | ActiveRecord: 15.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:17:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 14:17:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 14:17:29 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:17:29 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.4ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 48ms (Views: 2.8ms | ActiveRecord: 12.4ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 14:17:31 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (35.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (42.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (599.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.3ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (38.6ms) Completed 200 OK in 869ms (Views: 831.4ms | ActiveRecord: 12.4ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:17:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3lXhp4TcndN9Y0JKHcoDzMzmYkVBdy6vizLwZUSJ2Lq1pteDw6X3ckuVZL3JLEDkiezhg+xQC0mCSK9KV6D1Xg==", "callback_function"=>{"name"=>"test_callback", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (3.4ms) BEGIN KepplerFrontend::CallbackFunction Exists (5.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 Load (7.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (10.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", ""], ["position", 2], ["created_at", "2018-12-04 18:17:39.199380"], ["updated_at", "2018-12-04 18:17:39.199380"]] PublicActivity::Activity Create (7.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 31], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 18:17:39.224377"], ["updated_at", "2018-12-04 18:17:39.224377"]]  (89.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/31/editor KepplerFrontend::CallbackFunction Load (2.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 340ms (ActiveRecord: 160.2ms) Started GET "/admin/frontend/callback_functions/31/editor" for 127.0.0.1 at 2018-12-04 14:17:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"31"} Setting Load (2.1ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (32.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (62.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (628.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (105.1ms) Completed 200 OK in 1343ms (Views: 953.5ms | ActiveRecord: 90.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 14:17:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 14:17:42 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:17:54 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (38.4ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (18.5ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (55.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (137.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (497.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (74.7ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (46.2ms) Completed 200 OK in 858ms (Views: 808.6ms | ActiveRecord: 23.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:17:55 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:17:55 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.3ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test_callback"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 2.2ms | ActiveRecord: 9.7ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[31]" for 127.0.0.1 at 2018-12-04 14:17:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"k1JAUm1q4iBXSsOMpjn8MVy+rcLbJLroY4vSsymcY9HgZzJxd9KhCmH5QD+yVFc4DZKdI2cSxqJoAs53nneMTw==", "multiple_ids"=>"[31]"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]]  (0.4ms) BEGIN PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 31], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 18:17:58.571577"], ["updated_at", "2018-12-04 18:17:58.571577"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.6ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 31]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 18:17:58.579753' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (31.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 94ms (ActiveRecord: 43.5ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:17:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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 (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (2.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (30.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.2ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (64.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (144.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (887.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (56.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (229.5ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (39.0ms) Completed 200 OK in 2177ms (Views: 1390.4ms | ActiveRecord: 57.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:18:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 14:18:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 14:18:01 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:18:01 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (0.8ms) 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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 3.2ms | ActiveRecord: 10.3ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 14:31:03 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (25.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (29.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (674.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (258.7ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (11.3ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (66.1ms) Completed 200 OK in 1424ms (Views: 1118.1ms | ActiveRecord: 43.1ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 14:46:27 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 14:46:27 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (15.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.3ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (35.3ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (14.1ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (15.3ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (67.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (162.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1118.6ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.3ms) CACHE 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]] CACHE 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]] Permission Load (2.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1857.5ms) Rendered admin/layouts/_messages.html.haml (24.1ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (36.9ms) Completed 200 OK in 3737ms (Views: 3263.9ms | ActiveRecord: 150.5ms) Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:46:33 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (2.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 361ms (Views: 2.2ms | ActiveRecord: 104.2ms) Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 14:46:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 7.4ms | ActiveRecord: 6.0ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:05:33 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (283.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (336.0ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:05:37 -0400 Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2469.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (231.5ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (7.4ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (50.5ms) Completed 200 OK in 4510ms (Views: 3289.5ms | ActiveRecord: 65.1ms) Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"4g+dHyQg6FJQVGV1QJ4vbbBsN5pcRe2FTH/cGPo+LuCJ/Ks7Y1mC82aiQ4KUeGxF9Wa0XPFiyGNFBYM36RcDBA==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (3.1ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (43.9ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:05:42.304038"], ["updated_at", "2018-12-04 19:05:42.304038"]] PublicActivity::Activity Create (8.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 155], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:05:42.354228"], ["updated_at", "2018-12-04 19:05:42.354228"]]  (35.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/155/editor KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 586ms (ActiveRecord: 135.8ms) Started GET "/admin/frontend/callback_functions/155/editor" for 127.0.0.1 at 2018-12-04 15:05:42 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"155"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 155], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (44.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (72.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (874.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (151.4ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (64.1ms) Completed 200 OK in 1523ms (Views: 1208.3ms | ActiveRecord: 54.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:05:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:05:45 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:05:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.5ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (25.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (15.9ms) Rendered public_activity/layout/_destroy.html.haml (4.1ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (48.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (111.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (463.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (17.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (45.4ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (36.7ms) Completed 200 OK in 729ms (Views: 693.8ms | ActiveRecord: 15.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:05:59 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:06:00 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 2.4ms | ActiveRecord: 8.6ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[155]" for 127.0.0.1 at 2018-12-04 15:06:02 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"WxUbnpdMCvJak8+ud6Box2/l7ySS5UHNCHGzh+rwhLooIGm9jfRJ2GwgTB1jzcPOPsnfxS7TPYcD+K9DXRtrJA==", "multiple_ids"=>"[155]"} Setting Load (0.6ms) 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 155], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 155], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 155], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 155], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 155], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:06:02.965209"], ["updated_at", "2018-12-04 19:06:02.965209"]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 155], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.4ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 155]] KepplerFrontend::CallbackFunction Update All (0.8ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:06:02.970716' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (23.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 62ms (ActiveRecord: 33.1ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:06:03 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.8ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (26.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.5ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (65.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (138.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (521.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (18.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (53.2ms) Completed 200 OK in 876ms (Views: 844.7ms | ActiveRecord: 11.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:06:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:06:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:06:04 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:06:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (11.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE 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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (3.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 109ms (Views: 5.2ms | ActiveRecord: 30.0ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:08:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.3ms) 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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (18.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (22.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (506.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (185.0ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (50.8ms) Completed 200 OK in 983ms (Views: 827.7ms | ActiveRecord: 28.7ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:08:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mFogl96fyCLnkBC2S6sf1/rVU4se1g1QglNYHqQN9hnzqRazmeaig9FmNkGfTVz/v9/QTbPxKLaLKQcxtyTb/Q==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.6ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:08:39.963395"], ["updated_at", "2018-12-04 19:08:39.963395"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 156], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:08:39.975007"], ["updated_at", "2018-12-04 19:08:39.975007"]]  (43.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/156/editor KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 103ms (ActiveRecord: 56.6ms) Started GET "/admin/frontend/callback_functions/156/editor" for 127.0.0.1 at 2018-12-04 15:08:40 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"156"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 156], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (154.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (284.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1358.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (190.5ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (10.8ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (75.3ms) Completed 200 OK in 2867ms (Views: 2019.7ms | ActiveRecord: 52.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:08:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:08:44 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:08:48 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.5ms) 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 (2.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.6ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (43.7ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.7ms) Rendered public_activity/layout/_destroy.html.haml (5.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (73.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (173.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (506.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (31.5ms) Completed 200 OK in 885ms (Views: 838.5ms | ActiveRecord: 15.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:08:49 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:08:49 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 28ms (Views: 1.3ms | ActiveRecord: 7.1ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[156]" for 127.0.0.1 at 2018-12-04 15:08:52 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"MyslYjUvU3N996jepxSKpaUouDP4SbgI1ynwECJPV95AHldBL5cQWUtEK22zeSGs9ASI0kR/xELcoOzUlaS4QA==", "multiple_ids"=>"[156]"} 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.7ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 156], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 156], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 156], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 156], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 156], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:08:52.861845"], ["updated_at", "2018-12-04 19:08:52.861845"]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 156], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.4ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 156]] KepplerFrontend::CallbackFunction Update All (0.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:08:52.872891' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (41.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 107ms (ActiveRecord: 53.6ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:08:52 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (26.0ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.9ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (17.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (71.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (157.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (509.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (35.9ms) Completed 200 OK in 1027ms (Views: 869.2ms | ActiveRecord: 12.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:08:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:08:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:08:56 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:08:57 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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.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 (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 2.4ms | ActiveRecord: 9.6ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:16:27 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (5.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.3ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (21.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (26.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (723.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (119.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (52.7ms) Completed 200 OK in 1230ms (Views: 974.6ms | ActiveRecord: 95.6ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:16:33 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"L/pqa90W9laqbHT8ywk7IT/AJfytaALVfCbHtnI4tIBECVxPmm+c95yaUgsf73gJesqmOgBPJzN1XJiZYRGZZA==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:16:33.662421"], ["updated_at", "2018-12-04 19:16:33.662421"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 157], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:16:33.669790"], ["updated_at", "2018-12-04 19:16:33.669790"]]  (70.9ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (25.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (30.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (516.7ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) 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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.4ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (38.8ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 200 OK in 800ms (Views: 685.6ms | ActiveRecord: 83.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:16:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:16:35 -0400 Started PATCH "/admin/frontend/callback_functions/157" for 127.0.0.1 at 2018-12-04 15:16:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bnPB3oA8TWkDx30XtuCbKs9GkIYY2aGRtpYx3Vp1PRMdRrP9moQOQzV0/qSijTAjnmqgZ6Tv3du9Hy0Z7Z7SjQ==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"2", "deleted_at"=>""}, "_save"=>"Save", "id"=>"157"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 AND "keppler_frontend_callback_functions"."id" != $2 LIMIT $3 [["name", "test"], ["id", 157], ["LIMIT", 1]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 157], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.update"], ["created_at", "2018-12-04 19:16:39.718141"], ["updated_at", "2018-12-04 19:16:39.718141"]]  (55.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/157 KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 94ms (ActiveRecord: 68.2ms) Started GET "/admin/frontend/callback_functions/157" for 127.0.0.1 at 2018-12-04 15:16:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#show as HTML Parameters: {"id"=>"157"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml within keppler_frontend/admin/layouts/application (17.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (725.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.7ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (48.9ms) Completed 200 OK in 1012ms (Views: 970.2ms | ActiveRecord: 8.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:16:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:16:41 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:16:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (33.1ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) [["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_update.html.haml (22.1ms) Rendered public_activity/layout/_create.html.haml (8.4ms) Rendered public_activity/layout/_destroy.html.haml (5.3ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (87.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (167.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (798.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (75.2ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (49.3ms) Completed 200 OK in 1192ms (Views: 1140.5ms | ActiveRecord: 22.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:16:44 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:16:45 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 22ms (Views: 1.3ms | ActiveRecord: 5.1ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[157]" for 127.0.0.1 at 2018-12-04 15:16:54 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"OgJtX/KUuVP+X9HLx8nFwaHa15trq2voRIJc5kzN0JFJNx986Cz6ecjsUnjTpG7I8PbnetedF6JPC0Ai+yY/Dw==", "multiple_ids"=>"[157]"} 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 (1.7ms) 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 (3.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (2.1ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (4.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.2ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]]  (3.6ms) BEGIN PublicActivity::Activity Create (2.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 157], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:16:54.959200"], ["updated_at", "2018-12-04 19:16:54.959200"]] KepplerFrontend::CallbackFunction Load (3.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 157], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (1.4ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 157]] KepplerFrontend::CallbackFunction Update All (1.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:16:55.019519' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (23.5ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 408ms (ActiveRecord: 59.4ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:16:55 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.8ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (41.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (23.2ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) [["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_update.html.haml (33.0ms) Rendered public_activity/layout/_create.html.haml (16.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (140.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (278.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1123.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.5ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (9.2ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (185.4ms) Completed 200 OK in 1829ms (Views: 1784.1ms | ActiveRecord: 12.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:16:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:16:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:16:58 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:16:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 23ms (Views: 1.3ms | ActiveRecord: 6.0ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:17:00 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (29.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (33.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (592.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (45.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (43.5ms) Completed 200 OK in 796ms (Views: 761.8ms | ActiveRecord: 7.2ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:17:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"u9E1AyFORMfV48wI18x+p5Udg9VZTxI3f8VL5VPACD3QIgMnZjcuZuMV6v8DKj2P0BcAE/RoN9F2vxTKQOkl2Q==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:17:04.231983"], ["updated_at", "2018-12-04 19:17:04.231983"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 158], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:17:04.237685"], ["updated_at", "2018-12-04 19:17:04.237685"]]  (50.9ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (22.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (29.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (518.5ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) 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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.2ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (55.1ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 200 OK in 793ms (Views: 704.8ms | ActiveRecord: 60.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:17:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:17:05 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:17:17 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (35.4ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) [["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.7ms) Rendered public_activity/layout/_destroy.html.haml (5.7ms) Rendered public_activity/layout/_update.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (76.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (154.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (510.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.1ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (8.4ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (44.1ms) Completed 200 OK in 877ms (Views: 839.9ms | ActiveRecord: 13.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:17:18 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:17:18 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 63ms (Views: 1.6ms | ActiveRecord: 33.3ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[158]" for 127.0.0.1 at 2018-12-04 15:17:20 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"Pc+QspSc8y3iaMLPKDSxchhefk7oCtPdn1/G4CzHCX9O+uKRjiSwB9TbQXw8WRp7SXJOr1Q8r5eU1tokmyzm4Q==", "multiple_ids"=>"[158]"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.2ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 158], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 158], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 158], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 158], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 158], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:17:20.807344"], ["updated_at", "2018-12-04 19:17:20.807344"]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 158], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.2ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 158]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:17:20.810729' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (30.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 119ms (ActiveRecord: 44.6ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:17:20 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.1ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.7ms) KepplerFrontend::CallbackFunction Load (1.2ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (36.1ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.2ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) [["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (16.3ms) Rendered public_activity/layout/_create.html.haml (8.0ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (5.5ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (6.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered public_activity/layout/_create.html.haml (4.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (165.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (268.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (669.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.3ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (68.9ms) Completed 200 OK in 1167ms (Views: 1126.4ms | ActiveRecord: 16.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:17:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:17:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:17:22 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:17:22 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (2.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 60ms (Views: 2.5ms | ActiveRecord: 17.8ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:17:45 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.0ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.7ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (45.8ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (25.8ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) [["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (19.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (13.3ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (122.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (262.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (572.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (150.8ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (41.2ms) Completed 200 OK in 1381ms (Views: 1083.0ms | ActiveRecord: 56.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:17:47 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:17:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:17:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:17:47 -0400 KepplerFrontend::CallbackFunction Load (9.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 86ms (Views: 3.5ms | ActiveRecord: 19.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-04 15:17:48 -0400 Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:17:55 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (24.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (29.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (465.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.4ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (37.7ms) Completed 200 OK in 675ms (Views: 649.1ms | ActiveRecord: 8.9ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:17:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wH7um5NihNoNPqwnYmjWyI/wuxgsEaGJYSfAuymW4G6rjdi/1BvuezvIitC2jpXgyvo43oE2hG9oXZ+UOr/Nig==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:17:58.766530"], ["updated_at", "2018-12-04 19:17:58.766530"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 159], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:17:58.772078"], ["updated_at", "2018-12-04 19:17:58.772078"]]  (39.7ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (41.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (47.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (497.3ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.4ms) 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]] CACHE Role Load (0.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]] Permission Load (3.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.0ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (51.4ms) KepplerFrontend::CallbackFunction Load (2.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 200 OK in 793ms (Views: 701.5ms | ActiveRecord: 59.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:18:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:18:00 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:18:02 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.7ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (38.9ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) [["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.6ms) Rendered public_activity/layout/_destroy.html.haml (6.6ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (9.5ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (91.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (177.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (450.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.3ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (50.8ms) Completed 200 OK in 824ms (Views: 785.7ms | ActiveRecord: 14.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:18:03 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:18:03 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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 (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (8.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (2.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 84ms (Views: 7.3ms | ActiveRecord: 26.5ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[159]" for 127.0.0.1 at 2018-12-04 15:18:06 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"pHIm/UxDXmt0CRzWlWNqGP/0mEcvwFlL0lH/D2QlW53XR1TeVvsdQUK6n2WBDsERrtioppP2JQHZ2OPL0860Aw==", "multiple_ids"=>"[159]"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 159], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 159], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 159], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 159], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 159], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:18:06.604182"], ["updated_at", "2018-12-04 19:18:06.604182"]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 159], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.3ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 159]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:18:06.608579' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (17.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 56ms (ActiveRecord: 25.0ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:18:06 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.5ms) 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 (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (20.9ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (60.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (15.1ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) [["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (17.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (15.5ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (4.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (134.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (310.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (530.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.1ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (22.7ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (50.4ms) Completed 200 OK in 1135ms (Views: 1048.6ms | ActiveRecord: 23.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:18:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:18:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:18:08 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:18:08 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 2.1ms | ActiveRecord: 8.1ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:21:15 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (25.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (29.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (536.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (127.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (38.1ms) Completed 200 OK in 987ms (Views: 782.9ms | ActiveRecord: 40.7ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:21:23 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"irrf5rW7Mdxd2Xhks+i6EDyUSXhiznjZYPMwHN6T/ybhSenC8sJbfWsvXpNnDvk4eZ7Kvs/pXT9piW8zzbrSwg==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:21:23.769053"], ["updated_at", "2018-12-04 19:21:23.769053"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 225], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:21:23.773468"], ["updated_at", "2018-12-04 19:21:23.773468"]]  (51.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/225/editor KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 95ms (ActiveRecord: 59.9ms) Started GET "/admin/frontend/callback_functions/225/editor" for 127.0.0.1 at 2018-12-04 15:21:23 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"225"} 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 (3.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (1.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (9.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (90.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (115.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1141.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (204.3ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (112.9ms) Completed 200 OK in 2019ms (Views: 1608.7ms | ActiveRecord: 147.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:21:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:21:26 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:21:31 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.6ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (28.3ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) [["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (24.4ms) Rendered public_activity/layout/_destroy.html.haml (4.8ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (7.0ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (87.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (160.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (519.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.2ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (45.5ms) Completed 200 OK in 902ms (Views: 858.5ms | ActiveRecord: 16.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:21:32 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:21:32 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.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.8ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 1.3ms | ActiveRecord: 9.8ms) Started GET "/admin/frontend/callback_functions/225/edit" for 127.0.0.1 at 2018-12-04 15:21:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#edit as HTML Parameters: {"id"=>"225"} 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 (1.5ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (22.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml within keppler_frontend/admin/layouts/application (27.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (530.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (54.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (124.2ms) Rendered admin/layouts/_messages.html.haml (8.0ms) Rendered admin/layouts/_preloader.html.haml (12.9ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.3ms) Rendered admin/layouts/_git_info.html.haml (55.9ms) Completed 200 OK in 910ms (Views: 851.8ms | ActiveRecord: 8.3ms) Started PATCH "/admin/frontend/callback_functions/225" for 127.0.0.1 at 2018-12-04 15:21:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iYb+1AvivEpqlvpUFi4A5Ez01T75UHtKOV5z/5ggBvvBpuPa11+HYRaja0lRIxTJHb9U64Jk7dfiXpK3MNpjtQ==", "callback_function"=>{"name"=>"test_one", "description"=>"", "position"=>"2", "deleted_at"=>""}, "_save"=>"Save", "id"=>"225"} 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.4ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 AND "keppler_frontend_callback_functions"."id" != $2 LIMIT $3 [["name", "test_one"], ["id", 225], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_callback_functions"."id" = $3 [["name", "test_one"], ["updated_at", "2018-12-04 19:21:43.208391"], ["id", 225]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 225], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.update"], ["created_at", "2018-12-04 19:21:43.214066"], ["updated_at", "2018-12-04 19:21:43.214066"]]  (20.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/225 KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 75ms (ActiveRecord: 28.3ms) Started GET "/admin/frontend/callback_functions/225" for 127.0.0.1 at 2018-12-04 15:21:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#show as HTML Parameters: {"id"=>"225"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml within keppler_frontend/admin/layouts/application (61.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1215.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (109.7ms) Rendered admin/layouts/_messages.html.haml (6.2ms) Rendered admin/layouts/_preloader.html.haml (10.4ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (48.3ms) Completed 200 OK in 1592ms (Views: 1552.0ms | ActiveRecord: 8.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:21:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:21:45 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:21:49 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test_one"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (31.3ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) [["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_update.html.haml (26.3ms) Rendered public_activity/layout/_create.html.haml (9.9ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (87.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (183.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (512.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (104.2ms) Completed 200 OK in 975ms (Views: 924.6ms | ActiveRecord: 15.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:21:50 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:21:51 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test_one"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 24ms (Views: 1.3ms | ActiveRecord: 5.6ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[225]" for 127.0.0.1 at 2018-12-04 15:22:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"wciTS3egnLPTknqqsOvdYW/DJaxSMUpHbAWW1ROnqEmy/eFobRjfmeUh+RmkhnZoPu8VTe4HNg1njIoRpExH1w==", "multiple_ids"=>"[225]"} 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.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 225], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:22:58.709007"], ["updated_at", "2018-12-04 19:22:58.709007"]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 225], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.3ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 225]] KepplerFrontend::CallbackFunction Update All (0.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:22:58.715751' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (45.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 301ms (ActiveRecord: 84.0ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:22:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.2ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (2.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (15.4ms) KepplerFrontend::CallbackFunction Load (1.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (53.8ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (30.8ms) KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) [["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_update.html.haml (37.9ms) Rendered public_activity/layout/_create.html.haml (17.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (4.2ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (4.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (4.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (4.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (196.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (330.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1215.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (309.2ms) Rendered admin/layouts/_messages.html.haml (24.5ms) Rendered admin/layouts/_preloader.html.haml (12.0ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Rendered admin/layouts/_git_info.html.haml (59.3ms) Completed 200 OK in 2088ms (Views: 2015.6ms | ActiveRecord: 40.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:23:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:23:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:23:01 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:23:01 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 45ms (Views: 4.7ms | ActiveRecord: 8.6ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-04 15:23:05 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (44.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (52.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1172.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (240.2ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (10.3ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (58.7ms) Completed 200 OK in 1903ms (Views: 1619.5ms | ActiveRecord: 33.1ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:23:13 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"KuagHXiJ5IF7dT05YwUPihLe31fBJz9sVC6IKiAHapRBFZY5P/COIE2DG86340yiV9RckWwAGopdVNcFMy5HcA==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-04 19:23:13.600126"], ["updated_at", "2018-12-04 19:23:13.600126"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 226], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-04 19:23:13.604731"], ["updated_at", "2018-12-04 19:23:13.604731"]]  (27.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/226/editor KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 64ms (ActiveRecord: 34.2ms) Started GET "/admin/frontend/callback_functions/226/editor" for 127.0.0.1 at 2018-12-04 15:23:13 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"226"} 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 (1.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 226], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (2.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (54.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (68.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (779.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (38.0ms) Completed 200 OK in 1322ms (Views: 1007.5ms | ActiveRecord: 110.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:23:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:23:15 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:23:18 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (14.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (32.2ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (117.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) [["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (42.1ms) Rendered public_activity/layout/_destroy.html.haml (8.5ms) Rendered public_activity/layout/_update.html.haml (7.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (132.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (375.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (682.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.3ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (51.3ms) Completed 200 OK in 1308ms (Views: 1230.8ms | ActiveRecord: 38.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:23:20 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:23:21 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 2.5ms | ActiveRecord: 6.8ms) Started GET "/admin/frontend/callback_functions/226/edit" for 127.0.0.1 at 2018-12-04 15:23:25 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#edit as HTML Parameters: {"id"=>"226"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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" Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 226], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (41.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/edit.html.haml within keppler_frontend/admin/layouts/application (48.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1177.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (109.8ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (100.2ms) Completed 200 OK in 1567ms (Views: 1530.2ms | ActiveRecord: 10.2ms) Started PATCH "/admin/frontend/callback_functions/226" for 127.0.0.1 at 2018-12-04 15:23:30 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QNFHJ/+E60qYlu25EzKuQzTp6Vlu6SUfxnyClsGCFgNdXNyvom50iWf3zzlY9cG4giDqWJ2/jhwvzIhkw8omGA==", "callback_function"=>{"name"=>"test_one", "description"=>"", "position"=>"2", "deleted_at"=>""}, "_save"=>"Save", "id"=>"226"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 226], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 AND "keppler_frontend_callback_functions"."id" != $2 LIMIT $3 [["name", "test_one"], ["id", 226], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "name" = $1, "updated_at" = $2 WHERE "keppler_frontend_callback_functions"."id" = $3 [["name", "test_one"], ["updated_at", "2018-12-04 19:23:30.331883"], ["id", 226]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 226], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.update"], ["created_at", "2018-12-04 19:23:30.337023"], ["updated_at", "2018-12-04 19:23:30.337023"]]  (40.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/226 KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 137ms (ActiveRecord: 48.8ms) Started GET "/admin/frontend/callback_functions/226" for 127.0.0.1 at 2018-12-04 15:23:30 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#show as HTML Parameters: {"id"=>"226"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 226], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/show.html.haml within keppler_frontend/admin/layouts/application (16.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (991.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (187.6ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (9.8ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.2ms) Rendered admin/layouts/_git_info.html.haml (55.7ms) Completed 200 OK in 1561ms (Views: 1331.5ms | ActiveRecord: 70.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:23:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:23:33 -0400 Started DELETE "/admin/frontend/callback_functions/226" for 127.0.0.1 at 2018-12-04 15:23:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy as HTML Parameters: {"authenticity_token"=>"vBlnxzWKWvG0ChVicEc2ud/6PJi3Zy6y0Kqa0fEBx4LPLBXkLzIZ24K5ltFkKp2wjtYMeQtRUvjbI4YVRuooHA==", "id"=>"226"} 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 226], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) BEGIN PublicActivity::Activity Create (3.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 226], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-04 19:23:39.202150"], ["updated_at", "2018-12-04 19:23:39.202150"]] KepplerFrontend::CallbackFunction Load (3.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 226], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (1.2ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 226]] KepplerFrontend::CallbackFunction Update All (2.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-04 19:23:39.218988' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (31.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 133ms (ActiveRecord: 74.1ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-04 15:23:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (20.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (13.1ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) [["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_update.html.haml (17.8ms) Rendered public_activity/layout/_create.html.haml (9.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (100.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (190.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (602.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (122.2ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (49.3ms) Completed 200 OK in 1242ms (Views: 1010.7ms | ActiveRecord: 43.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-04 15:23:41 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-04 15:23:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-04 15:23:43 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-04 15:23:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 1.5ms | ActiveRecord: 7.1ms) Started GET "/admin" for 127.0.0.1 at 2018-12-05 08:14:14 -0400  (22.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (30.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (40.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (34.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (19.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 481ms (ActiveRecord: 165.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-05 08:14:15 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.1ms) 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 (1.1ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (38.2ms) Rendered admin/layouts/_head.html.haml (15210.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (705.2ms) Completed 200 OK in 16120ms (Views: 16070.7ms | ActiveRecord: 10.0ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-05 08:14:32 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-05 08:14:32 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-05 08:14:32 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-05 08:14:32 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-05 08:14:32 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-12-05 08:14:32 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-05 08:14:34 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 08:14:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 08:14:34 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-05 08:14:41 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"J5fp36zFDK8UbUmA4h8lHJSWzWwKX/H7v9kUp8DI5Kq+KznSr9nRPwRhUe+msLvcjrJ/lqgCNedzW/DGXpOcPQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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]] User Load (81.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "sign_in_count" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["current_sign_in_at", "2018-12-05 12:14:41.962964"], ["sign_in_count", 2], ["updated_at", "2018-12-05 12:14:41.965523"], ["id", 1]] PublicActivity::Activity Create (383.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-05 12:14:42.056809"], ["updated_at", "2018-12-05 12:14:42.056809"]]  (15.5ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 957ms (ActiveRecord: 493.8ms) Started GET "/admin" for 127.0.0.1 at 2018-12-05 08:14:42 -0400 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (55.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 125ms (ActiveRecord: 85.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-05 08:14:42 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (34.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (686.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (14.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (389.5ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (28.3ms) Completed 200 OK in 1364ms (Views: 1265.4ms | ActiveRecord: 21.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 08:14:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 08:14:45 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-05 08:15:26 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 [["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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 1], ["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", 1], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/connection_error.haml within keppler_ga_dashboard/admin/layouts/application (4.4ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (485.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (141.1ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (35.8ms) Completed 200 OK in 901ms (Views: 721.2ms | ActiveRecord: 31.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 08:15:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 08:15:28 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 08:15:28 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-12-05 08:16:02 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (258.5ms) Rendered admin/rockets/_create_rocket.haml (18.0ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (361.7ms) Rendered admin/layouts/_head.html.haml (571.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (146.3ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (33.7ms) Completed 200 OK in 1375ms (Views: 1175.1ms | ActiveRecord: 32.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 08:16:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (52.0ms) 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]]  (34.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.7ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (6.6ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (9.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (38.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (118.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (554.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (4.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 1110ms (Views: 877.3ms | ActiveRecord: 106.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 08:16:08 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 08:16:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 31ms (Views: 1.0ms | ActiveRecord: 7.7ms) Started GET "/" for 127.0.0.1 at 2018-12-05 08:37:51 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (3.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (13.0ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (4.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (23.0ms) Rendered app/layouts/_google_analytics.html.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (29.6ms) Rendered app/layouts/_head.html.haml (577.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (637.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1862.1ms) Completed 200 OK in 2881ms (Views: 2522.0ms | ActiveRecord: 67.9ms) Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-12-05 08:37:55 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-12-05 08:37:55 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-05 08:37:55 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-12-05 08:37:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-05 08:37:57 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-12-05 08:37:57 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 09:25:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (24.7ms) PublicActivity::Activity Exists (5.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (5.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (35.4ms) KepplerFrontend::CallbackFunction Load (3.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14) [["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_update.html.haml (43.7ms) Rendered public_activity/layout/_create.html.haml (19.6ms) Rendered public_activity/layout/_destroy.html.haml (2.1ms) Rendered public_activity/layout/_update.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (5.1ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (5.3ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (4.3ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (4.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (4.6ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (240.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (337.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1804.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (5.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (203.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (46.7ms) Completed 200 OK in 2717ms (Views: 2442.0ms | ActiveRecord: 73.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 09:25:50 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 09:25:50 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 3.7ms | ActiveRecord: 7.2ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-05 09:25:59 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (125.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (178.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (514.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.3ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (32.3ms) Completed 200 OK in 876ms (Views: 840.3ms | ActiveRecord: 5.1ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 09:26:03 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rQ3Jc2n47zPyI1BWA7zdD0/geba99o5OSN1FUizvmu5BAktngxtwoKk/ARHgFkI5FzG27IUW/1zcl/5cpt0XEw==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.6ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 13:26:03.762683"], ["updated_at", "2018-12-05 13:26:03.762683"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 325], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 13:26:03.770476"], ["updated_at", "2018-12-05 13:26:03.770476"]]  (19.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/325/editor KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 220ms (ActiveRecord: 29.5ms) Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:26:03 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} Setting Load (3.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (56.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (93.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (495.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (118.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (82.7ms) Completed 200 OK in 1594ms (Views: 854.0ms | ActiveRecord: 66.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:26:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:26:08 -0400 Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:27:28 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (58.5ms) Completed 500 Internal Server Error in 1087ms (ActiveRecord: 48.7ms) NoMethodError - undefined method `callback_code' for #: Started POST "/__better_errors/cd323cb9793a0834/variables" for 127.0.0.1 at 2018-12-05 09:27:31 -0400 PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:27:48 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} 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 (8.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (16.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (46.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (735.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (108.6ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (64.5ms) Completed 200 OK in 1062ms (Views: 1005.5ms | ActiveRecord: 18.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:27:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:27:51 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:27:51 -0400 Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:30:16 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (29.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (49.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1197.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.7ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (65.5ms) Completed 200 OK in 1687ms (Views: 1484.2ms | ActiveRecord: 45.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:30:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:30:18 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:30:19 -0400 Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:30:25 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} Setting Load (0.6ms) 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.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (9.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (25.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (40.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (528.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (110.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (39.5ms) Completed 200 OK in 956ms (Views: 767.4ms | ActiveRecord: 28.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:30:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:30:27 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:30:27 -0400 Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:44:38 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (49.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (77.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1102.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.0ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (102.2ms) Completed 200 OK in 1754ms (Views: 1456.9ms | ActiveRecord: 46.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:44:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:44:42 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:44:42 -0400 Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:44:54 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\nputs \"Hola mundo\"", "callback_function_id"=>"325"} 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.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 26ms (Views: 0.2ms | ActiveRecord: 8.7ms) Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:44:57 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (2.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (4.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (25.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (48.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (562.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (40.8ms) Completed 200 OK in 841ms (Views: 797.6ms | ActiveRecord: 25.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:44:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:44:59 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:44:59 -0400 Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:45:22 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\n\nwqrq", "callback_function_id"=>"325"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 29ms (Views: 0.3ms | ActiveRecord: 7.6ms) Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:45:39 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (35.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (54.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (827.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (6.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (154.4ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (31.1ms) Completed 200 OK in 1365ms (Views: 1093.5ms | ActiveRecord: 76.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:45:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:45:42 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:45:42 -0400 Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:45:45 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\nfsdfsd", "callback_function_id"=>"325"} Setting Load (0.7ms) 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 (1.0ms) 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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 36ms (Views: 0.4ms | ActiveRecord: 8.6ms) Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:46:10 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} Setting Load (3.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (2.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (28.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (43.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (525.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (144.2ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (53.9ms) Completed 200 OK in 1068ms (Views: 823.2ms | ActiveRecord: 41.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:46:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:46:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:46:13 -0400 Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:46:20 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\nputs \"hola mundo\"", "callback_function_id"=>"325"} Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (2.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 500 Internal Server Error in 42ms (ActiveRecord: 28.6ms) ArgumentError - wrong number of arguments (given 1, expected 2): Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:47:19 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (31.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (44.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (539.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.0ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (40.0ms) Completed 200 OK in 2015ms (Views: 809.3ms | ActiveRecord: 62.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:47:25 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:47:25 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:47:27 -0400 Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:47:30 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\nputs \"hola mundo\"", "callback_function_id"=>"325"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (2.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 45ms (Views: 0.2ms | ActiveRecord: 26.1ms) Started GET "/admin/frontend/callback_functions/325/editor" for 127.0.0.1 at 2018-12-05 09:47:35 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"325"} 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 (1.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (30.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (71.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (682.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (146.2ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (39.6ms) Completed 200 OK in 1220ms (Views: 991.8ms | ActiveRecord: 43.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 09:47:37 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 09:47:37 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 09:47:37 -0400 Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:47:40 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...", "callback_function_id"=>"325"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 42ms (Views: 0.2ms | ActiveRecord: 5.4ms) Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:47:42 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"", "callback_function_id"=>"325"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 6.1ms) Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:47:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"puts", "callback_function_id"=>"325"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 150ms (Views: 0.2ms | ActiveRecord: 27.1ms) Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:47:53 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"", "callback_function_id"=>"325"} Setting Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 202ms (Views: 0.2ms | ActiveRecord: 52.5ms) Started POST "/admin/frontend/callback_functions/325/editor/save" for 127.0.0.1 at 2018-12-05 09:48:13 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"@say_hello = \"holaaaaaaaaaaaaaaaaaaaaaa\"", "callback_function_id"=>"325"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] Completed 200 OK in 268ms (Views: 0.3ms | ActiveRecord: 45.7ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:01:05 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (5.1ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (4.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.5ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (35.8ms) PublicActivity::Activity Exists (1.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) [["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (32.1ms) Rendered public_activity/layout/_destroy.html.haml (6.2ms) Rendered public_activity/layout/_update.html.haml (30.5ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (140.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (230.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (453.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.5ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (29.2ms) Completed 200 OK in 1096ms (Views: 889.8ms | ActiveRecord: 54.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:01:06 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:01:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (4.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 60ms (Views: 2.1ms | ActiveRecord: 26.1ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[325]" for 127.0.0.1 at 2018-12-05 10:01:09 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"3vA5F32nJU1io6+Ib5h1Jkgrom2QSBHMu+vhLtVRqyShR54Ue/lHjMo3PJZWrbEf1YJHw3nxpEXpLEVunexurQ==", "multiple_ids"=>"[325]"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 325], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-05 14:01:09.908163"], ["updated_at", "2018-12-05 14:01:09.908163"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 325], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.5ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 325]] KepplerFrontend::CallbackFunction Update All (0.5ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-05 14:01:09.919164' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (66.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 128ms (ActiveRecord: 81.1ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:01:10 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.8ms) 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 (5.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (5.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.9ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (50.7ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (2.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.9ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) [["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (34.7ms) Rendered public_activity/layout/_destroy.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (9.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (143.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (283.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (602.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (148.5ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (7.0ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (44.7ms) Completed 200 OK in 1421ms (Views: 1131.4ms | ActiveRecord: 113.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:01:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:01:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:01:12 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:01:12 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 6.9ms | ActiveRecord: 12.3ms) Started POST "/admin/settings/lang/es" for 127.0.0.1 at 2018-12-05 10:07:06 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"qT2tADgIj64Xz88A0oC/Q3bwKAnSxCi3C/8BCV7tCBnWigoDPlbtb79bXB7rtXt661nNpzt9nT5ZOKVJFlDNkA==", "locale"=>"es"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.5ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "es"], ["updated_at", "2018-12-05 14:07:06.711920"], ["id", 1]]  (24.7ms) COMMIT Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/callback_functions Completed 302 Found in 222ms (ActiveRecord: 60.2ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:07:06 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.5ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (22.6ms) PublicActivity::Activity Exists (5.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (5.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.2ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) [["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (18.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (6.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (107.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (167.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (769.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (173.9ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 1272ms (Views: 1188.5ms | ActiveRecord: 32.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:07:09 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:07:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:07:09 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:07:10 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (2.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 50ms (Views: 2.6ms | ActiveRecord: 15.3ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:14:50 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.8ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (56.7ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (2.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (134.9ms) KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15) [["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (166.4ms) Rendered public_activity/layout/_destroy.html.haml (3.8ms) Rendered public_activity/layout/_update.html.haml (67.1ms) Rendered public_activity/layout/_create.html.haml (17.6ms) Rendered public_activity/layout/_destroy.html.haml (5.8ms) Rendered public_activity/layout/_update.html.haml (13.2ms) Rendered public_activity/layout/_create.html.haml (14.6ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (15.4ms) Rendered public_activity/layout/_destroy.html.haml (3.5ms) Rendered public_activity/layout/_create.html.haml (17.2ms) Rendered public_activity/layout/_destroy.html.haml (4.2ms) Rendered public_activity/layout/_update.html.haml (15.6ms) Rendered public_activity/layout/_create.html.haml (11.5ms) Rendered public_activity/layout/_destroy.html.haml (8.1ms) Rendered public_activity/layout/_create.html.haml (16.7ms) Rendered public_activity/layout/_destroy.html.haml (5.5ms) Rendered public_activity/layout/_create.html.haml (22.2ms) Rendered public_activity/layout/_destroy.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (13.6ms) Rendered public_activity/layout/_destroy.html.haml (3.2ms) Rendered public_activity/layout/_create.html.haml (17.6ms) Rendered public_activity/layout/_destroy.html.haml (3.5ms) Rendered public_activity/layout/_create.html.haml (18.0ms) Rendered public_activity/layout/_destroy.html.haml (4.1ms) Rendered public_activity/layout/_create.html.haml (13.4ms) Rendered public_activity/layout/_destroy.html.haml (6.1ms) Rendered public_activity/layout/_create.html.haml (13.7ms) Rendered public_activity/layout/_destroy.html.haml (7.1ms) Rendered public_activity/layout/_create.html.haml (13.8ms) Rendered public_activity/layout/_create.html.haml (15.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (901.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (1036.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1535.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (108.1ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (38.0ms) Completed 200 OK in 3128ms (Views: 2829.1ms | ActiveRecord: 48.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:14:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:14:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:14:54 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:14:54 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 1.4ms | ActiveRecord: 17.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:14:56 -0400 Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-05 10:15:02 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (21.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (44.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (454.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.5ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (37.3ms) Completed 200 OK in 680ms (Views: 639.4ms | ActiveRecord: 8.7ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:15:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yjx3e1635gjvQRqXfLJQFjLTNnb76mBf5fwO7LM573+OM/VvtFR5m7RdS9CfGM8gagL5LMMKEU1xtrXiOQtigg==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]]  (1.1ms) BEGIN KepplerFrontend::CallbackFunction Exists (1.9ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (2.1ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 14:15:07.731741"], ["updated_at", "2018-12-05 14:15:07.731741"]] PublicActivity::Activity Create (3.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 490], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 14:15:07.793401"], ["updated_at", "2018-12-05 14:15:07.793401"]]  (28.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/490/editor KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 360ms (ActiveRecord: 75.7ms) Started GET "/admin/frontend/callback_functions/490/editor" for 127.0.0.1 at 2018-12-05 10:15:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"490"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 490], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (89.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (181.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (867.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (200.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (21.5ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (44.4ms) Completed 200 OK in 2095ms (Views: 1314.0ms | ActiveRecord: 126.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:15:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:15:12 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:15:25 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.4ms) 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (28.1ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16) [["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (26.2ms) Rendered public_activity/layout/_destroy.html.haml (11.0ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (15.9ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (3.1ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (4.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (3.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (141.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (211.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (652.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (107.3ms) Rendered admin/layouts/_messages.html.haml (7.1ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Rendered admin/layouts/_git_info.html.haml (83.2ms) Completed 200 OK in 1211ms (Views: 1146.5ms | ActiveRecord: 11.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:15:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:15:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:15:27 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:15:27 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 61ms (Views: 3.7ms | ActiveRecord: 13.5ms) KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::CallbackFunction Load (6.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (4.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]]  (2.7ms) BEGIN PublicActivity::Activity Create (2.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", 490], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-05 14:16:46.648611"], ["updated_at", "2018-12-05 14:16:46.648611"]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 490], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (1.2ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 490]] KepplerFrontend::CallbackFunction Update All (1.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-05 14:16:46.751178' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (28.4ms) COMMIT KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:16:50 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.3ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (28.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] Rendered public_activity/layout/_destroy.html.haml (5.3ms) User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16) [["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (26.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (110.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (183.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (572.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (110.6ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (44.1ms) Completed 200 OK in 1157ms (Views: 960.7ms | ActiveRecord: 43.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:16:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:16:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:16:52 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:16:53 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 26ms (Views: 1.4ms | ActiveRecord: 7.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:16:55 -0400 Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-05 10:17:44 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (33.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (37.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (510.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (81.2ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (36.0ms) Completed 200 OK in 773ms (Views: 722.9ms | ActiveRecord: 15.8ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:17:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CCJ+Jmp0FXJpk/jwtXfnAPbVAZsh755r6H9sBQhoEs7kLfwygJeK4TKPqbdW3Xg2rgTOwRkP73l8NdcLglqfMw==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (1.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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (4.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (1.6ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 14:17:47.595850"], ["updated_at", "2018-12-05 14:17:47.595850"]] PublicActivity::Activity Create (3.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 491], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 14:17:47.641754"], ["updated_at", "2018-12-05 14:17:47.641754"]]  (21.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/491/editor KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 196ms (ActiveRecord: 44.6ms) Started GET "/admin/frontend/callback_functions/491/editor" for 127.0.0.1 at 2018-12-05 10:17:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"491"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.7ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 491], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (56.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (73.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (580.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (230.8ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.4ms) Rendered admin/layouts/_git_info.html.haml (83.8ms) Completed 200 OK in 1395ms (Views: 1042.0ms | ActiveRecord: 110.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:17:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:17:50 -0400 KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (9.8ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 491]] Started GET "/admin/frontend/callback_functions/" for 127.0.0.1 at 2018-12-05 10:18:14 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.7ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (19.8ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) [["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (28.0ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.4ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (110.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (173.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (488.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (50.2ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (34.1ms) Completed 200 OK in 830ms (Views: 786.5ms | ActiveRecord: 14.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:18:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:18:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:18:15 -0400 Started GET "/admin/frontend/callback_functions//page/1.json" for 127.0.0.1 at 2018-12-05 10:18:15 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 59ms (Views: 2.2ms | ActiveRecord: 7.8ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-05 10:18:37 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (24.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (33.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (553.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.2ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (42.9ms) Completed 200 OK in 1250ms (Views: 822.7ms | ActiveRecord: 48.8ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:18:46 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X7bIGXX2/YT7dXEiqwoHfTo1mjygudc+p2NzOUdFcf+zuUoNnxViF6BpIGVIoJhLYuRVZphZpiwzKcg3zXf8Ag==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 14:18:46.519182"], ["updated_at", "2018-12-05 14:18:46.519182"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 492], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 14:18:46.530668"], ["updated_at", "2018-12-05 14:18:46.530668"]]  (24.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/492/editor KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 108ms (ActiveRecord: 39.7ms) Started GET "/admin/frontend/callback_functions/492/editor" for 127.0.0.1 at 2018-12-05 10:18:46 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"492"} Setting Load (0.6ms) 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 (1.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 492], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (68.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (112.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (876.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (61.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (211.7ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (6.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.7ms) Rendered admin/layouts/_git_info.html.haml (51.3ms) Completed 200 OK in 1748ms (Views: 1382.2ms | ActiveRecord: 52.5ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:18:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:18:49 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:19:26 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.4ms) 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.4ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (38.8ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18) [["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (32.5ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (6.0ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (7.8ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (128.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (224.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (556.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (156.7ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (8.4ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (45.7ms) Completed 200 OK in 1240ms (Views: 1041.3ms | ActiveRecord: 37.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:19:29 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:19:29 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 67ms (Views: 2.5ms | ActiveRecord: 11.2ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[492]" for 127.0.0.1 at 2018-12-05 10:19:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"3sj7Yt4j+1I/MnciKrzkm33lYg1yVJmKs9qHz3tFtvChf1xh2H2Zk5em5DwTiSCi4EyHo5vtLAPhHSOPM/hzeQ==", "multiple_ids"=>"[492]"} Setting Load (4.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 492], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 492], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 492], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 492], ["LIMIT", 1]]  (3.8ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 492], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-05 14:19:34.421623"], ["updated_at", "2018-12-05 14:19:34.421623"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 492], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (1.4ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 492]] KepplerFrontend::CallbackFunction Update All (1.4ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-05 14:19:34.430622' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (38.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 147ms (ActiveRecord: 62.0ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:19:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.5ms) KepplerFrontend::CallbackFunction Load (1.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (62.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (24.5ms) KepplerFrontend::CallbackFunction Load (9.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18) [["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.9ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (7.7ms) Rendered public_activity/layout/_create.html.haml (5.1ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (3.5ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (160.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (296.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (589.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (193.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (51.1ms) Completed 200 OK in 1468ms (Views: 1171.7ms | ActiveRecord: 94.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:19:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:19:37 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:19:37 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:19:37 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 2.9ms | ActiveRecord: 7.0ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-05 10:19:38 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (64.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (73.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1339.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (89.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (193.9ms) Rendered admin/layouts/_messages.html.haml (9.9ms) Rendered admin/layouts/_preloader.html.haml (12.3ms) Rendered admin/layouts/_footer.html.haml (5.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (10.5ms) Rendered admin/layouts/_git_info.html.haml (58.5ms) Completed 200 OK in 1857ms (Views: 1825.1ms | ActiveRecord: 7.6ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:19:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ke9efZle/2b96NR2EX5A1aXZCIJeBjjS64e+zUtoU03F4Nxpc71g9ab0hTHy1N/j/QjH2GbmScB/zQXDwVresA==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::CallbackFunction Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 14:19:43.667185"], ["updated_at", "2018-12-05 14:19:43.667185"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 493], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 14:19:43.679931"], ["updated_at", "2018-12-05 14:19:43.679931"]]  (69.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/493/editor KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 158ms (ActiveRecord: 80.0ms) Started GET "/admin/frontend/callback_functions/493/editor" for 127.0.0.1 at 2018-12-05 10:19:43 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"493"} Setting Load (4.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 493], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (59.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (90.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1193.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (206.3ms) Rendered admin/layouts/_messages.html.haml (6.4ms) Rendered admin/layouts/_preloader.html.haml (12.5ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (71.2ms) Completed 200 OK in 1911ms (Views: 1656.1ms | ActiveRecord: 51.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:19:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:19:47 -0400 KepplerFrontend::CallbackFunction Load (5.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."id" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (24.9ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 493]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:20:03 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (23.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (37.2ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (8.0ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (149.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (216.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (531.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (101.3ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (54.5ms) Completed 200 OK in 1040ms (Views: 987.0ms | ActiveRecord: 11.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:20:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:20:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:20:05 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:20:05 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 2.0ms | ActiveRecord: 9.7ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:20:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (23.1ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (60.3ms) Rendered public_activity/layout/_destroy.html.haml (5.9ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (9.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (160.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (230.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (508.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (52.7ms) Rendered admin/layouts/_messages.html.haml (15.8ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (40.8ms) Completed 200 OK in 924ms (Views: 893.3ms | ActiveRecord: 10.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:20:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:20:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:20:08 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:20:08 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (7.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (4.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.5ms | ActiveRecord: 17.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:20:09 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:21:38 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (3.2ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (40.9ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (36.3ms) Rendered public_activity/layout/_destroy.html.haml (8.7ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (28.0ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (8.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (159.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (251.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (463.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (127.0ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (114.1ms) Completed 200 OK in 1250ms (Views: 1004.7ms | ActiveRecord: 73.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:21:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:21:40 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:21:40 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:21:40 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (4.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.2ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 2.2ms | ActiveRecord: 14.9ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:21:40 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:22:16 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (14.8ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (108.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (63.2ms) Rendered public_activity/layout/_destroy.html.haml (11.5ms) Rendered public_activity/layout/_create.html.haml (4.9ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (4.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (35.0ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (3.3ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (3.2ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (4.3ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (4.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (5.1ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (263.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (462.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1133.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (53.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (255.3ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (6.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (61.3ms) Completed 200 OK in 2315ms (Views: 2022.1ms | ActiveRecord: 60.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:22:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:22:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:22:19 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:22:19 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (4.3ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 54ms (Views: 3.0ms | ActiveRecord: 15.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:22:20 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:23:00 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 28614ms (ActiveRecord: 36.3ms) SystemExit - exit: (byebug):1:in `reload_callbacks' Started POST "/__better_errors/02a0399d27f7a937/variables" for 127.0.0.1 at 2018-12-05 10:23:31 -0400 PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:23:47 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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 (6.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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 39707ms (ActiveRecord: 51.1ms) SystemExit - exit: (byebug):1:in `reload_callbacks' Started POST "/__better_errors/051eb9f3d5ef9908/variables" for 127.0.0.1 at 2018-12-05 10:24:28 -0400 PublicActivity::Activity Load (5.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:24:42 -0400  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.2ms) 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 59853ms (ActiveRecord: 55.8ms) SystemExit - exit: (byebug):1:in `reload' Started POST "/__better_errors/acda9823f2e4f650/variables" for 127.0.0.1 at 2018-12-05 10:25:43 -0400 PublicActivity::Activity Load (2.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 11]] Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:26:01 -0400  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.1ms) 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.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (46.0ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) [["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (33.6ms) Rendered public_activity/layout/_destroy.html.haml (4.7ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (8.3ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (2.9ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (171.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (292.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (32934.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (63.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (253.7ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (32.7ms) Completed 200 OK in 33805ms (Views: 33597.8ms | ActiveRecord: 55.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:26:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:26:37 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:26:37 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:26:37 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (8.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 124ms (Views: 5.0ms | ActiveRecord: 48.4ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:26:38 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:26:41 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.9ms) 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 (1.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::CallbackFunction Exists (1.7ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (0.9ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2018-12-05 14:26:41.905693' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 2) KepplerFrontend::CallbackFunction Create (1.5ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 14:19:43.667000"], ["updated_at", "2018-12-05 14:19:43.667000"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 494], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 14:26:41.912572"], ["updated_at", "2018-12-05 14:26:41.912572"]]  (17.8ms) COMMIT Role Load (1.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (13.5ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (50.8ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 494], ["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (44.5ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (5.9ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (9.2ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (163.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (281.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (665.6ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (47.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (122.0ms) Rendered admin/layouts/_messages.html.haml (6.2ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.5ms) Rendered admin/layouts/_git_info.html.haml (48.7ms) Completed 200 OK in 1316ms (Views: 1214.8ms | ActiveRecord: 44.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:26:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:26:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:26:45 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:26:46 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:26:47 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (4.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.6ms) 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 (3.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (2.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 128ms (Views: 5.4ms | ActiveRecord: 30.5ms) Started GET "/admin/frontend/callback_functions/494/editor" for 127.0.0.1 at 2018-12-05 10:26:49 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"494"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) 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.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 494], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (49.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (87.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (492.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (58.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (36.4ms) Completed 200 OK in 825ms (Views: 726.7ms | ActiveRecord: 24.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:26:52 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:26:52 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 2.3ms | ActiveRecord: 9.5ms) Started DELETE "/admin/frontend/callback_functions/494" for 127.0.0.1 at 2018-12-05 10:26:57 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy as HTML Parameters: {"authenticity_token"=>"ceCPyfXwu2u6bfdP9PjU8mw9dnBK6C/djjJ4zJSn2EIOVyjK867ZqhL5ZFHNzRDL8ZST3qNRmlTc9dyM3Bodyw==", "id"=>"494"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 494], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) BEGIN PublicActivity::Activity Create (2.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 494], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-05 14:26:57.934171"], ["updated_at", "2018-12-05 14:26:57.934171"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 494], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (0.6ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 494]] KepplerFrontend::CallbackFunction Update All (0.7ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-05 14:26:57.941158' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (46.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 91ms (ActiveRecord: 58.2ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:26:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (1.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (3.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.0ms) KepplerFrontend::CallbackFunction Load (1.1ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (54.8ms) PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (2.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (24.4ms) KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 494], ["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.0ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (13.0ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (21.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (4.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (4.4ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.5ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (4.4ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (3.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (224.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (408.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (835.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (160.8ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (8.2ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.5ms) Rendered admin/layouts/_git_info.html.haml (194.7ms) Completed 200 OK in 2037ms (Views: 1672.8ms | ActiveRecord: 60.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:27:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:27:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:27:01 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:27:01 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.6ms | ActiveRecord: 10.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 10:31:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (22.5ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (54.1ms) PublicActivity::Activity Exists (1.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (20.0ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (27.3ms) Rendered public_activity/layout/_create.html.haml (3.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (79.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (215.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (571.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (136.5ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (42.9ms) Completed 200 OK in 1322ms (Views: 1056.6ms | ActiveRecord: 25.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:31:43 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 10:31:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 0.7ms | ActiveRecord: 9.1ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-05 10:31:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML 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 (2.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (152.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (159.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (591.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.9ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (8.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (46.4ms) Completed 200 OK in 1023ms (Views: 931.9ms | ActiveRecord: 12.6ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 10:31:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NFzA5lyHUK7HBbhxoIHxG27H/+sil2jVOtB/kDYWwA1KvLEQXzLpFcCgZuOK30blnNGF0UyHLTHIkqssARm23g==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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 (1.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-05 14:31:57.963247"], ["updated_at", "2018-12-05 14:31:57.963247"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-05 14:31:57.975954"], ["updated_at", "2018-12-05 14:31:57.975954"]]  (76.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/4954/editor KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 326ms (ActiveRecord: 91.1ms) Started GET "/admin/frontend/views/4954/editor" for 127.0.0.1 at 2018-12-05 10:31:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4954"} 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 (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (47.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (15.5ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (25.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (12.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (109.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (235.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (259.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (551.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (51.0ms) Completed 200 OK in 1831ms (Views: 987.6ms | ActiveRecord: 112.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:32:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:32:01 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:32:05 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (2.4ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.0ms) KepplerFrontend::CallbackFunction Load (0.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (21.9ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (18.7ms) KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 494], ["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (31.1ms) Rendered public_activity/layout/_create.html.haml (3.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (139.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (247.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (489.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.7ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (44.5ms) Completed 200 OK in 1003ms (Views: 927.7ms | ActiveRecord: 28.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:32:06 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 10:32:07 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.4ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 25ms (Views: 1.1ms | ActiveRecord: 5.5ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2018-12-05 10:32:08 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new as HTML Setting Load (4.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (22.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (28.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (737.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (133.6ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.5ms) Rendered admin/layouts/_git_info.html.haml (44.7ms) Completed 200 OK in 1096ms (Views: 1039.0ms | ActiveRecord: 21.8ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 10:32:12 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eBT79dKS4z13K8REjGuTYuKpFYBWlANL4gS1cAdhCaOUG3nhOHF8riw3lQNvwQxUunja2m50cll2Tg5+jVOEXg==", "callback_function"=>{"name"=>"test", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN 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"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Create (1.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["description", ""], ["position", 2], ["created_at", "2018-12-05 14:32:12.101281"], ["updated_at", "2018-12-05 14:32:12.101281"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 495], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2018-12-05 14:32:12.112059"], ["updated_at", "2018-12-05 14:32:12.112059"]]  (39.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/495/editor KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 89ms (ActiveRecord: 51.0ms) Started GET "/admin/frontend/callback_functions/495/editor" for 127.0.0.1 at 2018-12-05 10:32:12 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"495"} Setting Load (0.4ms) 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (32.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (48.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (490.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (136.1ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (43.1ms) Completed 200 OK in 1043ms (Views: 760.5ms | ActiveRecord: 82.5ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:32:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:32:14 -0400 Started POST "/admin/frontend/callback_functions/495/editor/save" for 127.0.0.1 at 2018-12-05 10:32:28 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor_save as */* Parameters: {"actions"=>"# Insert ruby code...\n@say_hello = \"Say Hello\"", "callback_function_id"=>"495"} Setting Load (2.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (1.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]] Completed 200 OK in 31ms (Views: 0.2ms | ActiveRecord: 14.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 10:32:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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::ViewCallback Load (21.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (15.4ms) Rendered public_activity/layout/_destroy.html.haml (6.3ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (38.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (128.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (816.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (143.0ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (35.6ms) Completed 200 OK in 1509ms (Views: 1179.2ms | ActiveRecord: 99.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:32:33 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 10:32:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (1.1ms) 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::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 1.6ms | ActiveRecord: 13.8ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 10:32:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (0.7ms) 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (147.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (651.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (693.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2774.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.8ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (7.4ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (64.8ms) Completed 200 OK in 3834ms (Views: 3774.4ms | ActiveRecord: 12.9ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-05 10:34:40 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (0.8ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerLanguages::Language Load (1.1ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (22.7ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (9.6ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (97.1ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (662.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (186.9ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (43.1ms) Completed 200 OK in 1331ms (Views: 1056.8ms | ActiveRecord: 44.3ms) Started GET "/admin/locales/languages" for 127.0.0.1 at 2018-12-05 10:34:43 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as HTML Setting Load (2.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 (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" Rendering rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.5ms) KepplerLanguages::Language Load (0.7ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_listing.html.haml (35.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerLanguages::Language"], ["LIMIT", 50]] Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/_description.html.haml (14.9ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/languages/index.html.haml within keppler_languages/admin/layouts/application (127.9ms) Rendered rockets/keppler_languages/app/views/keppler_languages/admin/layouts/_head.html.haml (1191.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.7ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (10.3ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Rendered admin/layouts/_git_info.html.haml (79.4ms) Completed 200 OK in 1647ms (Views: 1551.4ms | ActiveRecord: 16.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:34:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:34:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:34:46 -0400 Started GET "/admin/locales/languages/page/1.json" for 127.0.0.1 at 2018-12-05 10:34:46 -0400 Processing by KepplerLanguages::Admin::LanguagesController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_languages_languages"."id") FROM "keppler_languages_languages" KepplerLanguages::Language Load (0.5ms) SELECT DISTINCT "keppler_languages_languages".* FROM "keppler_languages_languages" ORDER BY "keppler_languages_languages"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 33ms (Views: 1.1ms | ActiveRecord: 6.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 10:34:46 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 10:34:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (29.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (20.8ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (41.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (114.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (789.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (90.3ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (54.1ms) Completed 200 OK in 1284ms (Views: 1117.7ms | ActiveRecord: 25.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 10:34:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (4.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (15.0ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (74.3ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (4.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.6ms) Rendered public_activity/layout/_destroy.html.haml (8.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (60.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (243.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (968.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.7ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (6.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (49.2ms) Completed 200 OK in 1592ms (Views: 1460.1ms | ActiveRecord: 32.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 10:35:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 10:35:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 10:35:01 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 10:35:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (17.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 149ms (Views: 2.9ms | ActiveRecord: 34.6ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 10:35:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (73.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (78.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (554.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.6ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (134.6ms) Completed 200 OK in 921ms (Views: 889.1ms | ActiveRecord: 14.7ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:07:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (57.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (205.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (213.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (586.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (131.8ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (7.6ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (48.9ms) Completed 200 OK in 1327ms (Views: 1046.4ms | ActiveRecord: 55.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:07:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:07:33 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:07:33 -0400 Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:07:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7JwFvb21DEYPE8wgL1dODJJvDJQrbwCmVaM+2JLeX5OTK6K+u+tuh6eHXz4WYoo1D8bpOsLWtS8HZJqY2mOaGg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544022455298"=>{"function_type"=>"before_action", "name"=>"test", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]] PublicActivity::Activity Create (1.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-05 15:07:37.725819"], ["updated_at", "2018-12-05 15:07:37.725819"]] KepplerFrontend::ViewCallback Create (14.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["function_type", "before_action"], ["view_id", 4954], ["created_at", "2018-12-05 15:07:37.729749"], ["updated_at", "2018-12-05 15:07:37.729749"]]  (19.3ms) COMMIT  (0.9ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test"], ["function_type", "before_action"]] Completed 500 Internal Server Error in 115ms (ActiveRecord: 45.9ms) NoMethodError - undefined method `name' for #: Started POST "/__better_errors/0525e1d3ed11282b/variables" for 127.0.0.1 at 2018-12-05 11:07:38 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:08:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (31.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (108.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (111.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (618.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (164.3ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (13.7ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (50.8ms) Completed 200 OK in 1227ms (Views: 1024.3ms | ActiveRecord: 43.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:08:04 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:08:04 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:08:04 -0400 Started DELETE "/admin/frontend/views/4954/destroy_callback/1" for 127.0.0.1 at 2018-12-05 11:08:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4954", "view_callback_id"=>"1"} Setting Load (1.0ms) 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 (2.2ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (2.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.3ms) BEGIN KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4954]] KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 1]]  (46.5ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.5ms) Completed 200 OK in 263ms (Views: 93.6ms | ActiveRecord: 62.3ms) Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:08:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QebT2OmifzhS08VH4GKkK8Hs8GYkjF+RPzAPdR22PH8+UXTb7/wd+fpHVlnZV2ASXEUVyM016hht96s1VQv59g==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544022496361"=>{"function_type"=>"before_action", "name"=>"test", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-05 15:08:21.426659"], ["updated_at", "2018-12-05 15:08:21.426659"]] 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"], ["function_type", "before_action"], ["view_id", 4954], ["created_at", "2018-12-05 15:08:21.430502"], ["updated_at", "2018-12-05 15:08:21.430502"]]  (28.9ms) COMMIT  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test"], ["function_type", "before_action"]] Redirected to http://localhost:3000/admin/frontend/views/4954/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 1202ms (ActiveRecord: 94.4ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:08:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} 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 (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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (63.3ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (27.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (174.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (179.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1068.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (49.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (265.0ms) Rendered admin/layouts/_messages.html.haml (6.7ms) Rendered admin/layouts/_preloader.html.haml (10.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (50.8ms) Completed 200 OK in 1951ms (Views: 1658.5ms | ActiveRecord: 69.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:08:24 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:08:24 -0400 Started DELETE "/admin/frontend/views/4954/destroy_callback/2" for 127.0.0.1 at 2018-12-05 11:09:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4954", "view_callback_id"=>"2"} Setting Load (1.0ms) 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.1ms) 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 (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4954]] KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 2]]  (36.7ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.3ms) Completed 200 OK in 477ms (Views: 48.2ms | ActiveRecord: 87.2ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:09:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (39.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (111.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (115.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (561.7ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (128.4ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 1940ms (Views: 891.5ms | ActiveRecord: 65.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:10:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:10:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:10:00 -0400 Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:10:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (4.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (9.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (1.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (15.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (67.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (71.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (518.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.9ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (85.0ms) Completed 200 OK in 851ms (Views: 793.8ms | ActiveRecord: 35.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:10:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:10:43 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:10:44 -0400 Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:13:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"kpEvhCGnpDi+89ZDyvl3V4L7vza6Gtn2hNgg5KMsQHztJoiHJ/nG+RZnRV3zzLNuH1JamFOjbH/WH4Sk65GF9Q==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544022646909"=>{"function_type"=>"before_action", "name"=>"test", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]]  (3.7ms) BEGIN KepplerFrontend::View Exists (3.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-05 15:13:35.663446"], ["updated_at", "2018-12-05 15:13:35.663446"]] KepplerFrontend::ViewCallback Create (1.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "test"], ["function_type", "before_action"], ["view_id", 4954], ["created_at", "2018-12-05 15:13:35.667319"], ["updated_at", "2018-12-05 15:13:35.667319"]]  (22.8ms) COMMIT  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "test"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/4954/edit KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 428ms (ActiveRecord: 49.7ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:13:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} 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 (1.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (9.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (41.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (147.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (167.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (585.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.6ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (56.6ms) Completed 200 OK in 1441ms (Views: 986.6ms | ActiveRecord: 73.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:13:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:13:38 -0400 Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:13:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TdD33Ikdu9KO/lFvqI0Zf7prXd+aAUQKaAZkoZiJkloyZ1Dfj0PZEyZqwnGRuN1GJ8K4cXO48YM6wcDh0DRX0w==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"3"}, "1544022821834"=>{"function_type"=>"before_action", "name"=>"test", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]]  (0.6ms) ROLLBACK Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (25.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (23.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (138.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (144.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (720.2ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) 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]] CACHE Role Load (0.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]] Permission Load (6.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (46.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (3.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (3.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 200 OK in 1110ms (Views: 1033.6ms | ActiveRecord: 26.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:13:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:13:46 -0400 Started DELETE "/admin/frontend/views/4954/destroy_callback/0" for 127.0.0.1 at 2018-12-05 11:13:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4954", "view_callback_id"=>"0"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 336ms (ActiveRecord: 12.2ms) ActiveRecord::RecordNotFound - Couldn't find KepplerFrontend::ViewCallback with 'id'=0: Started GET "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:14:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#show as HTML Parameters: {"id"=>"4954"} Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml within keppler_frontend/admin/layouts/application (31.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1068.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (243.0ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (8.2ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (62.2ms) Completed 200 OK in 1760ms (Views: 1503.6ms | ActiveRecord: 14.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:14:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:14:18 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:14:18 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 11:14:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.9ms) 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::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (14.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (7.4ms) Rendered public_activity/layout/_destroy.html.haml (5.2ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (41.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (123.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (582.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.5ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (63.2ms) Completed 200 OK in 1034ms (Views: 911.1ms | ActiveRecord: 17.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:14:21 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 11:14:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.3ms) 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 (4.0ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (2.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::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 116ms (Views: 2.2ms | ActiveRecord: 20.3ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:14:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (3.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (2.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (42.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (30.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (585.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (627.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (830.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (83.3ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (42.8ms) Completed 200 OK in 1861ms (Views: 1684.8ms | ActiveRecord: 22.3ms) Started DELETE "/admin/frontend/views/4954/destroy_callback/3" for 127.0.0.1 at 2018-12-05 11:14:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4954", "view_callback_id"=>"3"} 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 (1.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.5ms) BEGIN KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4954]] KepplerFrontend::ViewCallback Destroy (1.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 3]]  (28.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.7ms) Completed 200 OK in 182ms (Views: 64.7ms | ActiveRecord: 42.9ms) Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:14:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"claWqNgenNUQHO6+PiLmV7Eg+bmGzlDEICI23cx5Izi8e/VvJqm2EysdR4zSLXPh5oDM4dye3cVeoZTGjR6IYw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544022882049"=>{"function_type"=>"before_action", "name"=>"test", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} Setting Load (0.8ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (4.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (2.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (1.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-05 15:14:45.558154"], ["updated_at", "2018-12-05 15:14:45.558154"]] 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"], ["function_type", "before_action"], ["view_id", 4954], ["created_at", "2018-12-05 15:14:45.560175"], ["updated_at", "2018-12-05 15:14:45.560175"]]  (17.6ms) COMMIT  (1.0ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "test"], ["function_type", "before_action"]] KepplerFrontend::ViewCallback Load (1.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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "test"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/4954/edit KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 431ms (ActiveRecord: 132.4ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:14:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (3.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (53.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (34.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (216.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (221.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2145.9ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (57.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (337.8ms) Rendered admin/layouts/_messages.html.haml (7.1ms) Rendered admin/layouts/_preloader.html.haml (16.1ms) Rendered admin/layouts/_footer.html.haml (5.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.4ms) Rendered admin/layouts/_git_info.html.haml (46.6ms) Completed 200 OK in 3227ms (Views: 2885.1ms | ActiveRecord: 83.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:14:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:14:50 -0400 Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:14:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5REs8mu9hnxs0ySu9dEgZAmE9H4tguYI9ZrtSj0icxKapovxbePkvcRHt7DM5ORdlC0R0MQ7U4GnXUkKdZ+2mw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"4"}, "1544022893244"=>{"function_type"=>"before_action", "name"=>"test", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.3ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]]  (0.4ms) ROLLBACK Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (19.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (23.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (123.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (130.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (608.3ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) 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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.5ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (94.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (2.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (4.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 200 OK in 1046ms (Views: 976.1ms | ActiveRecord: 20.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:14:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:14:57 -0400 Started GET "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 11:15:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#show as HTML Parameters: {"id"=>"4954"} Setting Load (1.2ms) 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 (1.1ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml within keppler_frontend/admin/layouts/application (17.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1090.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (245.6ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (12.7ms) Rendered admin/layouts/_footer.html.haml (5.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (124.8ms) Completed 200 OK in 1893ms (Views: 1563.6ms | ActiveRecord: 45.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:15:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:15:03 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:15:03 -0400 Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:15:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (36.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (15.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (123.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (129.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (581.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.9ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (37.6ms) Completed 200 OK in 927ms (Views: 889.4ms | ActiveRecord: 17.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:15:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:15:09 -0400 Started DELETE "/admin/frontend/views/4954/destroy_callback/4" for 127.0.0.1 at 2018-12-05 11:15:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4954", "view_callback_id"=>"4"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (10.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (7.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (10.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4954]] KepplerFrontend::ViewCallback Destroy (1.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 4]]  (34.9ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (2.0ms) Completed 200 OK in 214ms (Views: 55.7ms | ActiveRecord: 80.6ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 11:16:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (2.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (54.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (158.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (166.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (946.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (354.0ms) Rendered admin/layouts/_messages.html.haml (43.9ms) Rendered admin/layouts/_preloader.html.haml (15.5ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (25.5ms) Rendered admin/layouts/_git_info.html.haml (83.0ms) Completed 200 OK in 2169ms (Views: 1811.8ms | ActiveRecord: 63.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:16:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:16:43 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:16:44 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 11:28:33 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (14.6ms) KepplerFrontend::CallbackFunction Load (1.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (75.4ms) PublicActivity::Activity Exists (1.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21) [["id", 495], ["id", 494], ["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (69.9ms) Rendered public_activity/layout/_destroy.html.haml (11.3ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (5.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (45.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (232.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (413.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (569.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.3ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (56.8ms) Completed 200 OK in 1212ms (Views: 1152.9ms | ActiveRecord: 23.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:28:35 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 11:28:36 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.6ms | ActiveRecord: 10.7ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[495]" for 127.0.0.1 at 2018-12-05 11:28:41 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"3CirZvfoLlHum3X5QsTUrtXFGCn2ExPmsJHdJ706ixujnwxl8bZMkEYP5ud78RCXSGz9hx+qpm/iVnln9YdOkg==", "multiple_ids"=>"[495]"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]]  (0.5ms) BEGIN PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 495], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2018-12-05 15:28:41.255718"], ["updated_at", "2018-12-05 15:28:41.255718"]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 495], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (1.0ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 495]] KepplerFrontend::CallbackFunction Update All (1.1ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2018-12-05 15:28:41.411127' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (78.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 281ms (ActiveRecord: 91.1ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-05 11:28:41 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (2.2ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::CallbackFunction Load (2.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (63.7ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (23.4ms) KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21) [["id", 495], ["id", 494], ["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (29.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.4ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.4ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (3.9ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (13.6ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (3.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (189.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (316.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (915.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (174.1ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 1811ms (Views: 1501.1ms | ActiveRecord: 60.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:28:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:28:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:28:45 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-05 11:28:45 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (1.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.3ms | ActiveRecord: 13.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 11:28:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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 (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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) 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::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4954]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "test"]] 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"], ["function_type", "before_action"], ["view_id", 4954], ["created_at", "2018-12-05 15:14:45.560000"], ["updated_at", "2018-12-05 15:14:45.560000"]]  (23.0ms) COMMIT KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Role Load (1.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.0ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (15.2ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (42.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (116.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (503.9ms) Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (10.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (52.6ms) Completed 200 OK in 956ms (Views: 811.1ms | ActiveRecord: 68.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:28:53 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 11:28:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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 (1.0ms) 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::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 1.9ms | ActiveRecord: 12.1ms) Started GET "/admin/frontend/views/4954/editor" for 127.0.0.1 at 2018-12-05 11:43:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4954"} Setting Load (15.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (109.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (20.5ms) KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (2.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (169.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (518.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (575.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2586.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (93.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (126.1ms) Rendered admin/layouts/_messages.html.haml (9.6ms) Rendered admin/layouts/_preloader.html.haml (12.2ms) Rendered admin/layouts/_footer.html.haml (12.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.3ms) Rendered admin/layouts/_git_info.html.haml (1104.4ms) Completed 200 OK in 4948ms (Views: 4597.2ms | ActiveRecord: 63.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:43:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 11:43:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (1.1ms) 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::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 118ms (Views: 3.5ms | ActiveRecord: 16.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 11:46:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (19.5ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (100.2ms) PublicActivity::Activity Exists (2.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (45.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (21.4ms) Rendered public_activity/layout/_destroy.html.haml (8.2ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (160.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (416.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (964.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (54.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (148.9ms) Rendered admin/layouts/_messages.html.haml (6.8ms) Rendered admin/layouts/_preloader.html.haml (14.0ms) Rendered admin/layouts/_footer.html.haml (7.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.4ms) Rendered admin/layouts/_git_info.html.haml (50.2ms) Completed 200 OK in 1816ms (Views: 1702.3ms | ActiveRecord: 20.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:46:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 11:46:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 11:46:23 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 11:46:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (15.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 72ms (Views: 1.7ms | ActiveRecord: 27.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 11:46:26 -0400 Started GET "/admin/frontend/views/4954/editor" for 127.0.0.1 at 2018-12-05 11:53:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4954"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (58.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (18.7ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (44.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (166.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (173.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (994.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (3.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (338.6ms) Rendered admin/layouts/_messages.html.haml (13.2ms) Rendered admin/layouts/_preloader.html.haml (46.3ms) Rendered admin/layouts/_footer.html.haml (65.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (118.8ms) Rendered admin/layouts/_git_info.html.haml (139.9ms) Completed 200 OK in 2072ms (Views: 2028.5ms | ActiveRecord: 20.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 11:53:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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" Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:53:48 -0400 Appearance Load (19.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (24.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (17.6ms) 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 (1.1ms) 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::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (6.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (6.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 11:53:48 -0400 CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (23.7ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Processing by KepplerFrontend::Admin::ViewsController#index as JSON CACHE Role Load (0.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]] Parameters: {"page"=>"1"} CACHE Role Load (0.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]] Setting Load (4.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (87.4ms) Appearance Load (3.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (12.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (21.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] PublicActivity::Activity Load (3.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (20.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (6.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (38.8ms) CACHE Role Load (0.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]] Rendered public_activity/layout/_update.html.haml (2.7ms) KepplerFrontend::View Load (3.6ms) 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]] Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.7ms) KepplerFrontend::View Load (1.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", "index"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (17.0ms) Rendered public_activity/layout/_destroy.html.haml (11.4ms) KepplerFrontend::ViewCallback Load (25.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (6.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (139.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (423.1ms) KepplerFrontend::CallbackFunction Load (3.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 216ms (Views: 2.9ms | ActiveRecord: 112.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1654.9ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (59.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (200.2ms) Rendered admin/layouts/_messages.html.haml (8.9ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.1ms) Rendered admin/layouts/_git_info.html.haml (55.6ms) Completed 200 OK in 2707ms (Views: 2457.4ms | ActiveRecord: 133.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 11:53:51 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 11:53:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (3.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (1.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 (1.6ms) 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::ViewCallback Load (1.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (2.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 239ms (Views: 3.1ms | ActiveRecord: 24.6ms) Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 13:36:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.2ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (166.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (187.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (882.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (127.8ms) Rendered admin/layouts/_messages.html.haml (9.7ms) Rendered admin/layouts/_preloader.html.haml (11.0ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.1ms) Rendered admin/layouts/_git_info.html.haml (120.5ms) Completed 200 OK in 1471ms (Views: 1416.8ms | ActiveRecord: 13.4ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-05 13:36:20 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-12-05 13:36:20 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/views/4954/edit" for 127.0.0.1 at 2018-12-05 14:16:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4954"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::CallbackFunction Load (4.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (33.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (140.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (146.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2406.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (467.6ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (69.0ms) Completed 200 OK in 3718ms (Views: 3242.7ms | ActiveRecord: 73.9ms) Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-05 14:16:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 14:16:34 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 14:16:34 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-05 14:16:36 -0400 Started PATCH "/admin/frontend/views/4954" for 127.0.0.1 at 2018-12-05 14:16:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YnHIvGQYeQi8q7egZbtSMVm6a7uw7m/eRq3509WCSc4dxm+/YkYbyRQ/JL5cjpYIxBOOFVlX2lcUal2TnT+MRw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"5"}, "1544033797333"=>{"function_type"=>"after_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"4954"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.6ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.7ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4954], ["LIMIT", 1]]  (1.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "after_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-05 18:16:45.349956"], ["updated_at", "2018-12-05 18:16:45.349956"]] 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", "user_authenticate"], ["function_type", "after_action"], ["view_id", 4954], ["created_at", "2018-12-05 18:16:45.353643"], ["updated_at", "2018-12-05 18:16:45.353643"]]  (20.4ms) COMMIT Unpermitted parameter: :id Completed 500 Internal Server Error in 80312ms (ActiveRecord: 41.4ms) SystemExit - exit: (byebug):1:in `new_callback' Started POST "/__better_errors/7d69337d76dc9af2/variables" for 127.0.0.1 at 2018-12-05 14:18:06 -0400 PublicActivity::Activity Load (2.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] PublicActivity::Activity Load (4.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_id" = $1 AND "activities"."trackable_type" = $2 LIMIT $3 [["trackable_id", 4954], ["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_id" = $1 AND "activities"."trackable_type" = $2 LIMIT $3 [["trackable_id", 4954], ["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/" for 127.0.0.1 at 2018-12-05 14:42:44 -0400  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.1ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (17.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (29.0ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (37.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (16.9ms) Rendered public_activity/layout/_destroy.html.haml (9.9ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (131.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (288.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (39441.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (159.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (480.4ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (26.1ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (242.6ms) Completed 200 OK in 41270ms (Views: 40740.4ms | ActiveRecord: 106.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 14:43:27 -0400 Started GET "/admin/frontend/views//page/1.json" for 127.0.0.1 at 2018-12-05 14:43:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 14:43:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "test"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 562ms (Views: 3.1ms | ActiveRecord: 79.7ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 14:43:30 -0400 Started DELETE "/admin/frontend/views//destroy_multiple?multiple_ids=[4954]" for 127.0.0.1 at 2018-12-05 15:04:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"/k48trsVB9w7mY2716MAX+Qo+Yu9aWhuHuSi74PuxF2B+Zu1vUtlHZMNHqXulsRmeYEcJVTQ3edMIwavy1MB1A==", "multiple_ids"=>"[4954]"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (3.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4954], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-05 19:04:04.256144"], ["updated_at", "2018-12-05 19:04:04.256144"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4954], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4954]] KepplerFrontend::ViewCallback Destroy (3.8ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 5]] KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 75]] KepplerFrontend::View Destroy (0.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4954]] KepplerFrontend::View Update All (0.9ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-05 19:04:04.314431' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (31.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 1657ms (ActiveRecord: 137.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-05 15:04:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) 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 (1.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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (23.6ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (24.3ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (12.0ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (18.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (9.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (70.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (160.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (581.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (227.2ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (46.2ms) Completed 200 OK in 1408ms (Views: 1076.5ms | ActiveRecord: 69.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-05 15:04:07 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-05 15:04:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-05 15:04:07 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-05 15:04:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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 (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 72ms (Views: 1.3ms | ActiveRecord: 19.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:43:05 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) 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 (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.6ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.6ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.1ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (20.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (12.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (132.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (295.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (21663.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (94.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (993.0ms) Rendered admin/layouts/_messages.html.haml (7.1ms) Rendered admin/layouts/_preloader.html.haml (12.0ms) Rendered admin/layouts/_footer.html.haml (7.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.5ms) Rendered admin/layouts/_git_info.html.haml (94.3ms) Completed 200 OK in 23823ms (Views: 23406.6ms | ActiveRecord: 66.7ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-06 08:43:30 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-06 08:43:30 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-06 08:43:30 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-06 08:43:30 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-06 08:43:30 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-12-06 08:43:30 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:43:32 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:43:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.9ms) 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 (1.0ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 0.9ms | ActiveRecord: 8.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:43:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:43:33 -0400 Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-06 08:51:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (249.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (257.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1412.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.8ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (33.7ms) Completed 200 OK in 1907ms (Views: 1868.5ms | ActiveRecord: 8.6ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:52:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yBxiom39A3Z3vF2t84aVOnXo4m6+RvSO5A6IWiSDbsS2/BNUbki6zXAZgz/Z2CLEh/6YVNBWsWoWTFzmE4wYFw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-06 12:52:31.784196"], ["updated_at", "2018-12-06 12:52:31.784196"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11922], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-06 12:52:31.794909"], ["updated_at", "2018-12-06 12:52:31.794909"]]  (50.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/11922/editor KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 211ms (ActiveRecord: 67.3ms) Started GET "/admin/frontend/views/11922/editor" for 127.0.0.1 at 2018-12-06 08:52:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"11922"} Setting Load (2.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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (120.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (50.1ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (105.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (47.3ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (294.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (521.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (551.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1189.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (180.5ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (74.8ms) Completed 200 OK in 2395ms (Views: 1930.9ms | ActiveRecord: 220.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:52:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:52:35 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:52:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (1.0ms) 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (5.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (33.6ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (16.7ms) Rendered public_activity/layout/_destroy.html.haml (5.5ms) Rendered public_activity/layout/_update.html.haml (6.1ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (49.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (159.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (529.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (30.4ms) Completed 200 OK in 949ms (Views: 824.3ms | ActiveRecord: 41.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:52:40 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:52:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 1.7ms | ActiveRecord: 6.5ms) Started GET "/admin/frontend/views/11922/edit" for 127.0.0.1 at 2018-12-06 08:52:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"11922"} Setting Load (1.2ms) 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 (2.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11922]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (125.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (132.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (762.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (38.7ms) Completed 200 OK in 1116ms (Views: 1053.7ms | ActiveRecord: 16.9ms) Started PATCH "/admin/frontend/views/11922" for 127.0.0.1 at 2018-12-06 08:52:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"l+4iZb9qVlyLMBcEPIqdOFJQqgsLFFXv1cqZ0bO8lxYSAWS6kSF7nqH+FKYC0+ZVOPoe6U7/b7oiRDzMUuDRDw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544100768509"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"11922"} 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 (1.4ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 11922], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 11922], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (2.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11922], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 12:52:59.015726"], ["updated_at", "2018-12-06 12:52:59.015726"]] KepplerFrontend::ViewCallback Create (1.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 11922], ["created_at", "2018-12-06 12:52:59.020244"], ["updated_at", "2018-12-06 12:52:59.020244"]]  (26.1ms) COMMIT  (1.2ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::ViewCallback Load (1.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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/11922/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 103ms (ActiveRecord: 41.4ms) Started GET "/admin/frontend/views/11922/edit" for 127.0.0.1 at 2018-12-06 08:52:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"11922"} 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11922]] KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (64.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (155.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (158.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1301.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (258.1ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (10.1ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (62.0ms) Completed 200 OK in 2071ms (Views: 1861.5ms | ActiveRecord: 60.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:53:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:53:01 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:53:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (22.7ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (14.1ms) Rendered public_activity/layout/_create.html.haml (5.9ms) Rendered public_activity/layout/_destroy.html.haml (4.3ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (44.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (123.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (514.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (118.3ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (12.0ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.6ms) Rendered admin/layouts/_git_info.html.haml (59.0ms) Completed 200 OK in 1037ms (Views: 904.2ms | ActiveRecord: 14.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:53:13 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:53:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 2.5ms | ActiveRecord: 10.3ms) Started GET "/admin/frontend/views/11922/edit" for 127.0.0.1 at 2018-12-06 08:53:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"11922"} Setting Load (0.6ms) 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 (2.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11922]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (17.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (86.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (89.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (559.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (35.7ms) Completed 200 OK in 881ms (Views: 827.5ms | ActiveRecord: 16.2ms) Started DELETE "/admin/frontend/views/11922/destroy_callback/373" for 127.0.0.1 at 2018-12-06 08:53:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"11922", "view_callback_id"=>"373"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 373], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 11922]] KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 373]]  (37.3ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 225ms (Views: 69.0ms | ActiveRecord: 47.5ms) Started PATCH "/admin/frontend/views/11922" for 127.0.0.1 at 2018-12-06 08:53:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dyzO5cwNcljNmHnIXMo2Ussh+xat3iLiiqg29gqOHF/yw4g64kZfmudWempik00/oYtP9Og1GLd9JpPr69JaRg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544100801708"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"11922"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 11922], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 11922], ["LIMIT", 1]]  (0.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11922], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 12:53:24.634230"], ["updated_at", "2018-12-06 12:53:24.634230"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 11922], ["created_at", "2018-12-06 12:53:24.640706"], ["updated_at", "2018-12-06 12:53:24.640706"]]  (22.8ms) COMMIT  (1.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::ViewCallback Load (4.0ms) 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/11922/edit KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 355ms (ActiveRecord: 86.5ms) Started GET "/admin/frontend/views/11922/edit" for 127.0.0.1 at 2018-12-06 08:53:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"11922"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11922]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (43.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (15.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (135.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (139.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (504.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (122.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (37.0ms) Completed 200 OK in 1165ms (Views: 832.5ms | ActiveRecord: 68.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:53:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:53:27 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:53:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (29.8ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (17.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (7.6ms) Rendered public_activity/layout/_destroy.html.haml (5.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (55.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (130.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (553.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.4ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (45.0ms) Completed 200 OK in 894ms (Views: 838.3ms | ActiveRecord: 19.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:53:29 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:53:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 2.0ms | ActiveRecord: 9.8ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[11922]" for 127.0.0.1 at 2018-12-06 08:53:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"RDJwmdzPvm8uNYQGEHCeHzxP8aUqw6Vkj6FCOp9Hkoc7hdea2pHcroahFxgpRVomoeYUC8N6EO3dZuZ61/pXDg==", "multiple_ids"=>"[11922]"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11922], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 12:53:32.572267"], ["updated_at", "2018-12-06 12:53:32.572267"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11922], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11922]] KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 374]] KepplerFrontend::View Destroy (0.7ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 11922]] KepplerFrontend::View Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-06 12:53:32.586443' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (24.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 129ms (ActiveRecord: 44.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:53:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (3.4ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.5ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (19.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (11.7ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (11.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (6.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (54.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (118.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1001.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (160.1ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (44.8ms) Completed 200 OK in 1789ms (Views: 1399.1ms | ActiveRecord: 17.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:53:35 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:53:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:53:35 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:53:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 0.9ms | ActiveRecord: 8.5ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-06 08:53:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (0.6ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (76.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (84.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1140.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (34.7ms) Completed 200 OK in 1422ms (Views: 1387.3ms | ActiveRecord: 8.5ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:53:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bH9D/0j+hpEHJSmWfuEa0bhl5rkbx9GOqyXTFkRogr0SnzIJS0s/KgCA9wRUv60vSnOcg3XXlGpZZweqc2f0bg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-06 12:53:41.668141"], ["updated_at", "2018-12-06 12:53:41.668141"]] PublicActivity::Activity Create (2.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11923], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-06 12:53:41.677045"], ["updated_at", "2018-12-06 12:53:41.677045"]]  (122.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/11923/editor KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 195ms (ActiveRecord: 135.4ms) Started GET "/admin/frontend/views/11923/editor" for 127.0.0.1 at 2018-12-06 08:53:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"11923"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (42.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.8ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (42.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (133.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (138.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (556.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.6ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (68.5ms) Completed 200 OK in 1240ms (Views: 912.4ms | ActiveRecord: 69.4ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:53:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:53:43 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:55:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (23.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (95.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (59.1ms) Rendered public_activity/layout/_destroy.html.haml (17.3ms) Rendered public_activity/layout/_update.html.haml (22.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_update.html.haml (3.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (165.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (415.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (897.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (204.2ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (126.2ms) Completed 200 OK in 2046ms (Views: 1735.4ms | ActiveRecord: 56.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:55:23 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:55:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] 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 (1.2ms) 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 2.8ms | ActiveRecord: 11.6ms) Started GET "/admin/frontend/views/11923/edit" for 127.0.0.1 at 2018-12-06 08:55:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"11923"} Setting Load (0.9ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11923]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (150.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (157.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1427.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (145.6ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (11.8ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Rendered admin/layouts/_git_info.html.haml (51.3ms) Completed 200 OK in 1916ms (Views: 1880.1ms | ActiveRecord: 12.5ms) Started PATCH "/admin/frontend/views/11923" for 127.0.0.1 at 2018-12-06 08:55:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6Fo0IMT22PUwTCPe9h4URSPvCUtkxSSqNO7gtb4jCtexooK9z3ncSEMrqS0KR7c8KLp9gS/g9RvD4YhEHsIF8Q==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544100929159"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"11923"} 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.6ms) 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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 11923], ["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 11923], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11923], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 12:55:31.566055"], ["updated_at", "2018-12-06 12:55:31.566055"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 11923], ["created_at", "2018-12-06 12:55:31.568918"], ["updated_at", "2018-12-06 12:55:31.568918"]]  (106.0ms) COMMIT  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/11923/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 194ms (ActiveRecord: 122.0ms) Started GET "/admin/frontend/views/11923/edit" for 127.0.0.1 at 2018-12-06 08:55:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"11923"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.6ms) 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 (3.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11923]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (35.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (128.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (132.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (734.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (132.8ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (33.0ms) Completed 200 OK in 1424ms (Views: 1082.5ms | ActiveRecord: 98.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:55:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:55:33 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:55:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (7.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) 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 (4.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.0ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (31.9ms) Rendered public_activity/layout/_create.html.haml (11.8ms) Rendered public_activity/layout/_destroy.html.haml (8.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (94.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (210.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (902.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.0ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (38.6ms) Completed 200 OK in 1358ms (Views: 1277.4ms | ActiveRecord: 27.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:55:43 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:55:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.1ms) 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::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 64ms (Views: 1.4ms | ActiveRecord: 16.0ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[11923]" for 127.0.0.1 at 2018-12-06 08:55:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"HVhn2dRM0kZ3zhrFmT0wq5kKKS3rzIkFQixqMYXEXORi78Da0hKwh99aidugCPSSBKPMgwJ1PIwQ685xzXmZbQ==", "multiple_ids"=>"[11923]"} 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 11923], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 12:55:47.466038"], ["updated_at", "2018-12-06 12:55:47.466038"]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 11923], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 11923]] KepplerFrontend::ViewCallback Destroy (1.1ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 375]] KepplerFrontend::View Destroy (0.8ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 11923]] KepplerFrontend::View Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-06 12:55:47.482128' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (55.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 140ms (ActiveRecord: 72.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 08:55:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (26.8ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (40.0ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (35.6ms) KepplerFrontend::View Load (2.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (54.3ms) Rendered public_activity/layout/_create.html.haml (21.1ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (2.4ms) Rendered public_activity/layout/_update.html.haml (4.2ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (191.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (325.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1643.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (222.4ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (41.9ms) Completed 200 OK in 2884ms (Views: 2436.3ms | ActiveRecord: 83.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 08:55:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 08:55:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 08:55:51 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 08:55:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (2.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 60ms (Views: 2.5ms | ActiveRecord: 18.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:34:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (35.9ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (24.1ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (25.8ms) Rendered public_activity/layout/_create.html.haml (12.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (2.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (107.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (208.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (930.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (180.0ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (10.9ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (63.4ms) Completed 200 OK in 1775ms (Views: 1471.4ms | ActiveRecord: 47.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:34:48 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:34:49 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:34:49 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:34:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 63ms (Views: 1.9ms | ActiveRecord: 9.0ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-06 09:34:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (88.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (103.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (696.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (40.6ms) Completed 200 OK in 1018ms (Views: 975.1ms | ActiveRecord: 7.0ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:34:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qqL8Q0gDIv7im0opO+jZMU5/+mI+DJR0UaagGVCVwXPUQo21S7abReU+lLsRtm7PvGmAWFAc0ZCj5HSlZ5q3oA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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.5ms) INSERT INTO "keppler_frontend_views" ("name", "url", "method", "active", "format_result", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["name", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-06 13:34:55.369680"], ["updated_at", "2018-12-06 13:34:55.369680"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-06 13:34:55.379808"], ["updated_at", "2018-12-06 13:34:55.379808"]]  (112.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/13256/editor KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 190ms (ActiveRecord: 126.8ms) Started GET "/admin/frontend/views/13256/editor" for 127.0.0.1 at 2018-12-06 09:34:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"13256"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (33.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.8ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (48.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (119.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (124.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (653.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.7ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (44.1ms) Completed 200 OK in 1273ms (Views: 969.4ms | ActiveRecord: 79.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:34:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:34:57 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:35:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.1ms) 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 (3.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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.8ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (51.2ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (37.4ms) Rendered public_activity/layout/_destroy.html.haml (8.8ms) Rendered public_activity/layout/_update.html.haml (14.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (111.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (239.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (643.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (64.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (49.6ms) Completed 200 OK in 1165ms (Views: 1057.3ms | ActiveRecord: 40.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:35:01 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:35:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 1.8ms | ActiveRecord: 14.0ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:35:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (86.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (90.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (501.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (54.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 774ms (Views: 743.5ms | ActiveRecord: 13.8ms) Started PATCH "/admin/frontend/views/13256" for 127.0.0.1 at 2018-12-06 09:35:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yXJ7quGfmLnHj44NZ/ISWgXfaQ7RFA6IYySErPj5f/ozsZDPcgC4Hfws9uEmIkq0kjiEelGoVkn8mEzga76RIA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544103305641"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13256"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13256], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13256], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:35:07.211114"], ["updated_at", "2018-12-06 13:35:07.211114"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13256], ["created_at", "2018-12-06 13:35:07.213012"], ["updated_at", "2018-12-06 13:35:07.213012"]]  (36.8ms) COMMIT  (1.3ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::ViewCallback Load (1.1ms) 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13256/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 90ms (ActiveRecord: 50.7ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:35:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (34.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (100.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (104.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (501.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (97.8ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (44.2ms) Completed 200 OK in 1036ms (Views: 781.0ms | ActiveRecord: 52.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:35:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:35:09 -0400 Started DELETE "/admin/frontend/views/13256/destroy_callback/417" for 127.0.0.1 at 2018-12-06 09:35:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"13256", "view_callback_id"=>"417"} Setting Load (1.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 417], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 13256]] KepplerFrontend::ViewCallback Destroy (0.9ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 417]]  (48.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.7ms) Completed 200 OK in 176ms (Views: 52.5ms | ActiveRecord: 57.4ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:36:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (2.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (49.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (146.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (153.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1246.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (268.4ms) Rendered admin/layouts/_messages.html.haml (6.6ms) Rendered admin/layouts/_preloader.html.haml (11.2ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (57.6ms) Completed 200 OK in 2045ms (Views: 1822.3ms | ActiveRecord: 17.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:37:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:37:02 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 09:37:02 -0400 Started PATCH "/admin/frontend/views/13256" for 127.0.0.1 at 2018-12-06 09:37:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n0g53DuBuHDiTARc0ggatzOk877lk4fFWVGI4tX1cXHg/57fPd/asUrYl0LrPd6Org0WEAwqMkwLliyinUi0+A==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544103426556"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13256"} Setting Load (1.1ms) 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 (3.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13256], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13256], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:37:08.802820"], ["updated_at", "2018-12-06 13:37:08.802820"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13256], ["created_at", "2018-12-06 13:37:08.804856"], ["updated_at", "2018-12-06 13:37:08.804856"]]  (27.8ms) COMMIT  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13256/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 317ms (ActiveRecord: 97.4ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:37:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (112.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (28.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (397.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (414.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (599.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.9ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (33.2ms) Completed 200 OK in 1514ms (Views: 1224.9ms | ActiveRecord: 55.6ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:37:11 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:37:11 -0400 Started DELETE "/admin/frontend/views/13256/destroy_callback/435" for 127.0.0.1 at 2018-12-06 09:37:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"13256", "view_callback_id"=>"435"} Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 435], ["LIMIT", 1]]  (0.5ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 435]]  (41.2ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.2ms) Completed 200 OK in 12984ms (Views: 49.4ms | ActiveRecord: 53.0ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:37:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (35.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (98.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (104.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (807.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.0ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (32.0ms) Completed 200 OK in 1392ms (Views: 1095.6ms | ActiveRecord: 77.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:37:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:37:36 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 09:37:36 -0400 Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:42:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} Setting Load (0.6ms) 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 (1.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (30.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (90.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (95.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (516.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (113.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (30.7ms) Completed 200 OK in 1055ms (Views: 789.2ms | ActiveRecord: 63.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:42:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:42:56 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 09:42:57 -0400 Started PATCH "/admin/frontend/views/13256" for 127.0.0.1 at 2018-12-06 09:43:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eGVTXWtMCBYcUccaZVtYr1loljCFslnx9JPjfC+qjuAH0vRebRJq17TFVARcbpyWxMFznmwL7HimVEc8ZxdLaQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544103779529"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13256"} Setting Load (1.4ms) 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.6ms) 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 (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13256], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13256], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:43:02.023138"], ["updated_at", "2018-12-06 13:43:02.023138"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13256], ["created_at", "2018-12-06 13:43:02.027301"], ["updated_at", "2018-12-06 13:43:02.027301"]]  (24.4ms) COMMIT  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13256/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 126ms (ActiveRecord: 39.7ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:43:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (59.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (31.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (202.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (229.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1368.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (149.7ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 2240ms (Views: 1882.5ms | ActiveRecord: 53.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:43:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:43:05 -0400 Started DELETE "/admin/frontend/views/13256/destroy_callback/470" for 127.0.0.1 at 2018-12-06 09:43:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"13256", "view_callback_id"=>"470"} 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 470], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 470]]  (42.9ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.7ms) Completed 200 OK in 368ms (Views: 44.5ms | ActiveRecord: 81.8ms) Started PATCH "/admin/frontend/views/13256" for 127.0.0.1 at 2018-12-06 09:43:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LxXrTsVjhi2xj6i5XQdICk2hHSaAR73oV2jONYrdCFdQokxNwz3k7BkbO6dkMowz0Aj4iGn+CGEFr2p1wmDN3g==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544103793687"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13256"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13256], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13256], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:43:15.522107"], ["updated_at", "2018-12-06 13:43:15.522107"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13256], ["created_at", "2018-12-06 13:43:15.524703"], ["updated_at", "2018-12-06 13:43:15.524703"]]  (26.6ms) COMMIT  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13256/edit KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 313ms (ActiveRecord: 78.9ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:43:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} Setting Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (39.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (130.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (137.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (640.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (189.7ms) Rendered admin/layouts/_messages.html.haml (10.9ms) Rendered admin/layouts/_preloader.html.haml (16.7ms) Rendered admin/layouts/_footer.html.haml (7.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.2ms) Rendered admin/layouts/_git_info.html.haml (52.0ms) Completed 200 OK in 1326ms (Views: 1108.5ms | ActiveRecord: 53.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:43:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:43:17 -0400 Started PATCH "/admin/frontend/views/13256" for 127.0.0.1 at 2018-12-06 09:43:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"OcMT2mP5aXLk8NIMQTT+p8u9XRtrxbTQdSmAFJzV5m5GdLTZZacLs0xkQRJ4ATqeVhS4tYJ8AVkn7iRU1Ggj5w==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"471"}, "1544103798769"=>{"function_type"=>"after_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13256"} 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.3ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13256], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13256], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "after_action"], ["name", "user_authenticate"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:43:22.038918"], ["updated_at", "2018-12-06 13:43:22.038918"]] 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", "user_authenticate"], ["function_type", "after_action"], ["view_id", 13256], ["created_at", "2018-12-06 13:43:22.042638"], ["updated_at", "2018-12-06 13:43:22.042638"]]  (26.3ms) COMMIT Unpermitted parameter: :id  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "after_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "after_action"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13256/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 130ms (ActiveRecord: 42.1ms) Started GET "/admin/frontend/views/13256/edit" for 127.0.0.1 at 2018-12-06 09:43:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13256"} Setting Load (0.5ms) 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (66.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (20.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (29.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (249.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (262.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1384.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (255.0ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (10.4ms) Rendered admin/layouts/_footer.html.haml (4.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.6ms) Rendered admin/layouts/_git_info.html.haml (51.3ms) Completed 200 OK in 2633ms (Views: 2054.4ms | ActiveRecord: 48.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:43:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:43:26 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:43:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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.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 (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.3ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (58.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (52.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (53.8ms) Rendered public_activity/layout/_destroy.html.haml (10.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (179.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (322.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (490.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.4ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (48.2ms) Completed 200 OK in 1071ms (Views: 996.9ms | ActiveRecord: 17.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:43:28 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:43:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.9ms) 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::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 46ms (Views: 1.5ms | ActiveRecord: 10.2ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[13256]" for 127.0.0.1 at 2018-12-06 09:43:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"xr+h5QKTcrIf7E2LXINBLLGVcKPIUZvec4c/uA5QXxS5CAbmBM0Qc7d43pVltoUVLDyVDSHoLlchQJv4Ru2anQ==", "multiple_ids"=>"[13256]"} Setting Load (1.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 (0.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13256], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 13:43:31.226786"], ["updated_at", "2018-12-06 13:43:31.226786"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13256], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13256]] KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 471]] KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 472]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 13256]] KepplerFrontend::View Update All (1.1ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-06 13:43:31.243648' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (41.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 145ms (ActiveRecord: 59.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:43:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (1.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (2.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.0ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.1ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (21.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (10.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (98.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (171.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (707.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (217.6ms) Rendered admin/layouts/_messages.html.haml (6.0ms) Rendered admin/layouts/_preloader.html.haml (7.9ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (8.0ms) Rendered admin/layouts/_git_info.html.haml (51.5ms) Completed 200 OK in 1731ms (Views: 1223.2ms | ActiveRecord: 62.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:43:34 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:43:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:43:34 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:43:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.2ms) 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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 64ms (Views: 2.1ms | ActiveRecord: 20.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:44:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.0ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.7ms) PublicActivity::Activity Exists (2.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (57.4ms) KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (68.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (8.0ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (209.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (310.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (595.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.8ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (46.0ms) Completed 200 OK in 1423ms (Views: 1110.2ms | ActiveRecord: 49.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:44:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:44:06 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:44:06 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:44:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.3ms | ActiveRecord: 7.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 09:44:06 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:44:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (2.0ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (47.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (13.9ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (16.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (7.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (72.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (157.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (518.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.7ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (33.6ms) Completed 200 OK in 1118ms (Views: 886.6ms | ActiveRecord: 54.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:44:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:44:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:44:53 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:44:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 30ms (Views: 1.3ms | ActiveRecord: 8.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 09:44:53 -0400 Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-06 09:44:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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 (1.1ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (65.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (73.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1308.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.7ms) Rendered admin/layouts/_messages.html.haml (6.8ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (9.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (74.2ms) Completed 200 OK in 1702ms (Views: 1668.1ms | ActiveRecord: 8.1ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:45:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"o6N2VcTzGxTIiIMyj65hjde8DLv9/VU+IZViv5iFIZjdQwejx0air88tXaCl8NZzJap2gZPtENrT17YDr4pXSw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-06 13:45:04.550353"], ["updated_at", "2018-12-06 13:45:04.550353"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13887], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-06 13:45:04.563575"], ["updated_at", "2018-12-06 13:45:04.563575"]]  (101.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/13887/editor KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 184ms (ActiveRecord: 114.2ms) Started GET "/admin/frontend/views/13887/editor" for 127.0.0.1 at 2018-12-06 09:45:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"13887"} 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 (2.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (122.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (33.0ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (101.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (328.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (350.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1105.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (108.1ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (51.5ms) Completed 200 OK in 2137ms (Views: 1749.2ms | ActiveRecord: 50.4ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:45:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:45:08 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:45:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (17.2ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (72.9ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (59.3ms) Rendered public_activity/layout/_destroy.html.haml (12.7ms) Rendered public_activity/layout/_update.html.haml (21.5ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (3.3ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (192.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (385.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1706.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.5ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (11.3ms) Rendered admin/layouts/_footer.html.haml (5.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (57.0ms) Completed 200 OK in 2479ms (Views: 2389.2ms | ActiveRecord: 22.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:45:12 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:45:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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 (1.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.0ms) 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.6ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.5ms | ActiveRecord: 12.7ms) Started GET "/admin/frontend/views/13887/edit" for 127.0.0.1 at 2018-12-06 09:45:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13887"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13887]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (68.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (72.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (535.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.5ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (39.9ms) Completed 200 OK in 789ms (Views: 757.2ms | ActiveRecord: 16.0ms) Started PATCH "/admin/frontend/views/13887" for 127.0.0.1 at 2018-12-06 09:45:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3lAfVa0JxEEl8JQc7tqH0KJd29BNGWaUpygKcTMGZ+/lAeORttt8wwt2rzzNOexnbsZl6yaRAMm5o5OEYSFtew==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544103916997"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}, "1544103917792"=>{"function_type"=>"before_filter", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13887"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13887], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13887], ["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_filter"], ["name", "user_authenticate"]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13887], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:45:20.387705"], ["updated_at", "2018-12-06 13:45:20.387705"]] KepplerFrontend::ViewCallback Create (2.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13887], ["created_at", "2018-12-06 13:45:20.390023"], ["updated_at", "2018-12-06 13:45:20.390023"]] 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", "user_authenticate"], ["function_type", "before_filter"], ["view_id", 13887], ["created_at", "2018-12-06 13:45:20.394980"], ["updated_at", "2018-12-06 13:45:20.394980"]]  (36.4ms) COMMIT  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_filter"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_filter"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13887/edit KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 114ms (ActiveRecord: 55.6ms) Started GET "/admin/frontend/views/13887/edit" for 127.0.0.1 at 2018-12-06 09:45:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13887"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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 (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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13887]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (32.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (6.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (37.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (139.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (143.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (548.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (169.9ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (59.0ms) Completed 200 OK in 1271ms (Views: 971.5ms | ActiveRecord: 62.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:45:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:45:22 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:45:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.3ms) KepplerFrontend::View Load (1.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (44.4ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (30.8ms) Rendered public_activity/layout/_create.html.haml (7.3ms) Rendered public_activity/layout/_destroy.html.haml (4.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (84.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (206.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1481.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (112.9ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (10.8ms) Rendered admin/layouts/_footer.html.haml (4.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (60.1ms) Completed 200 OK in 2074ms (Views: 1951.7ms | ActiveRecord: 20.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:45:26 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:45:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.6ms) 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::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 60ms (Views: 5.9ms | ActiveRecord: 10.7ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[13887]" for 127.0.0.1 at 2018-12-06 09:45:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"jjbLDGJhyIpeVo0hkaYxawUItntcCqf4ZtFiHjzb+mnxgWwPZD+qS/bCHj+ok/VSmKFT1bWzEnE0FsZedGY/4A==", "multiple_ids"=>"[13887]"} Setting Load (2.2ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13887], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 13:45:31.027054"], ["updated_at", "2018-12-06 13:45:31.027054"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13887]]  (1.0ms) ROLLBACK Completed 500 Internal Server Error in 59ms (ActiveRecord: 12.2ms) ArgumentError - wrong number of arguments (given 1, expected 2): Started POST "/__better_errors/f9a986881c75b02d/variables" for 127.0.0.1 at 2018-12-06 09:45:31 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:46:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (21.6ms) Rendered public_activity/layout/_create.html.haml (6.0ms) Rendered public_activity/layout/_destroy.html.haml (4.2ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (67.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (131.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (561.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.0ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (64.7ms) Completed 200 OK in 1138ms (Views: 932.4ms | ActiveRecord: 17.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:46:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:46:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:46:18 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:46:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (3.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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 64ms (Views: 2.3ms | ActiveRecord: 14.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 09:46:19 -0400 Started DELETE "/admin/frontend/views/13887" for 127.0.0.1 at 2018-12-06 09:46:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"aZcniIAFDtbxO+Q/vITI9kYWCyPSvAbBfUN9hADmZ1oWIICLhltsF1mvdyGFsQzP27/ujTsFs0gvhNnESFui0w==", "id"=>"13887"} 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 (0.7ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13887], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13887], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 13:46:23.582786"], ["updated_at", "2018-12-06 13:46:23.582786"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13887], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13887]] KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 473]] KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 474]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 13887]] KepplerFrontend::View Update All (1.3ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-06 13:46:23.606136' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (78.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 142ms (ActiveRecord: 92.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:46:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (3.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (16.6ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (48.9ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (35.1ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (39.8ms) Rendered public_activity/layout/_create.html.haml (25.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_update.html.haml (2.5ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (182.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (307.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (873.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.8ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (38.9ms) Completed 200 OK in 1750ms (Views: 1418.4ms | ActiveRecord: 69.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:46:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:46:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:46:26 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:46:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 1.4ms | ActiveRecord: 7.0ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-06 09:48:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (73.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (81.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1244.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.8ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (41.3ms) Completed 200 OK in 1828ms (Views: 1546.3ms | ActiveRecord: 7.2ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:48:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"geo8S6egjHmE+T0xHSt/KNLVUcZog7/hEHBFxqiwG+r/Ck29pBU1woNc46M3dcjWIMMr/AaT+gXiMpF6n79tOQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-06 13:48:53.007152"], ["updated_at", "2018-12-06 13:48:53.007152"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13888], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-06 13:48:53.013688"], ["updated_at", "2018-12-06 13:48:53.013688"]]  (132.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/13888/editor KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 200ms (ActiveRecord: 146.8ms) Started GET "/admin/frontend/views/13888/editor" for 127.0.0.1 at 2018-12-06 09:48:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"13888"} 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 [["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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13888], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (86.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (27.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (94.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (268.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (282.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1055.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.5ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (41.2ms) Completed 200 OK in 1847ms (Views: 1546.1ms | ActiveRecord: 52.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:48:55 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:48:55 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:48:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.8ms) KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (39.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 13888], ["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (31.6ms) Rendered public_activity/layout/_destroy.html.haml (8.0ms) Rendered public_activity/layout/_update.html.haml (7.9ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (99.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (197.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (509.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.8ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (37.0ms) Completed 200 OK in 967ms (Views: 868.1ms | ActiveRecord: 40.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:49:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:49:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 80ms (Views: 2.8ms | ActiveRecord: 10.2ms) Started GET "/admin/frontend/views/13888/edit" for 127.0.0.1 at 2018-12-06 09:49:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13888"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13888], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13888]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (66.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (70.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (470.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.1ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (38.9ms) Completed 200 OK in 727ms (Views: 689.4ms | ActiveRecord: 12.1ms) Started PATCH "/admin/frontend/views/13888" for 127.0.0.1 at 2018-12-06 09:49:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oozzr3hhGISy2bakzCUS/0MWRVHEZVBdvJpmS2SRNJu4QwPGxKYF9KI+i8sWujx8h++LpewxGASHXHQCnCpnww==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544104145911"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}, "1544104146767"=>{"function_type"=>"before_filter", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13888"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13888], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 13888], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13888], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]]  (0.8ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_filter"], ["name", "user_authenticate"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13888], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:49:08.972475"], ["updated_at", "2018-12-06 13:49:08.972475"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13888], ["created_at", "2018-12-06 13:49:08.975222"], ["updated_at", "2018-12-06 13:49:08.975222"]] 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", "user_authenticate"], ["function_type", "before_filter"], ["view_id", 13888], ["created_at", "2018-12-06 13:49:08.976804"], ["updated_at", "2018-12-06 13:49:08.976804"]]  (26.5ms) COMMIT  (2.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_filter"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_filter"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13888/edit KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 97ms (ActiveRecord: 45.9ms) Started GET "/admin/frontend/views/13888/edit" for 127.0.0.1 at 2018-12-06 09:49:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13888"} Setting Load (1.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.6ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13888], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13888]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (56.4ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (7.3ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (137.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (142.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (511.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (205.2ms) Rendered admin/layouts/_messages.html.haml (7.6ms) Rendered admin/layouts/_preloader.html.haml (12.3ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.1ms) Rendered admin/layouts/_git_info.html.haml (61.8ms) Completed 200 OK in 1272ms (Views: 987.4ms | ActiveRecord: 69.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:49:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:49:11 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:49:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (14.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (77.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 13888], ["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (51.7ms) Rendered public_activity/layout/_create.html.haml (14.2ms) Rendered public_activity/layout/_destroy.html.haml (10.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (3.3ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (6.6ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (165.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (332.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1006.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (80.6ms) Completed 200 OK in 1652ms (Views: 1576.2ms | ActiveRecord: 16.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:49:14 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:49:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 63ms (Views: 2.4ms | ActiveRecord: 11.6ms) Started DELETE "/admin/frontend/views/13888" for 127.0.0.1 at 2018-12-06 09:49:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"XKH2RAgaQgAV6+I7Qvm/hU45OXdgD78JccES6zAJl+UjFlFHDkQgwb1/cSV7zHu805Dc2Ym2CoAjBrareLRSbA==", "id"=>"13888"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13888], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13888]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13888], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 13:49:19.045282"], ["updated_at", "2018-12-06 13:49:19.045282"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13888], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13888]] KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 475]] KepplerFrontend::ViewCallback Destroy (1.1ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 476]] KepplerFrontend::View Destroy (1.0ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 13888]] KepplerFrontend::View Update All (0.9ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-06 13:49:19.058438' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (35.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 147ms (ActiveRecord: 54.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:49:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (16.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.4ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (35.4ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8) [["id", 13888], ["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (40.6ms) Rendered public_activity/layout/_create.html.haml (15.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (3.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (3.7ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_update.html.haml (2.5ms) Rendered public_activity/layout/_update.html.haml (2.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (204.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (328.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1407.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (163.6ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (44.8ms) Completed 200 OK in 2375ms (Views: 2024.3ms | ActiveRecord: 62.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:49:22 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:49:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:49:22 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:49:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (2.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 88ms (Views: 1.9ms | ActiveRecord: 12.8ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2018-12-06 09:49:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (0.7ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (75.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (88.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1116.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (86.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (473.6ms) Rendered admin/layouts/_messages.html.haml (7.9ms) Rendered admin/layouts/_preloader.html.haml (16.8ms) Rendered admin/layouts/_footer.html.haml (5.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.7ms) Rendered admin/layouts/_git_info.html.haml (59.1ms) Completed 200 OK in 2168ms (Views: 1900.7ms | ActiveRecord: 40.4ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:49:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AN6j/5ZkPc+7RH8xtqJRQjAmkmyacheiY57gqxoz+lN+PtIJldGEdLzhoaOc/Oa8wjDoVvRiUkaR3DQXLTyMgA==", "view"=>{"name"=>"show", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Guardar"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (3.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.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", "show"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2018-12-06 13:49:39.543253"], ["updated_at", "2018-12-06 13:49:39.543253"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13889], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-06 13:49:39.554228"], ["updated_at", "2018-12-06 13:49:39.554228"]]  (76.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/13889/editor KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 160ms (ActiveRecord: 102.7ms) Started GET "/admin/frontend/views/13889/editor" for 127.0.0.1 at 2018-12-06 09:49:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"13889"} Setting Load (1.1ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (9.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13889], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (95.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (33.2ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (230.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (424.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (433.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1050.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (132.1ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (42.7ms) Completed 200 OK in 2069ms (Views: 1719.8ms | ActiveRecord: 73.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:49:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:49:42 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:49:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) 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 (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.8ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 13889], ["id", 13888], ["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (57.7ms) Rendered public_activity/layout/_destroy.html.haml (11.1ms) Rendered public_activity/layout/_update.html.haml (15.4ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (158.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (250.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (761.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.6ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (65.9ms) Completed 200 OK in 1276ms (Views: 1202.2ms | ActiveRecord: 25.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:49:47 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:49:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 43ms (Views: 1.4ms | ActiveRecord: 11.3ms) Started GET "/admin/frontend/views/13889/edit" for 127.0.0.1 at 2018-12-06 09:49:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13889"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13889], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13889]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (170.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (178.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (724.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.6ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (53.6ms) Completed 200 OK in 1124ms (Views: 1086.0ms | ActiveRecord: 12.5ms) Started PATCH "/admin/frontend/views/13889" for 127.0.0.1 at 2018-12-06 09:49:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zKxoCIH8Tveb4Loho3rNj8dg4UxKDwHXZiMPCqNYE8ihClyy/ZX+RGDGpOpinDuMAvXsLnB6w25ZfuvSH/RcPQ==", "view"=>{"name"=>"show", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1544104192469"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}, "1544104193362"=>{"function_type"=>"before_filter", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Guardar", "id"=>"13889"} Setting Load (1.9ms) 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 (1.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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13889], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 13889], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 13889], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_action"], ["name", "user_authenticate"]]  (2.4ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."function_type" = $1 AND "keppler_frontend_view_callbacks"."name" = $2 [["function_type", "before_filter"], ["name", "user_authenticate"]] PublicActivity::Activity Create (2.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13889], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2018-12-06 13:49:55.747367"], ["updated_at", "2018-12-06 13:49:55.747367"]] KepplerFrontend::ViewCallback Create (2.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 13889], ["created_at", "2018-12-06 13:49:55.751098"], ["updated_at", "2018-12-06 13:49:55.751098"]] 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", "user_authenticate"], ["function_type", "before_filter"], ["view_id", 13889], ["created_at", "2018-12-06 13:49:55.754626"], ["updated_at", "2018-12-06 13:49:55.754626"]]  (49.2ms) COMMIT  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_action"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_filter"]] 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 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $3 [["name", "user_authenticate"], ["function_type", "before_filter"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/13889/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 127ms (ActiveRecord: 71.7ms) Started GET "/admin/frontend/views/13889/edit" for 127.0.0.1 at 2018-12-06 09:49:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"13889"} Setting Load (5.1ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13889], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13889]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (36.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (5.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (119.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (123.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (542.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (147.8ms) Rendered admin/layouts/_messages.html.haml (7.1ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (9.4ms) Rendered admin/layouts/_git_info.html.haml (78.0ms) Completed 200 OK in 1223ms (Views: 951.2ms | ActiveRecord: 29.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:49:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:49:57 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:49:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (31.7ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 13889], ["id", 13888], ["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (33.5ms) Rendered public_activity/layout/_create.html.haml (7.7ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (91.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (173.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (597.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (7.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (59.2ms) Completed 200 OK in 999ms (Views: 946.6ms | ActiveRecord: 17.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:50:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:50:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 2.8ms | ActiveRecord: 10.9ms) Started DELETE "/admin/frontend/views/13889" for 127.0.0.1 at 2018-12-06 09:50:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"web9ji//IC391LNtiPbqeZehEKMzLKRoXbAGITnlLX6+UVqNKaFC7FVAIHOxwy5ACgj1DdqVEeEPd6JhcVjo9w==", "id"=>"13889"} 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.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 13889], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13889]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 13889], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2018-12-06 13:50:04.115682"], ["updated_at", "2018-12-06 13:50:04.115682"]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 13889], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 13889]] KepplerFrontend::ViewCallback Destroy (0.9ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 477]] KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 478]] KepplerFrontend::View Destroy (0.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 13889]] KepplerFrontend::View Update All (0.8ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2018-12-06 13:50:04.132648' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (39.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 146ms (ActiveRecord: 58.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2018-12-06 09:50:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (8.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" Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (14.3ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (46.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (43.2ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9) [["id", 13889], ["id", 13888], ["id", 13887], ["id", 13256], ["id", 11923], ["id", 11922], ["id", 4954], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (47.4ms) Rendered public_activity/layout/_create.html.haml (17.3ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (2.6ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (217.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (342.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (932.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (144.5ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (114.4ms) Completed 200 OK in 2119ms (Views: 1605.7ms | ActiveRecord: 95.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 09:50:07 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 09:50:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 09:50:07 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2018-12-06 09:50:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) 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 (1.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 2.7ms | ActiveRecord: 14.4ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2018-12-06 10:13:55 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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 (10.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (3.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::CallbackFunction Load (3.0ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (29.1ms) PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (37.8ms) KepplerFrontend::CallbackFunction Load (2.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21) [["id", 495], ["id", 494], ["id", 493], ["id", 492], ["id", 491], ["id", 490], ["id", 325], ["id", 226], ["id", 225], ["id", 159], ["id", 158], ["id", 157], ["id", 156], ["id", 155], ["id", 31], ["id", 30], ["id", 29], ["id", 28], ["id", 27], ["id", 26], ["id", 1]] Rendered public_activity/layout/_create.html.haml (26.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (9.1ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (4.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (3.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (182.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (283.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (548.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (206.3ms) Rendered admin/layouts/_messages.html.haml (6.5ms) Rendered admin/layouts/_preloader.html.haml (11.6ms) Rendered admin/layouts/_footer.html.haml (5.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (46.3ms) Completed 200 OK in 1472ms (Views: 1146.0ms | ActiveRecord: 78.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 10:13:57 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2018-12-06 10:13:58 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.8ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 2.6ms | ActiveRecord: 9.0ms) Started GET "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 10:28:31 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as HTML Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.0ms) KepplerFrontend::Function Load (1.1ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (19.9ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (7.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (154.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2040.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (57.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (300.5ms) Rendered admin/layouts/_messages.html.haml (6.5ms) Rendered admin/layouts/_preloader.html.haml (11.5ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.8ms) Rendered admin/layouts/_git_info.html.haml (406.5ms) Completed 200 OK in 3520ms (Views: 3070.3ms | ActiveRecord: 56.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 10:28:36 -0400 Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 10:28:36 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} 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 (2.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (0.6ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 0.7ms | ActiveRecord: 15.6ms) Started GET "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 14:27:43 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as HTML Setting Load (37.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (13.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (30.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (14.8ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (2.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (138.9ms) KepplerFrontend::Function Load (1.3ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (137.9ms) PublicActivity::Activity Exists (10.4ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (12.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (71.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (1554.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (11261.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (173.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (148.4ms) Rendered admin/layouts/_messages.html.haml (6.1ms) Rendered admin/layouts/_preloader.html.haml (14.7ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (1314.0ms) Completed 200 OK in 16024ms (Views: 14683.1ms | ActiveRecord: 462.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 14:28:04 -0400 Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 14:28:05 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (1.4ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 4.0ms | ActiveRecord: 11.2ms) Started GET "/admin/frontend/functions/new" for 127.0.0.1 at 2018-12-06 14:35:55 -0400 Processing by KepplerFrontend::Admin::FunctionsController#new as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::Parameter Load (18.1ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" WHERE "keppler_frontend_parameters"."function_id" = $1 [["function_id", ""]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields.html.haml (29.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_form.html.haml (316.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml within keppler_frontend/admin/layouts/application (334.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1143.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (442.3ms) Rendered admin/layouts/_messages.html.haml (7.5ms) Rendered admin/layouts/_preloader.html.haml (12.8ms) Rendered admin/layouts/_footer.html.haml (5.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.2ms) Rendered admin/layouts/_git_info.html.haml (149.3ms) Completed 200 OK in 2749ms (Views: 2131.8ms | ActiveRecord: 94.7ms) Started GET "/assets/keppler_contact_us/plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js" for 127.0.0.1 at 2018-12-06 14:36:03 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_contact_us/plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started POST "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 14:36:22 -0400 Processing by KepplerFrontend::Admin::FunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pXtqeTey07lsiog8+Oz11EREpEgMGGDai6CZnyZjd6yLMcyyerad1/gpqlZ/G5Bgew1N4+WdtGwxnroWqEjVdw==", "function"=>{"name"=>"fullname", "description"=>"Nombre completo", "position"=>"", "deleted_at"=>"", "parameters_attributes"=>{"1544121377302"=>{"name"=>"name", "_destroy"=>"false"}}}, "_save"=>"Guardar"} 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :_destroy  (0.3ms) BEGIN KepplerFrontend::Function Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."name" = $1 AND "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $2 [["name", "fullname"], ["LIMIT", 1]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE (1 = 1) AND ("keppler_frontend_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_functions"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Create (16.5ms) INSERT INTO "keppler_frontend_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "fullname"], ["description", "Nombre completo"], ["position", 1], ["created_at", "2018-12-06 18:36:22.393238"], ["updated_at", "2018-12-06 18:36:22.393238"]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Function"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_function.create"], ["created_at", "2018-12-06 18:36:22.438495"], ["updated_at", "2018-12-06 18:36:22.438495"]] KepplerFrontend::Parameter Load (0.8ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" WHERE (1 = 1) AND ("keppler_frontend_parameters"."position" IS NOT NULL) ORDER BY "keppler_frontend_parameters"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Parameter Create (5.8ms) INSERT INTO "keppler_frontend_parameters" ("name", "position", "function_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "name"], ["position", 1], ["function_id", "1"], ["created_at", "2018-12-06 18:36:22.442542"], ["updated_at", "2018-12-06 18:36:22.442542"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Parameter"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_parameter.create"], ["created_at", "2018-12-06 18:36:22.455449"], ["updated_at", "2018-12-06 18:36:22.455449"]]  (29.9ms) COMMIT KepplerFrontend::Parameter Load (0.6ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" WHERE "keppler_frontend_parameters"."function_id" = $1 [["function_id", "1"]] Redirected to http://localhost:3000/admin/frontend/functions/1 KepplerFrontend::Parameter Load (0.6ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" KepplerFrontend::Function Load (1.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Completed 302 Found in 167ms (ActiveRecord: 64.9ms) Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:36:22 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} Setting Load (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (29.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1297.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (44.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (221.0ms) Rendered admin/layouts/_messages.html.haml (6.6ms) Rendered admin/layouts/_preloader.html.haml (12.2ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (64.4ms) Completed 200 OK in 2034ms (Views: 1715.9ms | ActiveRecord: 42.1ms) Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-12-06 14:36:25 -0400 Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-12-06 14:36:25 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:27 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:28 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:28 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:28 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-12-06 14:36:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:36:29 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:36:29 -0400 Started GET "/admin/frontend/functions/1/editor" for 127.0.0.1 at 2018-12-06 14:36:49 -0400 Processing by KepplerFrontend::Admin::FunctionsController#editor as HTML Parameters: {"function_id"=>"1"} Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 500 Internal Server Error in 200ms (ActiveRecord: 9.9ms) NoMethodError - undefined method `editor?' for # Did you mean? edit?: Started POST "/__better_errors/c8e4846b38ec8f93/variables" for 127.0.0.1 at 2018-12-06 14:36:50 -0400 PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 11]] Started POST "/admin/frontend/functions/1/editor/save" for 127.0.0.1 at 2018-12-06 14:39:27 -0400 Processing by KepplerFrontend::Admin::FunctionsController#editor_save as */* Parameters: {"actions"=>"# This function receives these parameters: name\nputs name", "function_id"=>"1"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (1.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 194ms (Views: 0.2ms | ActiveRecord: 47.7ms) Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:39:47 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} 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.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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.9ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (40.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1679.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (118.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (276.0ms) Rendered admin/layouts/_messages.html.haml (191.0ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (41.4ms) Completed 200 OK in 2445ms (Views: 2400.1ms | ActiveRecord: 13.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:39:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:39:50 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 14:39:50 -0400 Started POST "/admin/frontend/functions/1/editor/save" for 127.0.0.1 at 2018-12-06 14:39:55 -0400 Processing by KepplerFrontend::Admin::FunctionsController#editor_save as */* Parameters: {"actions"=>"# This function receives these parameters: name\nputs name", "function_id"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 59ms (Views: 0.4ms | ActiveRecord: 5.2ms) Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:40:38 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} Setting Load (0.6ms) 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (1.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (15.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (549.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (159.6ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (34.6ms) Completed 200 OK in 987ms (Views: 813.3ms | ActiveRecord: 10.5ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:40:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:40:40 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 14:40:41 -0400 Started POST "/admin/frontend/functions/1/editor/save" for 127.0.0.1 at 2018-12-06 14:40:52 -0400 Processing by KepplerFrontend::Admin::FunctionsController#editor_save as */* Parameters: {"actions"=>"# This function receives these parameters: name\nputs name", "function_id"=>"1"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 22ms (Views: 0.2ms | ActiveRecord: 6.8ms) Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:40:56 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} Setting Load (0.6ms) 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.8ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.9ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (13.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (497.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (157.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (32.2ms) Completed 200 OK in 1075ms (Views: 755.0ms | ActiveRecord: 47.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:40:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:40:58 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 14:40:59 -0400 Started POST "/admin/frontend/functions/1/editor/save" for 127.0.0.1 at 2018-12-06 14:41:11 -0400 Processing by KepplerFrontend::Admin::FunctionsController#editor_save as */* Parameters: {"actions"=>"# This function receives these parameters: name\nputs \"hi there\"", "function_id"=>"1"} Setting Load (4.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 46ms (Views: 0.4ms | ActiveRecord: 13.9ms) Started POST "/admin/frontend/functions/1/editor/save" for 127.0.0.1 at 2018-12-06 14:41:22 -0400 Processing by KepplerFrontend::Admin::FunctionsController#editor_save as */* Parameters: {"actions"=>"# This function receives these parameters: name\nputs \"hi \#{name}\"", "function_id"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 274ms (Views: 0.4ms | ActiveRecord: 43.3ms) Started GET "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 14:41:51 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as HTML Setting Load (0.5ms) 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.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application  (2.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (18.3ms) KepplerFrontend::Function Load (1.4ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (91.4ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (24.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (62.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (270.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (892.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (174.6ms) Rendered admin/layouts/_messages.html.haml (6.2ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (49.3ms) Completed 200 OK in 1771ms (Views: 1453.8ms | ActiveRecord: 56.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 14:41:53 -0400 Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 14:41:53 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (1.3ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 3.2ms | ActiveRecord: 11.8ms) Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:41:54 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (23.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (514.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (76.6ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (9.1ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (39.4ms) Completed 200 OK in 748ms (Views: 721.2ms | ActiveRecord: 7.4ms) Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:44:17 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} 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.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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (37.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2322.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (84.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (151.9ms) Rendered admin/layouts/_messages.html.haml (6.0ms) Rendered admin/layouts/_preloader.html.haml (14.3ms) Rendered admin/layouts/_footer.html.haml (5.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.5ms) Rendered admin/layouts/_git_info.html.haml (40.9ms) Completed 200 OK in 2741ms (Views: 2701.4ms | ActiveRecord: 9.7ms) Started GET "/assets/keppler_frontend/admin/editor.self-5dd9fc4c60c803d741de7534fde3789988068619e049734bcb432d62bbc7f681.js?body=1" for 127.0.0.1 at 2018-12-06 14:44:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:44:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:44:21 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 14:44:21 -0400 Started GET "/admin/frontend/functions/1" for 127.0.0.1 at 2018-12-06 14:44:35 -0400 Processing by KepplerFrontend::Admin::FunctionsController#show as HTML Parameters: {"id"=>"1"} Setting Load (1.0ms) 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 (2.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (1.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/show.html.haml within keppler_frontend/admin/layouts/application (53.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2443.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.7ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (41.7ms) Completed 200 OK in 2719ms (Views: 2677.6ms | ActiveRecord: 14.0ms) Started GET "/assets/keppler_frontend/admin/editor.self-4cad3ec85dcf99a7f3498ebb60b168164cdc98ef8678faad3d57cdbf033a8a55.js?body=1" for 127.0.0.1 at 2018-12-06 14:44:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:44:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:44:38 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-06 14:44:39 -0400 Started GET "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 14:45:19 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index 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.2ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.2ms) KepplerFrontend::Function Load (1.3ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (29.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (16.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (26.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (110.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (744.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (51.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.9ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (8.0ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (38.1ms) Completed 200 OK in 1178ms (Views: 1121.9ms | ActiveRecord: 16.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 14:45:21 -0400 Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 14:45:21 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (0.7ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 34ms (Views: 1.4ms | ActiveRecord: 14.0ms) Started GET "/admin/frontend/functions/new" for 127.0.0.1 at 2018-12-06 14:45:22 -0400 Processing by KepplerFrontend::Admin::FunctionsController#new 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::Parameter Load (0.7ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" WHERE "keppler_frontend_parameters"."function_id" = $1 [["function_id", ""]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_parameter_fields.html.haml (9.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_form.html.haml (92.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/new.html.haml within keppler_frontend/admin/layouts/application (98.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (499.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (30.8ms) Completed 200 OK in 784ms (Views: 737.0ms | ActiveRecord: 16.2ms) Started GET "/assets/keppler_contact_us/plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js" for 127.0.0.1 at 2018-12-06 14:45:23 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_contact_us/plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 14:45:24 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as HTML Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 14:45:24 -0400 Setting Load (11.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (9.9ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.8ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.3ms) Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 14:45:24 -0400 KepplerFrontend::Function Load (1.8ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (66.2ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::Function Load (1.2ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (25.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (43.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (198.6ms) Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) 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.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (2.3ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 46ms (Views: 3.5ms | ActiveRecord: 11.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (647.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.1ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (12.0ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (58.3ms) Completed 200 OK in 1124ms (Views: 1043.7ms | ActiveRecord: 38.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 14:45:26 -0400 Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 14:45:26 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (1.7ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 53ms (Views: 3.1ms | ActiveRecord: 9.3ms) Started DELETE "/admin/frontend/functions/destroy_multiple?multiple_ids=[1]" for 127.0.0.1 at 2018-12-06 14:45:29 -0400 Processing by KepplerFrontend::Admin::FunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"yIBXt3HS4hzywqPBN0ZtrkofjyQUsVAG4z75ZNrkrN+3N/C0d4yA3VpWMN8Oc6mX17Zqiv0I5Y+x+V0kkllpVg==", "multiple_ids"=>"[1]"} 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.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 (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Function Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::Function Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (25.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Function"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_function.destroy"], ["created_at", "2018-12-06 18:45:29.258810"], ["updated_at", "2018-12-06 18:45:29.258810"]] KepplerFrontend::Function Load (1.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerFrontend::Parameter Load (0.9ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" WHERE "keppler_frontend_parameters"."function_id" = $1 [["function_id", "1"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::Parameter"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_parameter.destroy"], ["created_at", "2018-12-06 18:45:29.304044"], ["updated_at", "2018-12-06 18:45:29.304044"]] KepplerFrontend::Parameter Load (1.0ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" WHERE "keppler_frontend_parameters"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] KepplerFrontend::Parameter Destroy (0.7ms) DELETE FROM "keppler_frontend_parameters" WHERE "keppler_frontend_parameters"."id" = $1 [["id", 1]] KepplerFrontend::Parameter Update All (0.6ms) UPDATE "keppler_frontend_parameters" SET "position" = ("keppler_frontend_parameters"."position" - 1), "updated_at" = '2018-12-06 18:45:29.310893' WHERE (1 = 1) AND ("keppler_frontend_parameters"."position" > 1) KepplerFrontend::Function Update (1.3ms) UPDATE "keppler_frontend_functions" SET "deleted_at" = $1, "updated_at" = $2 WHERE "keppler_frontend_functions"."id" = $3 [["deleted_at", "2018-12-06 18:45:29.312820"], ["updated_at", "2018-12-06 18:45:29.312904"], ["id", 1]] KepplerFrontend::Function Update All (0.5ms) UPDATE "keppler_frontend_functions" SET "position" = ("keppler_frontend_functions"."position" - 1), "updated_at" = '2018-12-06 18:45:29.317019' WHERE (1 = 1) AND ("keppler_frontend_functions"."position" > 1)  (21.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/functions KepplerFrontend::Parameter Load (0.5ms) SELECT "keppler_frontend_parameters".* FROM "keppler_frontend_parameters" KepplerFrontend::Function Load (0.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Completed 302 Found in 146ms (ActiveRecord: 65.0ms) Started GET "/admin/frontend/functions" for 127.0.0.1 at 2018-12-06 14:45:29 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as HTML Setting Load (0.4ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::Function Load (0.6ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (22.4ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (0.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (10.1ms) KepplerFrontend::Function Load (4.2ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL AND "keppler_frontend_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (16.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (47.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (127.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1130.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (104.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (155.3ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (9.1ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (83.5ms) Completed 200 OK in 1966ms (Views: 1637.6ms | ActiveRecord: 63.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-06 14:45:32 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-06 14:45:32 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-06 14:45:32 -0400 Started GET "/admin/frontend/functions/page/1.json" for 127.0.0.1 at 2018-12-06 14:45:32 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (6.1ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Function Load (8.2ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 69ms (Views: 7.7ms | ActiveRecord: 22.1ms) Started GET "/" for 127.0.0.1 at 2018-12-20 09:06:39 -0400  (19.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (30.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (39.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (32.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (15.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]] KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (26.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (9.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (19.7ms) Rendered app/layouts/_google_analytics.html.haml (7.5ms) Rendered admin/layouts/_git_info.html.haml (29.0ms) Rendered app/layouts/_head.html.haml (33423.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (33484.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (18.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1706.1ms) Completed 200 OK in 35967ms (Views: 35246.9ms | ActiveRecord: 237.9ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/form.self-711978b53107be2d9ef1b7369beb151b229cefa8c1405a056d3c34262d5b477e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/escape-selector.self-43e4d61501e4ffb1ecba387affbae1eb3e1c863ab0b0e71897851cddd246e50e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/jquery-1-7.self-22c197e38fc01a29431530c4c5c7263e26d2b611994b1f9c5c8c900a97b4bc44.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/plugin.self-d8f576c8e073ca51f095505f47bd09d306b875404cd90afcbb6338287cfb0247.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/safe-active-element.self-a1f1a1a7dae3269ce03f6fffb2dcc9b4a7490f5d546c65d54417bec3be24b668.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/safe-blur.self-2cc24c46132d51c7724f6371154241b0a81c9bae5d5681d8f62b01ce46236726.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/tabbable.self-f3f62ceed772d3a325cebd6a03221f8a8cb02c6150f4feba738c6525a2953690.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/unique-id.self-66e85ac85cd0b6b8b1bb89369fc65f608f716869dc0930862a8d421a57a9580a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/core.self-886760af898381620a8980841c646ae70e894b5292c3138e6dfd75b6904deffb.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/form-reset-mixin.self-3a447942586b5719fdd7f1d1a3ac0da9e757a0eb8f4a7cb145f6deb820d2dc54.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:17 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-blind.self-2f8923f5c3073717dad35ac1f9bd4dbc13d2f9c8128f7dbea9819921338271f4.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-bounce.self-ca3686abc7c667b5380422af36b618923c2fc8e901b3eb2ff627f1cdef60486a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-clip.self-9e606afd1b0d1679f42b1ce5c2ad29f242ed98a9b1a473a9ef8a8bf10df2afe4.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-drop.self-481600061a28b5621b1d78187468e63f057665ce6af6401db851f9b79e345965.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-explode.self-b5f68a634df4bc19111474eb15bcd99597dc19c721b33647fbb04f2bb6d52ca3.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-fade.self-60febf4d2a1f6f013852a42da59c74d840f205715162a2b11e734fd4dd73a519.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-fold.self-78adc6cc7f2d8dac25e8c82164ae61cc3160bb5280ed3d24dd96a576e37a6e46.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-highlight.self-842a0db414abed8fbccb48908bd933b32c93c6b9d725160c85dc2bde708fa753.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-size.self-2094878ac7ba38dcd4539cd4595fa4d6ed7182be8bb6f03785684a5e470a293d.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-scale.self-88872e591cdbf30b3d09946e82e96e25bcd99b03857ead844a503301e6de71f3.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-puff.self-be0ba8a98762bf10054deb4e8bdf92c44de0d570714624d16c396f1ffe3a82d6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-pulsate.self-bf83d1979be265f242fceb95cc3cfeca5467e4aab9cdea27ebb6f2e17bdaae2e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-shake.self-867270f4e72f7895d38b10fdf9a6ba20f22bee88ac4d79654a9227c14141e1ca.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-slide.self-b59b0b36df7b3e5e4f4190ab51e5c212744d2b34d5ed14c96bfe9c8a3096c00b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/effects/effect-transfer.self-5ab6d30ecb0b73e2b9a528f6d66c0732ba43a93a5326d88dae547f0c7c759e79.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:18 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/progressbar.self-3bf965ce4e8ade2f07336ae5ffce7fe58897333238561761ffcb16f31af673fc.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery-ui.self-d4c1ae19d9b853ec1c8c83784fa979bbe4075a84932a080bbd7d7706240410e1.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/keppler_frontend/app/frontend.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/keppler_frontend/app/partials/devise_login.self-d239780371022c4733e452aa6edc6081145e9b2e4672e68d35f88e954dc5de69.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/keppler_frontend/app/views/conf.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:19 -0400 Started GET "/assets/keppler_frontend/app/application.self-4e9f04d0d9e98970ca102a889572492eb66e9461980610b9c19641d2738ea554.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/app/google_analytics.self-da371e9d9399e069f379465a9e3224c190fa86042d46f27601af63cf1d1a1c08.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/app/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:20 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 09:07:21 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2018-12-20 09:07:21 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 09:07:27 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (1.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 19ms (ActiveRecord: 5.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 09:07:27 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (32.2ms) Rendered admin/layouts/_head.html.haml (2057.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (28.1ms) Completed 200 OK in 2300ms (Views: 2178.1ms | ActiveRecord: 17.1ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 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 [["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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 9ms (ActiveRecord: 2.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Processing by Devise::SessionsController#new 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.9ms) Rendered admin/layouts/_head.html.haml (502.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (31.6ms) Completed 200 OK in 568ms (Views: 558.4ms | ActiveRecord: 2.2ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/codemirror.self-81bfe37382b6bab39272b786965be1a5ec15f381371cceea6762f1b494fa7f31.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:30 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:31 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-9adc9c675f1e5efda98b0b8f2f54327ee7ec06cac646f71cb6e24c1610d0d3d1.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-1449010070cdad61c5a4b10fb9c7f72de2e696b87b7404b33fe674359c685da4.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-036411e9860cb2c7a22cfbd59ff25d924070c30147f739e3b103362dc015981b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:32 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/ruby_console.self-a176fdf3a6e107cf3a299a5ba62bfd34cbe01368596261fc7fbb01dd94ea6f23.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for 127.0.0.1 at 2018-12-20 09:07:33 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 09:07:34 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 09:07:34 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 09:07:34 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 09:07:34 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 09:07:44 -0400 Processing by Devise::PasswordsController#new 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.6ms) 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]] Rendering devise/passwords/new.html.erb within admin/layouts/application Rendered devise/shared/_links.html.erb (328.5ms) Rendered devise/passwords/new.html.erb within admin/layouts/application (389.7ms) Completed 500 Internal Server Error in 423ms (ActiveRecord: 3.1ms) NoMethodError - undefined method `new_user_registration_path' for # Did you mean? new_user_session_path: app/views/devise/shared/_links.html.erb:6:in `_app_views_devise_shared__links_html_erb___1221501224569587328_67234560' app/views/devise/passwords/new.html.erb:15:in `_app_views_devise_passwords_new_html_erb___3365899573402937402_68772040' Started POST "/__better_errors/d2aebc27db0e20fe/variables" for 127.0.0.1 at 2018-12-20 09:07:45 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 09:57:13 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (7.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (7.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.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]] Rendering devise/passwords/new.html.erb within admin/layouts/application Rendered devise/shared/_links.html.erb (0.9ms) Rendered devise/passwords/new.html.erb within admin/layouts/application (12.7ms) Rendered admin/layouts/_head.html.haml (3653.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (76.4ms) Completed 200 OK in 3785ms (Views: 3758.8ms | ActiveRecord: 16.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 09:57:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 09:57:18 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 09:57:19 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 09:57:57 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.4ms) 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]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (21.5ms) Rendered admin/layouts/_head.html.haml (571.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (33.6ms) Completed 200 OK in 672ms (Views: 657.7ms | ActiveRecord: 4.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 09:58:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 09:58:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 09:58:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 09:58:00 -0400 Started GET "/users/password/edit" for 127.0.0.1 at 2018-12-20 09:58:29 -0400 Processing by Devise::PasswordsController#edit 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.7ms) 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]] Redirected to http://localhost:3000/users/sign_in Filter chain halted as :assert_reset_token_passed rendered or redirected Completed 302 Found in 12ms (ActiveRecord: 3.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 09:58:29 -0400 Processing by Devise::SessionsController#new 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.6ms) Rendered admin/layouts/_head.html.haml (442.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (31.0ms) Completed 200 OK in 507ms (Views: 497.8ms | ActiveRecord: 2.3ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 09:58:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 09:58:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 09:58:30 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:00:06 -0400 Processing by Devise::SessionsController#new 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 (2.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (12.7ms) Rendered admin/layouts/_head.html.haml (478.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (42.9ms) Completed 200 OK in 564ms (Views: 548.2ms | ActiveRecord: 4.5ms) Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:00:12 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SOjCUQz6OWJvSqOzAcOY916Ay6kUBuMvGvRNn9a5w5TTVqw4S87TjsjU/pt4kjPOx6IBvEtVUZMRDD0I8MOwjQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.5ms) BEGIN  (0.3ms) ROLLBACK 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (40.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-12-20 14:00:12.546211"], ["last_sign_in_at", "2018-12-05 12:14:41.962964"], ["sign_in_count", 3], ["updated_at", "2018-12-20 14:00:12.547536"], ["id", 1]] PublicActivity::Activity Create (246.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 14:00:12.572026"], ["updated_at", "2018-12-20 14:00:12.572026"]]  (40.9ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 654ms (ActiveRecord: 342.7ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:00:12 -0400 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (56.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 151ms (ActiveRecord: 101.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:00:13 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (61.4ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (143.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1013.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (71.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (29.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (683.7ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (28.8ms) Completed 200 OK in 4022ms (Views: 1987.4ms | ActiveRecord: 101.1ms) Started GET "/assets/admin/es-50df0dad9e0d73050da6cb012b273ded096ab4c25daa332a8c1514c8feb2e38d.png" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assets/admin/en-04d44fc02de55acae6c442daaa08250b16d7698cb5f20a7b79ffff7429b46b77.png" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assets/admin/avatar_keppler-1bce561c65816623b43025321fc59c2bdab4800bac6e7e000ecfe471f105865a.svg" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:00:18 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:01:35 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (100.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (541.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.3ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (59.0ms) Completed 200 OK in 2454ms (Views: 819.6ms | ActiveRecord: 16.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 10:01:38 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:01:38 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:01:38 -0400 Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:01:46 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (35.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (443.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (47.9ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (35.1ms) Completed 200 OK in 1424ms (Views: 610.4ms | ActiveRecord: 6.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 10:01:47 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:01:47 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:01:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:01:48 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:01:48 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:01:49 -0400 Started GET "/admin/users" for 127.0.0.1 at 2018-12-20 10:02:47 -0400 Processing by Admin::UsersController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (28.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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) User Load (1.2ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (14.4ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (23.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (48.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (13.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered admin/users/_description.html.haml (101.2ms) Rendered admin/users/index.html.haml within admin/layouts/application (190.4ms) Rendered admin/layouts/_head.html.haml (467.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (55.5ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (89.6ms) Completed 200 OK in 933ms (Views: 779.2ms | ActiveRecord: 111.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 10:02:48 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-12-20 10:02:49 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) 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  (0.8ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 1.4ms | ActiveRecord: 9.9ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-12-20 10:02:50 -0400 Processing by Admin::UsersController#new as HTML Setting Load (0.8ms) 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" Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (127.6ms) Rendered admin/users/new.html.haml within admin/layouts/application (130.8ms) Rendered admin/layouts/_head.html.haml (743.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.7ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (11.5ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (37.0ms) Completed 200 OK in 1084ms (Views: 1063.1ms | ActiveRecord: 6.3ms) Started GET "/admin/users" for 127.0.0.1 at 2018-12-20 10:03:10 -0400 Processing by Admin::UsersController#index 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.5ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.8ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (16.3ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (9.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.1ms) Rendered admin/users/_description.html.haml (24.7ms) Rendered admin/users/index.html.haml within admin/layouts/application (89.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 10:03:11 -0400 Rendered admin/layouts/_head.html.haml (504.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-12-20 10:03:11 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (49.3ms) Rendered admin/layouts/_messages.html.haml (2.2ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (2.1ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendered admin/layouts/_git_info.html.haml (44.6ms) Completed 200 OK in 762ms (Views: 730.3ms | ActiveRecord: 10.3ms) User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (6.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  (8.9ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (8.3ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 76ms (Views: 7.3ms | ActiveRecord: 41.6ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-12-20 10:03:11 -0400 Processing by Admin::RolesController#index as HTML 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (15.2ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (5.5ms) Rendered admin/roles/index.html.haml within admin/layouts/application (76.9ms) Rendered admin/layouts/_head.html.haml (474.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (72.7ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (32.3ms) Completed 200 OK in 761ms (Views: 707.5ms | ActiveRecord: 10.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 10:03:12 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-12-20 10:03:12 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.2ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.7ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.3ms | ActiveRecord: 10.3ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-12-20 10:03:13 -0400 Processing by Admin::RolesController#new as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (15.6ms) Rendered admin/roles/new.html.haml within admin/layouts/application (19.0ms) Rendered admin/layouts/_head.html.haml (461.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (97.0ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (41.3ms) Completed 200 OK in 712ms (Views: 678.7ms | ActiveRecord: 10.7ms) Started POST "/admin/roles" for 127.0.0.1 at 2018-12-20 10:03:18 -0400 Processing by Admin::RolesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xjxMQ8o/R97WKHJDMFkGA3ykqy5twn4GaNcNtW/MSAuu+kvQlzRE/FW6qgSMi0/XwcNbS8TfDKJ7efGDe3X7Dw==", "role"=>{"name"=>"admin"}, "_save"=>"Guardar"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.1ms) BEGIN Role Exists (3.0ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Role Create (132.8ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "admin"], ["created_at", "2018-12-20 14:03:18.987400"], ["updated_at", "2018-12-20 14:03:18.987400"]]  (30.9ms) COMMIT Redirected to http://localhost:3000/admin/roles/786/add_permissions Completed 302 Found in 202ms (ActiveRecord: 180.4ms) Started GET "/admin/roles/786/add_permissions" for 127.0.0.1 at 2018-12-20 10:03:19 -0400 Processing by Admin::PermissionsController#add as HTML Parameters: {"role_id"=>"786"} Setting Load (5.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Rendering admin/permissions/add.html.haml within admin/layouts/application Permission Load (2.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (35.8ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (191.9ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (15.6ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (13.8ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (14.5ms) CACHE Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (17.3ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (13.0ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (12.7ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.2ms) CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (15.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.7ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (13.2ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (8.6ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.8ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (13.4ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.5ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.7ms) CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (12.7ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (12.3ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (12.3ms) CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.4ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.2ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.0ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (8.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (9.6ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.5ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.6ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.3ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.0ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.8ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (11.5ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.7ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.4ms) CACHE Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.5ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.9ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (11.6ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.2ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.3ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (8.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.0ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.6ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.2ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.2ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (14.6ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (8.7ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.1ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.9ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.3ms) CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (10.5ms) CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.5ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.1ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (11.9ms) CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.6ms) CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (11.5ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.9ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.1ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (8.1ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.0ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (9.4ms) Rendered admin/permissions/add.html.haml within admin/layouts/application (1564.5ms) Rendered admin/layouts/_head.html.haml (2969.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (97.6ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (9.2ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Rendered admin/layouts/_git_info.html.haml (91.2ms) Completed 200 OK in 4960ms (Views: 4840.0ms | ActiveRecord: 41.5ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2018-12-20 10:03:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:03:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:03:27 -0400 Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:30 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Seo", "actions"=>["sitemap", "robots"]}, "role_id"=>"786"} 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.8ms) 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]] CACHE Appearance Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (0.5ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 786]] Permission Create (49.9ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]}}"], ["role_id", 786], ["created_at", "2018-12-20 14:03:30.732694"], ["updated_at", "2018-12-20 14:03:30.732694"]]  (10.3ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (9.3ms) Rendered admin/permissions/toggle_permissions.js.erb (15.6ms) Completed 200 OK in 150ms (Views: 28.9ms | ActiveRecord: 69.2ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:31 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Script", "actions"=>["index", "create", "update", "destroy", "upload", "download", "clone"]}, "role_id"=>"786"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]}}"], ["updated_at", "2018-12-20 14:03:31.576651"], ["id", 491]]  (16.6ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (10.0ms) Rendered admin/permissions/toggle_permissions.js.erb (15.8ms) Completed 200 OK in 79ms (Views: 28.5ms | ActiveRecord: 24.5ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:32 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"User", "actions"=>["index", "create", "update", "destroy", "download"]}, "role_id"=>"786"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]}}"], ["updated_at", "2018-12-20 14:03:32.248762"], ["id", 491]]  (12.6ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (11.0ms) Rendered admin/permissions/toggle_permissions.js.erb (17.0ms) Completed 200 OK in 74ms (Views: 30.8ms | ActiveRecord: 19.6ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:32 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"KepplerLanguagesLanguage", "actions"=>["index", "create", "update", "destroy"]}, "role_id"=>"786"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (0.3ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]}}"], ["updated_at", "2018-12-20 14:03:32.864757"], ["id", 491]]  (34.4ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (9.1ms) Rendered admin/permissions/toggle_permissions.js.erb (14.9ms) Completed 200 OK in 112ms (Views: 27.5ms | ActiveRecord: 41.8ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:33 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"KepplerFrontendView", "actions"=>["index", "create", "update", "destroy", "download", "upload", "clone", "editor"]}, "role_id"=>"786"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (0.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.3ms) BEGIN Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]}}"], ["updated_at", "2018-12-20 14:03:33.495764"], ["id", 491]]  (18.2ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (19.5ms) Rendered admin/permissions/toggle_permissions.js.erb (28.2ms) Completed 200 OK in 110ms (Views: 47.8ms | ActiveRecord: 25.7ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:35 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"MetaTag", "actions"=>["index", "create", "update", "destroy", "upload", "download", "clone"]}, "role_id"=>"786"} 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 (2.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (2.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (2.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (1.0ms) BEGIN Permission Update (1.5ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"MetaTag\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]}}"], ["updated_at", "2018-12-20 14:03:35.741991"], ["id", 491]]  (28.7ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (2.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (146.8ms) Rendered admin/permissions/toggle_permissions.js.erb (196.2ms) Completed 200 OK in 567ms (Views: 304.8ms | ActiveRecord: 56.5ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:45 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Role", "actions"=>["index", "create", "update", "destroy", "download"]}, "role_id"=>"786"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (0.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.2ms) BEGIN Permission Update (0.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"MetaTag\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"Role\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]}}"], ["updated_at", "2018-12-20 14:03:45.240143"], ["id", 491]]  (24.5ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (10.9ms) Rendered admin/permissions/toggle_permissions.js.erb (16.8ms) Completed 200 OK in 87ms (Views: 29.6ms | ActiveRecord: 33.1ms) Started POST "/admin/roles/786/toggle_permissions" for 127.0.0.1 at 2018-12-20 10:03:50 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"KepplerFrontendFunction", "actions"=>["index", "create", "update", "destroy", "download", "upload", "clone"]}, "role_id"=>"786"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Permission Exists (2.4ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Permission Load (2.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]]  (0.7ms) BEGIN Permission Update (2.6ms) UPDATE "permissions" SET "modules" = $1, "updated_at" = $2 WHERE "permissions"."id" = $3 [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]},\"Role\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"User\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\"]},\"Script\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"MetaTag\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"upload\",\"download\",\"clone\"]},\"KepplerFrontendView\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\",\"editor\"]},\"KepplerLanguagesLanguage\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\"]},\"KepplerFrontendFunction\":{\"actions\":[\"index\",\"create\",\"update\",\"destroy\",\"download\",\"upload\",\"clone\"]}}"], ["updated_at", "2018-12-20 14:03:50.836298"], ["id", 491]]  (20.2ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (9.6ms) Rendered admin/permissions/toggle_permissions.js.erb (15.5ms) Completed 200 OK in 106ms (Views: 28.5ms | ActiveRecord: 54.9ms) Started GET "/admin/roles" for 127.0.0.1 at 2018-12-20 10:03:53 -0400 Processing by Admin::RolesController#index 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/roles/_listing.html.haml (16.8ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (5.9ms) Rendered admin/roles/index.html.haml within admin/layouts/application (64.2ms) Rendered admin/layouts/_head.html.haml (471.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.0ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (33.9ms) Completed 200 OK in 726ms (Views: 690.4ms | ActiveRecord: 10.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 10:03:53 -0400 Started GET "/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2" for 127.0.0.1 at 2018-12-20 10:03:54 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-12-20 10:03:54 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.8ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 44ms (Views: 2.1ms | ActiveRecord: 6.0ms) Started GET "/admin/users" for 127.0.0.1 at 2018-12-20 10:03:56 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (1.0ms) 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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.5ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (10.1ms) User Load (0.7ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (25.7ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (22.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (12.5ms) Rendered admin/users/_description.html.haml (53.1ms) Rendered admin/users/index.html.haml within admin/layouts/application (143.6ms) Rendered admin/layouts/_head.html.haml (1134.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.4ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.7ms) Rendered admin/layouts/_git_info.html.haml (115.7ms) Completed 200 OK in 1628ms (Views: 1581.5ms | ActiveRecord: 15.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 10:03:58 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-12-20 10:03:58 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (13.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.2ms) SELECT "roles".* FROM "roles" CACHE 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]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.7ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.8ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 108ms (Views: 0.9ms | ActiveRecord: 33.2ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-12-20 10:03:59 -0400 Processing by Admin::UsersController#new 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.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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (96.9ms) Rendered admin/users/new.html.haml within admin/layouts/application (100.4ms) Rendered admin/layouts/_head.html.haml (499.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.2ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (28.9ms) Completed 200 OK in 760ms (Views: 739.9ms | ActiveRecord: 7.3ms) Started POST "/admin/users" for 127.0.0.1 at 2018-12-20 10:04:14 -0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ovZ0b8ZS4gQ5OzuT2xTLIpP0OS1qa7PND3OE8AGYmvp6lw/u0JcDbFK/017T8DgMa3X/Hx/8JhyYJA0zIDl5xg==", "user"=>{"name"=>"Luis Perez", "email"=>"luis.prz7@gmail.com", "role_ids"=>"786", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "_save"=>"Guardar"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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 (1.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 786]]  (0.3ms) BEGIN Role Exists (0.8ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "admin"], ["id", 786], ["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", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Create (33.0ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Luis Perez"], ["permalink", "luis-perez-ea7c0894"], ["email", "luis.prz7@gmail.com"], ["encrypted_password", "$2a$10$heNpBCkLlw0FI4tXm8tR6e2ntdUutlJtolhUnM9Cee1jW4Tj.C6BS"], ["created_at", "2018-12-20 14:04:14.651489"], ["updated_at", "2018-12-20 14:04:14.651489"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 508], ["owner_type", "User"], ["owner_id", 1], ["key", "user.create"], ["created_at", "2018-12-20 14:04:14.687311"], ["updated_at", "2018-12-20 14:04:14.687311"]] User::HABTM_Roles Create (4.1ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 508], ["role_id", 786]]  (20.3ms) COMMIT Role Load (0.3ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]] Role Load (1.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = $1 AND "roles"."resource_type" IS NULL AND "roles"."resource_id" IS NULL ORDER BY "roles"."id" ASC LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/users/508 Completed 302 Found in 223ms (ActiveRecord: 74.1ms) Started GET "/admin/users/508" for 127.0.0.1 at 2018-12-20 10:04:14 -0400 Processing by Admin::UsersController#show as HTML Parameters: {"id"=>"508"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) 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 AND "users"."id" = $1 LIMIT $2 [["id", 508], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/users/show.html.haml within admin/layouts/application 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", 508], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] Rendered admin/users/show.html.haml within admin/layouts/application (23.1ms) Rendered admin/layouts/_head.html.haml (537.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (4.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (133.8ms) Rendered admin/layouts/_messages.html.haml (10.1ms) Rendered admin/layouts/_preloader.html.haml (18.1ms) Rendered admin/layouts/_footer.html.haml (7.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.6ms) Rendered admin/layouts/_git_info.html.haml (59.7ms) Completed 200 OK in 910ms (Views: 859.2ms | ActiveRecord: 14.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:04:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:04:16 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:04:18 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-20 10:04:19 -0400 Processing by Devise::SessionsController#destroy as HTML 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", 1], ["LIMIT", 1]]  (0.3ms) BEGIN  (0.4ms) ROLLBACK 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]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 14:04:19.312601"], ["updated_at", "2018-12-20 14:04:19.312601"]]  (29.8ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 84ms (ActiveRecord: 34.4ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:04:19 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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 (1.1ms) 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]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.9ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (22.3ms) Rendered app/layouts/_google_analytics.html.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (110.1ms) Rendered app/layouts/_head.html.haml (580.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (652.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1175.7ms) Completed 200 OK in 1865ms (Views: 1836.9ms | ActiveRecord: 5.7ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:04:21 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.9ms) 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]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.6ms) Rendered app/layouts/_google_analytics.html.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (64.1ms) Rendered app/layouts/_head.html.haml (330.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (366.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (639.1ms) Completed 200 OK in 1027ms (Views: 1011.5ms | ActiveRecord: 4.2ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 10:04:22 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:04:23 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:04:27 -0400 Processing by Admin::AdminController#root as HTML Setting Load (2.3ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 14ms (ActiveRecord: 4.2ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:04:27 -0400 Processing by Devise::SessionsController#new 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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (12.4ms) Rendered admin/layouts/_head.html.haml (1081.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (71.6ms) Completed 200 OK in 1192ms (Views: 1182.6ms | ActiveRecord: 2.6ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:04:29 -0400 Processing by Admin::AdminController#root as HTML Setting Load (3.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 23ms (ActiveRecord: 7.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:04:29 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (20.2ms) Rendered admin/layouts/_head.html.haml (547.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (34.3ms) Completed 200 OK in 633ms (Views: 616.8ms | ActiveRecord: 4.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:04:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:04:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:04:30 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 10:04:33 -0400 Processing by Devise::PasswordsController#new 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.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]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (30.8ms) Rendered admin/layouts/_head.html.haml (672.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (48.7ms) Completed 200 OK in 803ms (Views: 783.4ms | ActiveRecord: 3.2ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 10:04:38 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"irH7IObF9flOe3RcgIgqoRY5TvwOYar376zGdz9xPHrAEvKHtuSF5EZbZ4TJTF7i9D4cwKoIaGAwMjU0u6vWgA==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} 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.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]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "e058460283d832c6f2b503c1be382298d313efff299a1d4c30e45e783a4a31d0"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "e058460283d832c6f2b503c1be382298d313efff299a1d4c30e45e783a4a31d0"], ["reset_password_sent_at", "2018-12-20 14:04:39.109101"], ["updated_at", "2018-12-20 14:04:39.110304"], ["id", 508]] 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", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:04:39.115618"], ["updated_at", "2018-12-20 14:04:39.115618"]]  (20.6ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (3.5ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 2468.4ms Sent mail to luis.prz7@gmail.com (27.5ms) Date: Thu, 20 Dec 2018 10:04:42 -0400 From: no-reply@ Reply-To: no-reply@ To: luis.prz7@gmail.com Message-ID: <5c1ba17aa5e13_1a3a41e321063636@sliced5-VIT-P2402.mail> Subject: =?UTF-8?Q?Instrucciones_de_reinicio_de_contrase=C3=B1a?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Completed 500 Internal Server Error in 3897ms (ActiveRecord: 27.0ms) ArgumentError - SMTP-AUTH requested but missing secret phrase: Started POST "/__better_errors/f5cb8f508aad971c/variables" for 127.0.0.1 at 2018-12-20 10:04:42 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 10:07:12 -0400  (7.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::PasswordsController#new as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (59.1ms) Rendered admin/layouts/_head.html.haml (11442.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (89.9ms) Completed 200 OK in 12038ms (Views: 11649.8ms | ActiveRecord: 31.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:07:27 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:07:27 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:07:27 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:07:29 -0400 Started POST "/users/password" for 127.0.0.1 at 2018-12-20 10:07:32 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"YfK6z1dg5cZSX2dS128gDsXMrLpE7qZMMYNpEquTjz/ojnZUPpCktiSnqRYUdxRaxshDzHXJVUCkSJokExT0PA==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (3.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (12.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "808ca3294f2d9a5c2cb7ea85050dfba58ef5b296d535a1a3f86b5ce582530828"], ["LIMIT", 1]]  (1.1ms) BEGIN User Update (6.9ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "808ca3294f2d9a5c2cb7ea85050dfba58ef5b296d535a1a3f86b5ce582530828"], ["reset_password_sent_at", "2018-12-20 14:07:32.896212"], ["updated_at", "2018-12-20 14:07:32.899643"], ["id", 508]] PublicActivity::Activity Create (1.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", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:07:32.999209"], ["updated_at", "2018-12-20 14:07:32.999209"]]  (25.7ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (4.8ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 191.3ms Sent mail to luis.prz7@gmail.com (418.5ms) Date: Thu, 20 Dec 2018 10:07:33 -0400 From: no-reply@ Reply-To: no-reply@ To: luis.prz7@gmail.com Message-ID: <5c1ba225789b8_1a3a3e52de4108f4@sliced5-VIT-P2402.mail> Subject: =?UTF-8?Q?Instrucciones_de_reinicio_de_contrase=C3=B1a?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Completed 500 Internal Server Error in 1335ms (ActiveRecord: 66.9ms) EOFError - end of file reached: Started POST "/__better_errors/7c1cd550510e00f1/variables" for 127.0.0.1 at 2018-12-20 10:07:34 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 10:08:59 -0400 Processing by Devise::PasswordsController#new 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.4ms) 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]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (13.1ms) Rendered admin/layouts/_head.html.haml (880.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (73.4ms) Completed 200 OK in 1002ms (Views: 989.1ms | ActiveRecord: 3.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:09:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:09:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:09:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:09:01 -0400 Started POST "/users/password" for 127.0.0.1 at 2018-12-20 10:09:09 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+loZiJvYpHQskdKJLBRjuvPXyh11K3Pl/gmFFvqc2M5zJtUT8ijlBFppHM3vDFfu8NMla0QMgOlrwnYgQhujzQ==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) 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.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]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "cc9d6e7f40fe2bf4dc52b4f3abf1974f6f067c098136898728db57747fbd6773"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.5ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "cc9d6e7f40fe2bf4dc52b4f3abf1974f6f067c098136898728db57747fbd6773"], ["reset_password_sent_at", "2018-12-20 14:09:10.436181"], ["updated_at", "2018-12-20 14:09:10.437208"], ["id", 508]] PublicActivity::Activity Create (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", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:09:10.476679"], ["updated_at", "2018-12-20 14:09:10.476679"]]  (19.5ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (7.2ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 47.7ms Sent mail to luis.prz7@gmail.com (2626.4ms) Date: Thu, 20 Dec 2018 10:09:10 -0400 From: no-reply@gmail.com Reply-To: no-reply@gmail.com To: luis.prz7@gmail.com Message-ID: <5c1ba28698a1e_1a3a39113d02555c@sliced5-VIT-P2402.mail> Subject: =?UTF-8?Q?Instrucciones_de_reinicio_de_contrase=C3=B1a?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 3386ms (ActiveRecord: 52.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:09:13 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.5ms) 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 (3.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (122.0ms) Rendered admin/layouts/_head.html.haml (5620.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (39.1ms) Completed 200 OK in 5953ms (Views: 5881.3ms | ActiveRecord: 8.6ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:09:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:09:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:09:20 -0400 Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2018-12-20 10:09:29 -0400 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Setting Load (21.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (45.1ms) Rendered admin/layouts/_head.html.haml (551.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (61.3ms) Completed 200 OK in 749ms (Views: 673.9ms | ActiveRecord: 31.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:09:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:09:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:09:31 -0400 Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2018-12-20 10:11:00 -0400 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Setting Load (1.2ms) 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 (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]] Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (9.8ms) Rendered admin/layouts/_head.html.haml (527.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (91.0ms) Completed 200 OK in 666ms (Views: 648.7ms | ActiveRecord: 4.4ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:11:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:11:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:11:02 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:11:02 -0400 Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2018-12-20 10:11:11 -0400 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Setting Load (1.3ms) 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (20.1ms) Rendered admin/layouts/_head.html.haml (577.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (34.0ms) Completed 200 OK in 682ms (Views: 658.0ms | ActiveRecord: 9.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:11:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:11:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:11:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:11:13 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map" for 127.0.0.1 at 2018-12-20 10:11:17 -0400 ActionController::RoutingError (No route matches [GET] "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.js.map"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2018-12-20 10:11:35 -0400 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Setting Load (1.2ms) 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.4ms) 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]] Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (13.8ms) Rendered admin/layouts/_head.html.haml (550.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (44.1ms) Completed 200 OK in 635ms (Views: 624.7ms | ActiveRecord: 3.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:11:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:11:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:11:38 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:11:38 -0400 Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2018-12-20 10:11:51 -0400 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Setting Load (2.5ms) 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 (1.0ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (9.8ms) Rendered admin/layouts/_head.html.haml (640.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (56.0ms) Completed 200 OK in 792ms (Views: 761.6ms | ActiveRecord: 6.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:11:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:11:53 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:11:53 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:11:54 -0400 Started GET "/users/password/edit?reset_password_token=[FILTERED]" for 127.0.0.1 at 2018-12-20 10:12:07 -0400 Processing by Devise::PasswordsController#edit as HTML Parameters: {"reset_password_token"=>"[FILTERED]"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (8.1ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (23.4ms) Rendered admin/layouts/_head.html.haml (844.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (45.7ms) Completed 200 OK in 973ms (Views: 944.2ms | ActiveRecord: 11.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:12:12 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:12:12 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:12:12 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:12:12 -0400 Started PUT "/users/password" for 127.0.0.1 at 2018-12-20 10:12:24 -0400 Processing by Devise::PasswordsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cn4rHCeUuiRyxazsmxmQKQJTw3CzmFp2DtiA6g5Ehn77AueHTmT7VAQ9YqhYAaR9AVcsBoK/qXqbE3PctsP9fQ==", "user"=>{"reset_password_token"=>"[FILTERED]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Cambiar contraseña"} 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.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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "cc9d6e7f40fe2bf4dc52b4f3abf1974f6f067c098136898728db57747fbd6773"], ["LIMIT", 1]]  (0.3ms) BEGIN  (0.8ms) SELECT "roles"."id" FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 [["user_id", 508]]  (0.2ms) ROLLBACK Rendering devise/passwords/edit.html.haml within admin/layouts/application Rendered devise/passwords/edit.html.haml within admin/layouts/application (10.0ms) Rendered admin/layouts/_head.html.haml (886.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (37.7ms) Completed 200 OK in 1175ms (Views: 948.5ms | ActiveRecord: 8.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:12:26 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:12:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:12:26 -0400 Started PUT "/users/password" for 127.0.0.1 at 2018-12-20 10:12:47 -0400 Processing by Devise::PasswordsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"mnWvncKS3E+eaOp+QF4E7rbcP897JhGN83ziDo5VoTYTCWMGq2KdP+iQJDqDRjC6tdjQuUoB4oFmtxE4NtLaNQ==", "user"=>{"reset_password_token"=>"[FILTERED]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Cambiar contraseña"} 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.5ms) 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]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "cc9d6e7f40fe2bf4dc52b4f3abf1974f6f067c098136898728db57747fbd6773"], ["LIMIT", 1]]  (0.8ms) BEGIN  (1.0ms) SELECT "roles"."id" FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 [["user_id", 508]] User Update (0.5ms) UPDATE "users" SET "reset_password_sent_at" = $1, "encrypted_password" = $2, "reset_password_token" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["reset_password_sent_at", nil], ["encrypted_password", "$2a$10$MLvxyA1L0wZBC0ezXWL3NeekiRndABCEnkc4/Md.AsAroevjwjzoW"], ["reset_password_token", nil], ["updated_at", "2018-12-20 14:12:47.892128"], ["id", 508]] PublicActivity::Activity Create (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", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:12:47.895361"], ["updated_at", "2018-12-20 14:12:47.895361"]]  (24.8ms) COMMIT  (0.2ms) BEGIN User Update (0.5ms) UPDATE "users" SET "sign_in_count" = $1, "current_sign_in_at" = $2, "last_sign_in_at" = $3, "current_sign_in_ip" = $4, "last_sign_in_ip" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["sign_in_count", 1], ["current_sign_in_at", "2018-12-20 14:12:47.922998"], ["last_sign_in_at", "2018-12-20 14:12:47.922998"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-12-20 14:12:47.923921"], ["id", 508]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 508], ["owner_type", "User"], ["owner_id", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:12:47.927107"], ["updated_at", "2018-12-20 14:12:47.927107"]]  (7.6ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 175ms (ActiveRecord: 41.2ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:12:47 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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", 508], ["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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] Permission Exists (1.0ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 40ms (ActiveRecord: 9.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:12:48 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 508], ["LIMIT", 1]] Role Load (1.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", 508], ["LIMIT", 1]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (71.6ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (494.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 786]] CACHE Role Load (0.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", 508], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 786], ["LIMIT", 1]] Rendered admin/layouts/_sidebar.html.haml (842.4ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (58.4ms) Completed 200 OK in 4250ms (Views: 1505.1ms | ActiveRecord: 28.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 10:12:53 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:12:53 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:12:53 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:12:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:12:53 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:13:00 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-20 10:13:02 -0400 Processing by Devise::SessionsController#destroy as HTML User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 508], ["LIMIT", 1]]  (0.6ms) BEGIN  (0.5ms) ROLLBACK 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.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 508], ["owner_type", "User"], ["owner_id", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:13:02.693470"], ["updated_at", "2018-12-20 14:13:02.693470"]]  (36.8ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 130ms (ActiveRecord: 47.7ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:13:02 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.8ms) 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]] KepplerLanguages::Language Load (5.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (2.1ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (5.2ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.2ms) Rendered app/layouts/_google_analytics.html.haml (9.2ms) Rendered admin/layouts/_git_info.html.haml (44.1ms) Rendered app/layouts/_head.html.haml (468.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (503.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (53.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1234.2ms) Completed 200 OK in 1834ms (Views: 1745.7ms | ActiveRecord: 71.2ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:13:04 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.9ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (30.1ms) Rendered app/layouts/_google_analytics.html.haml (9.1ms) Rendered admin/layouts/_git_info.html.haml (44.5ms) Rendered app/layouts/_head.html.haml (417.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (487.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (47.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (7.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1311.7ms) Completed 200 OK in 1832ms (Views: 1807.6ms | ActiveRecord: 6.1ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 10:13:07 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:13:07 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:13:13 -0400 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 (2.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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 18ms (ActiveRecord: 5.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:13:14 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (17.1ms) Rendered admin/layouts/_head.html.haml (855.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (38.0ms) Completed 200 OK in 950ms (Views: 934.1ms | ActiveRecord: 4.8ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:13:15 -0400 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 9ms (ActiveRecord: 2.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:13:15 -0400 Processing by Devise::SessionsController#new as HTML 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 (1.0ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (13.7ms) Rendered admin/layouts/_head.html.haml (574.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (77.7ms) Completed 200 OK in 694ms (Views: 682.2ms | ActiveRecord: 3.5ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:13:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:13:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:13:16 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:13:30 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zJN09AlxO/o87bydLorXDlsGgHNrKE73Zy9rb2Luo9+beToow/JCzCiOGeNZyeFMw+dJU4FurUbxeKS+dNcGVA==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK 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.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]] User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-12-20 14:13:31.027282"], ["last_sign_in_at", "2018-12-20 14:00:12.546211"], ["sign_in_count", 4], ["updated_at", "2018-12-20 14:13:31.028348"], ["id", 1]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 14:13:31.031909"], ["updated_at", "2018-12-20 14:13:31.031909"]]  (24.5ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 144ms (ActiveRecord: 31.5ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:13:31 -0400 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 25ms (ActiveRecord: 7.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:13:31 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (45.7ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (487.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (61.4ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (53.3ms) Completed 200 OK in 2179ms (Views: 702.0ms | ActiveRecord: 8.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 10:13:33 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:13:33 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:13:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:13:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:13:33 -0400 Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 10:13:41 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (5.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (47.3ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (206.3ms) Rendered admin/settings/_form.html.haml (216.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (222.8ms) Rendered admin/layouts/_head.html.haml (841.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.7ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (37.7ms) Completed 200 OK in 1377ms (Views: 1182.9ms | ActiveRecord: 77.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:24:54 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-20 10:24:55 -0400 Processing by Devise::SessionsController#destroy as HTML User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.3ms) BEGIN  (0.2ms) ROLLBACK Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]]  (0.2ms) BEGIN PublicActivity::Activity Create (1.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 14:24:55.716330"], ["updated_at", "2018-12-20 14:24:55.716330"]]  (26.1ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 53ms (ActiveRecord: 34.6ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:24:55 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) 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.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]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (22.0ms) Rendered app/layouts/_google_analytics.html.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (36.7ms) Rendered app/layouts/_head.html.haml (303.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (342.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (30.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (812.4ms) Completed 200 OK in 1178ms (Views: 1161.8ms | ActiveRecord: 5.5ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:24:57 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.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 (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]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (23.4ms) Rendered app/layouts/_google_analytics.html.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (43.9ms) Rendered app/layouts/_head.html.haml (340.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (388.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (26.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (683.7ms) Completed 200 OK in 1113ms (Views: 1080.2ms | ActiveRecord: 8.8ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 10:24:58 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:24:59 -0400 SmtpSetting Load (3.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:38:45 -0400  (1.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::SessionsController#new as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (148.4ms) Rendered admin/layouts/_head.html.haml (3403.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (84.5ms) Completed 200 OK in 4394ms (Views: 3694.9ms | ActiveRecord: 35.4ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:38:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:38:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:38:51 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:38:52 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:39:19 -0400 NoMethodError - undefined method `before_filter' for ApplicationController:Class Did you mean? before_action: app/controllers/application_controller.rb:15:in `' app/controllers/application_controller.rb:2:in `
' Started POST "/__better_errors/390944dae96eef22/variables" for 127.0.0.1 at 2018-12-20 10:39:20 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:39:28 -0400 Processing by Devise::SessionsController#new 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.7ms) 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]] SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (15.2ms) Rendered admin/layouts/_head.html.haml (597.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (52.1ms) Completed 200 OK in 909ms (Views: 681.3ms | ActiveRecord: 24.4ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:39:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:39:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:39:30 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:39:31 -0400 SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:41:10 -0400  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::SessionsController#new as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.5ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (17.2ms) Rendered admin/layouts/_head.html.haml (3530.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.5ms) Rendered admin/layouts/_git_info.html.haml (79.1ms) Completed 200 OK in 3891ms (Views: 3653.6ms | ActiveRecord: 25.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:41:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:41:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:41:15 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:41:15 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 10:41:17 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (17.9ms) Rendered admin/layouts/_head.html.haml (564.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (45.7ms) Completed 200 OK in 666ms (Views: 648.4ms | ActiveRecord: 5.1ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 10:41:21 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"6JDFM31uL3A8BatjOhCw/N0ZmHN3lHYrSewvBEE3Yf2dE1K/p0m92qg4TTAsyi0YeeFLGhBnMV/hEDIPAUoz4g==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.2ms) 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]] SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "89c875ccaf4228a9176921087d33237cb489893204ef5b45d06c4127f39a16be"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "89c875ccaf4228a9176921087d33237cb489893204ef5b45d06c4127f39a16be"], ["reset_password_sent_at", "2018-12-20 14:41:21.961868"], ["updated_at", "2018-12-20 14:41:21.963637"], ["id", 508]] PublicActivity::Activity Create (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", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:41:22.167158"], ["updated_at", "2018-12-20 14:41:22.167158"]]  (21.5ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (9.2ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 62.4ms Sent mail to luis.prz7@gmail.com (83.1ms) Date: Thu, 20 Dec 2018 10:41:22 -0400 From: no-reply@keppler.com Reply-To: no-reply@keppler.com To: luis.prz7@gmail.com Message-ID: <5c1baa12422ea_3e7d429566856632@sliced5-VIT-P2402.mail> Subject: =?UTF-8?Q?Instrucciones_de_reinicio_de_contrase=C3=B1a?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Completed 500 Internal Server Error in 697ms (ActiveRecord: 51.6ms) SocketError - getaddrinfo: Name or service not known: Started POST "/__better_errors/97e04e51e5c1eb52/variables" for 127.0.0.1 at 2018-12-20 10:41:22 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:41:27 -0400 Processing by Devise::SessionsController#new 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.3ms) 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 (1.7ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (38.2ms) Rendered admin/layouts/_head.html.haml (826.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (37.4ms) Completed 200 OK in 964ms (Views: 935.4ms | ActiveRecord: 6.5ms) Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:41:35 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"XrybwWLgve45STVFazRZnBcrG14PxSeOOT7iSSt5jLs9lcgtqWeLQI9NwzSkjkX+Ikfy8KHP4XNTLQIo7dgXSw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK 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.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]] SmtpSetting Load (1.4ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.4ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-12-20 14:41:35.536672"], ["last_sign_in_at", "2018-12-20 14:13:31.027282"], ["sign_in_count", 5], ["updated_at", "2018-12-20 14:41:35.537733"], ["id", 1]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 14:41:35.542397"], ["updated_at", "2018-12-20 14:41:35.542397"]]  (20.8ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 187ms (ActiveRecord: 27.3ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:41:35 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.9ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (36.6ms) Rendered app/layouts/_google_analytics.html.haml (8.5ms) Rendered admin/layouts/_git_info.html.haml (51.0ms) Rendered app/layouts/_head.html.haml (588.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (664.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (42.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1117.7ms) Completed 200 OK in 1842ms (Views: 1793.8ms | ActiveRecord: 15.2ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 10:41:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:41:38 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 10:41:38 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:41:39 -0400 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 77ms (ActiveRecord: 20.3ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:41:40 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.5ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (2.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (99.1ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (527.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (249.3ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (62.9ms) Completed 200 OK in 2564ms (Views: 993.5ms | ActiveRecord: 15.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 10:41:43 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 1], ["LIMIT", 1]] Role Load (1.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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (37.9ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (647.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.6ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (34.5ms) Completed 200 OK in 3040ms (Views: 843.0ms | ActiveRecord: 9.8ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 10:41:47 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:41:47 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 10:41:47 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:41:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:41:47 -0400 Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 10:41:51 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (40.5ms) Rendered admin/settings/_form.html.haml (51.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (56.2ms) Rendered admin/layouts/_head.html.haml (500.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (51.5ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (57.5ms) Completed 200 OK in 744ms (Views: 715.3ms | ActiveRecord: 9.1ms) Started PUT "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 10:42:27 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"++sgABphjT1oJfKdsu3x5kq4RAXqdzkY0fJonXivvS3hyP/sDjuJ/5uASiGMeQhsLBbdvUQeUR0HVPmU3hDr3g==", "setting"=>{"smtp_setting_attributes"=>{"address"=>"smtp.gmail.com", "port"=>"587", "domain_name"=>"gmail.com", "email"=>"luis.prz7@gmail.com", "password"=>"[FILTERED]", "id"=>"1"}}, "commit"=>"Aplicar", "config"=>"email_setting"} 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 (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN SmtpSetting Load (1.7ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] PublicActivity::Activity Create (1.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-12-20 14:42:28.006076"], ["updated_at", "2018-12-20 14:42:28.006076"]] SmtpSetting Update (3.6ms) UPDATE "smtp_settings" SET "address" = $1, "port" = $2, "domain_name" = $3, "email" = $4, "password" = $5, "updated_at" = $6 WHERE "smtp_settings"."id" = $7 [["address", "smtp.gmail.com"], ["port", "587"], ["domain_name", "gmail.com"], ["email", "luis.prz7@gmail.com"], ["password", "megusta1heladode3sabores"], ["updated_at", "2018-12-20 14:42:28.009871"], ["id", 1]]  (103.1ms) COMMIT Redirected to http://localhost:3000/admin/settings/email_setting Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Completed 302 Found in 220ms (ActiveRecord: 123.5ms) Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 10:42:28 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.1ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (1.6ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (40.8ms) Rendered admin/settings/_form.html.haml (50.9ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (56.1ms) Rendered admin/layouts/_head.html.haml (655.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.7ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (7.9ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (45.3ms) Completed 200 OK in 945ms (Views: 889.9ms | ActiveRecord: 10.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:42:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:42:29 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:42:32 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-20 10:42:33 -0400 Processing by Devise::SessionsController#destroy as HTML 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", 1], ["LIMIT", 1]]  (0.3ms) BEGIN  (1.2ms) ROLLBACK Setting Load (8.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (9.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.4ms) 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 (5.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.9ms) BEGIN PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 14:42:33.342142"], ["updated_at", "2018-12-20 14:42:33.342142"]]  (36.4ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 107ms (ActiveRecord: 71.9ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:42:33 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.1ms) Rendered app/layouts/_google_analytics.html.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (37.4ms) Rendered app/layouts/_head.html.haml (289.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (331.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (24.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (855.8ms) Completed 200 OK in 1216ms (Views: 1195.3ms | ActiveRecord: 6.7ms) Started GET "/" for 127.0.0.1 at 2018-12-20 10:42:34 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (43.2ms) Rendered app/layouts/_google_analytics.html.haml (8.5ms) Rendered admin/layouts/_git_info.html.haml (39.8ms) Rendered app/layouts/_head.html.haml (588.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (668.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (40.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1589.1ms) Completed 200 OK in 2288ms (Views: 2267.2ms | ActiveRecord: 4.4ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 10:42:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:42:38 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:42:42 -0400 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.3ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 12ms (ActiveRecord: 3.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:42:42 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.5ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (25.1ms) Rendered admin/layouts/_head.html.haml (646.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (38.5ms) Completed 200 OK in 760ms (Views: 743.2ms | ActiveRecord: 4.3ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 10:42:43 -0400 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 [["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]] CACHE Appearance Load (0.0ms) 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]] Completed 401 Unauthorized in 9ms (ActiveRecord: 2.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:42:43 -0400 Processing by Devise::SessionsController#new as HTML 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.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.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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.5ms) Rendered admin/layouts/_head.html.haml (949.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.9ms) Rendered admin/layouts/_git_info.html.haml (49.1ms) Completed 200 OK in 1040ms (Views: 1028.4ms | ActiveRecord: 2.6ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:42:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:42:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:42:45 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 10:42:46 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.9ms) 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]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (16.7ms) Rendered admin/layouts/_head.html.haml (581.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (42.0ms) Completed 200 OK in 693ms (Views: 670.7ms | ActiveRecord: 5.0ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 10:42:50 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UdL4ZPjwsLESnoDPwKV2e3WkWByZI1ZUtkyJSZEjaLfD8eLTBIQb+RVaqPSFQjhUGSU2eqv9nFl45oRHHdfYeQ==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} 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.9ms) 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]] 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "2760e6ef069ed7de4940cd55fddeb3631cc52ac6ee74fa5169fb977e77728d99"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.5ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "2760e6ef069ed7de4940cd55fddeb3631cc52ac6ee74fa5169fb977e77728d99"], ["reset_password_sent_at", "2018-12-20 14:42:50.384352"], ["updated_at", "2018-12-20 14:42:50.385008"], ["id", 508]] 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", 508], ["key", "user.update"], ["created_at", "2018-12-20 14:42:50.389524"], ["updated_at", "2018-12-20 14:42:50.389524"]]  (59.0ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (3.5ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 17.0ms Sent mail to luis.prz7@gmail.com (2293.2ms) Date: Thu, 20 Dec 2018 10:42:50 -0400 From: no-reply@keppler.com Reply-To: no-reply@keppler.com To: luis.prz7@gmail.com Message-ID: <5c1baa6a73741_3e7d42954105671a@sliced5-VIT-P2402.mail> Subject: =?UTF-8?Q?Instrucciones_de_reinicio_de_contrase=C3=B1a?= Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 2417ms (ActiveRecord: 65.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:42:52 -0400 Processing by Devise::SessionsController#new 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) 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]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (27.9ms) Rendered admin/layouts/_head.html.haml (1137.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (85.4ms) Completed 200 OK in 1288ms (Views: 1276.1ms | ActiveRecord: 3.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:42:54 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:42:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:42:54 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 10:48:47 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.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 (0.6ms) 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]] SmtpSetting Load (0.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (12.0ms) Rendered admin/layouts/_head.html.haml (502.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (69.5ms) Completed 200 OK in 792ms (Views: 600.1ms | ActiveRecord: 43.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 10:48:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 10:48:49 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 10:48:49 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 10:48:50 -0400 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]] Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:11:06 -0400  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::SessionsController#new as HTML Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.0ms) 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]] SmtpSetting Load (1.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (13.5ms) Rendered admin/layouts/_head.html.haml (2494.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (39.6ms) Completed 200 OK in 2774ms (Views: 2566.5ms | ActiveRecord: 32.5ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:11:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:11:10 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:11:10 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 11:11:11 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:11:12 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (9.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.6ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (6.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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (26.9ms) Rendered admin/layouts/_head.html.haml (1304.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (104.7ms) Completed 200 OK in 1507ms (Views: 1466.8ms | ActiveRecord: 21.1ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:11:17 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"izpLJicZ+RgsGtFdQpUwu84xbkkfDpvqIpPLWMFCeGGF/STikdtQ/c+KCPNANw+XFRoryjAEiIyA0RPOZ/uVbg==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (3.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.7ms) 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]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "7170190b579be1259e7afcfceff08519c2777d31a601ebb215daaa67dd390a3f"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (1.2ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "7170190b579be1259e7afcfceff08519c2777d31a601ebb215daaa67dd390a3f"], ["reset_password_sent_at", "2018-12-20 15:11:17.401279"], ["updated_at", "2018-12-20 15:11:17.402815"], ["id", 508]] 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", 508], ["key", "user.update"], ["created_at", "2018-12-20 15:11:17.481669"], ["updated_at", "2018-12-20 15:11:17.481669"]]  (58.2ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (2.9ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 58.9ms Sent mail to luis.prz7@gmail.com (2035.9ms) Date: Thu, 20 Dec 2018 11:11:17 -0400 From: no-reply@gmail.com Reply-To: no-reply@gmail.com To: luis.prz7@gmail.com Message-ID: <5c1bb115aa1ae_58af38333c810740@sliced5-VIT-P2402.mail> Subject: =?UTF-8?Q?Instrucciones_de_reinicio_de_contrase=C3=B1a?= Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 2676ms (ActiveRecord: 77.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:11:19 -0400 Processing by Devise::SessionsController#new 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.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.7ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (11.9ms) Rendered admin/layouts/_head.html.haml (493.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (34.1ms) Completed 200 OK in 571ms (Views: 554.6ms | ActiveRecord: 3.9ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:11:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:11:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:11:20 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:12:02 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"SGJGd63BOQf5CPEtVZARpff9zW69d4+3ZlFK0TdRZLtvxp28yvhtows7s/RG4S0vVT+Zxu4kLHDLuP+NxbFAiw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Entrar"}  (0.3ms) BEGIN  (0.2ms) ROLLBACK 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.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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.9ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2018-12-20 15:12:02.655433"], ["last_sign_in_at", "2018-12-20 14:41:35.536672"], ["sign_in_count", 6], ["updated_at", "2018-12-20 15:12:02.656598"], ["id", 1]] PublicActivity::Activity Create (1.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 15:12:02.661120"], ["updated_at", "2018-12-20 15:12:02.661120"]]  (23.1ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 170ms (ActiveRecord: 30.1ms) Started GET "/" for 127.0.0.1 at 2018-12-20 11:12:02 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.8ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (4.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (25.3ms) Rendered app/layouts/_google_analytics.html.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (40.9ms) Rendered app/layouts/_head.html.haml (330.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (371.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (739.9ms) Completed 200 OK in 1165ms (Views: 1118.6ms | ActiveRecord: 18.2ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 11:12:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:12:04 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:12:06 -0400 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 (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" Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (18.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 93ms (ActiveRecord: 34.9ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 11:12:06 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (1.0ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.9ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (134.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1353.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (51.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (416.2ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (35.1ms) Completed 200 OK in 3514ms (Views: 2031.8ms | ActiveRecord: 15.8ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 11:12:10 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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" Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.6ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.0ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (93.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (706.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (42.6ms) Completed 200 OK in 2541ms (Views: 1020.9ms | ActiveRecord: 11.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 11:12:14 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 11:12:14 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 11:12:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:12:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:12:14 -0400 Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:12:35 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (3.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (1.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (76.6ms) Rendered admin/settings/_form.html.haml (100.4ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (110.0ms) Rendered admin/layouts/_head.html.haml (833.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.5ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (40.5ms) Completed 200 OK in 1194ms (Views: 1127.1ms | ActiveRecord: 14.6ms) Started PUT "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:13:15 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"A6H5c/v0UaFpasjaay2QGr9KUL/Z14vWPR4Uia8muOhE2zLztRMc6vsvKkjUVmjdsDd91gJGzafAz9eSzQFT7w==", "setting"=>{"smtp_setting_attributes"=>{"address"=>"smtp.keppleradmin.com", "port"=>"587", "domain_name"=>"keppleradmin.com", "email"=>"email@keppleradmin.com", "password"=>"[FILTERED]", "id"=>"1"}}, "commit"=>"Aplicar", "config"=>"email_setting"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]]  (0.3ms) ROLLBACK Rendering admin/settings/edit.html.haml within admin/layouts/application Rendered admin/settings/fields/_email_setting.html.haml (38.9ms) Rendered admin/settings/_form.html.haml (46.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (56.0ms) Rendered admin/layouts/_head.html.haml (587.8ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.5ms) 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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (76.9ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (38.0ms) Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.5ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Completed 200 OK in 873ms (Views: 813.7ms | ActiveRecord: 18.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:13:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:13:17 -0400 Started PUT "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:13:23 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"O0IQtRZSVwdYtAb2420E4/Qz2UkRrTIPmA/14Rh0UnTHNmjmSnWwUZLATvbpGQYQQxLn8cB8X0RS/lazyOiCPw==", "setting"=>{"smtp_setting_attributes"=>{"address"=>"smtp.keppleradmin.com", "port"=>"587", "domain_name"=>"keppleradmin.com", "email"=>"email@keppleradmin.com", "password"=>"[FILTERED]", "id"=>"1"}}, "commit"=>"Aplicar", "config"=>"email_setting"} Setting Load (1.1ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-12-20 15:13:23.219031"], ["updated_at", "2018-12-20 15:13:23.219031"]] SmtpSetting Update (1.5ms) UPDATE "smtp_settings" SET "address" = $1, "domain_name" = $2, "email" = $3, "password" = $4, "updated_at" = $5 WHERE "smtp_settings"."id" = $6 [["address", "smtp.keppleradmin.com"], ["domain_name", "keppleradmin.com"], ["email", "email@keppleradmin.com"], ["password", "12345678"], ["updated_at", "2018-12-20 15:13:23.225204"], ["id", 1]]  (21.7ms) COMMIT Redirected to http://localhost:3000/admin/settings/email_setting Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.7ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (0.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) 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"]] Completed 302 Found in 104ms (ActiveRecord: 40.5ms) Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:13:23 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (72.5ms) Rendered admin/settings/_form.html.haml (84.3ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (89.3ms) Rendered admin/layouts/_head.html.haml (3739.8ms) CACHE Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (187.4ms) CACHE 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]] CACHE 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]] Permission Load (2.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (587.7ms) Rendered admin/layouts/_messages.html.haml (27.4ms) Rendered admin/layouts/_preloader.html.haml (48.4ms) Rendered admin/layouts/_footer.html.haml (22.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (22.8ms) Rendered admin/layouts/_git_info.html.haml (152.4ms) Completed 200 OK in 4990ms (Views: 4946.3ms | ActiveRecord: 19.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:13:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:13:29 -0400 SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]]  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (40.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (508.9ms) DROP DATABASE IF EXISTS "keppler-core"  (0.2ms) DROP DATABASE IF EXISTS "keppler-core"  (1148.5ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (1.2ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (145.3ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (89.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (0.3ms) SELECT pg_try_advisory_lock(3816127366556348340)  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.3ms) BEGIN  (88.9ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (40.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (30.6ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (18.0ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.5ms) BEGIN  (71.2ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.0ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (0.6ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (30.1ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (31.1ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (39.4ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (47.3ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (39.6ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (13.3ms) COMMIT Migrating to CreateActivities (20151221173228)  (0.2ms) BEGIN  (91.6ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.9ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (39.4ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (40.6ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (44.6ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (33.7ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (32.9ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (2.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (14.2ms) COMMIT Migrating to CreateSettings (20160122201215)  (1.3ms) BEGIN  (81.3ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (17.0ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.4ms) BEGIN  (69.3ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.6ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (16.6ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.4ms) BEGIN  (70.0ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (16.5ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (0.5ms) BEGIN  (69.9ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.6ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (15.4ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.4ms) BEGIN  (69.8ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.8ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (14.6ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (0.3ms) BEGIN  (89.2ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (5.9ms) COMMIT Migrating to CreateAppearances (20160201210520)  (0.3ms) BEGIN  (81.4ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.7ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (14.5ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.2ms) BEGIN  (91.1ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (12.4ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.4ms) BEGIN  (104.8ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (31.4ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (12.8ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (0.3ms) BEGIN  (75.0ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.9ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (14.6ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (1.1ms) BEGIN  (108.3ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (47.5ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (17.6ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (0.2ms) BEGIN  (70.1ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.0ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (17.6ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (0.3ms) BEGIN  (86.9ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (16.5ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (0.3ms) BEGIN  (70.3ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (16.7ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (0.2ms) BEGIN  (82.0ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (49.2ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (16.4ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (3.3ms) BEGIN  (80.9ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (16.4ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (2.5ms) BEGIN  (94.8ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (19.3ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (1.7ms) BEGIN  (102.9ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (15.7ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (0.2ms) BEGIN  (69.8ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (40.5ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (107.7ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (54.7ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (68.0ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (8.7ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (1.7ms) BEGIN  (72.5ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (33.8ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (1.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (19.9ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (1.3ms) BEGIN  (91.6ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (12.5ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (1.9ms) BEGIN  (1.7ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (12.1ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (1.1ms) BEGIN  (73.5ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (46.3ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (1.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (15.4ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.2ms) BEGIN  (69.8ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.9ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (14.5ms) COMMIT Migrating to CreateSeos (20180904144238)  (1.7ms) BEGIN  (41.4ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (41.3ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (18.1ms) COMMIT ActiveRecord::InternalMetadata Load (1.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (1.4ms) BEGIN ActiveRecord::InternalMetadata Create (1.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-12-20 15:23:09.210516"], ["updated_at", "2018-12-20 15:23:09.210516"]]  (9.3ms) COMMIT  (1.1ms) SELECT pg_advisory_unlock(3816127366556348340)  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) BEGIN Role Exists (0.9ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (0.8ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-12-20 15:23:10.040731"], ["updated_at", "2018-12-20 15:23:10.040731"]]  (43.6ms) COMMIT Role Load (1.1ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (1.2ms) BEGIN Role Exists (1.3ms) SELECT 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", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (2.1ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-3fdcd2a9"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$857cu3DHxlslIxCAeDUmBubnSNNkU/9lXUhcfo/6SBP2/ME5U4/8m"], ["created_at", "2018-12-20 15:23:11.805288"], ["updated_at", "2018-12-20 15:23:11.805288"]] PublicActivity::Activity Create (2.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", 1], ["key", "user.create"], ["created_at", "2018-12-20 15:23:12.035837"], ["updated_at", "2018-12-20 15:23:12.035837"]] User::HABTM_Roles Create (1.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (8.4ms) COMMIT  (1.2ms) BEGIN Setting Create (1.6ms) INSERT INTO "settings" ("name", "description", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["created_at", "2018-12-20 15:23:12.362706"], ["updated_at", "2018-12-20 15:23:12.362706"]] 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", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-12-20 15:23:12.381521"], ["updated_at", "2018-12-20 15:23:12.381521"]] SmtpSetting Create (1.7ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "smtp.keppleradmin.com"], ["port", "587"], ["domain_name", "keppleradmin.com"], ["email", "email@keppleradmin.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-12-20 15:23:12.391212"], ["updated_at", "2018-12-20 15:23:12.391212"]] GoogleAnalyticsSetting Create (1.7ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-12-20 15:23:12.401075"], ["updated_at", "2018-12-20 15:23:12.401075"]]  (17.3ms) COMMIT SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.7ms) BEGIN SocialAccount Create (1.6ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-12-20 15:23:12.657397"], ["updated_at", "2018-12-20 15:23:12.657397"]]  (11.0ms) COMMIT Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.6ms) BEGIN Appearance Create (1.6ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-12-20 15:23:12.782210"], ["updated_at", "2018-12-20 15:23:12.782210"]]  (8.7ms) COMMIT  (0.6ms) BEGIN PublicActivity::Activity Create (1.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-12-20 15:23:12.821766"], ["updated_at", "2018-12-20 15:23:12.821766"]]  (11.1ms) COMMIT  (1.2ms) BEGIN KepplerFrontend::View Exists (1.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["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 (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", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-12-20 15:23:12.990298"], ["updated_at", "2018-12-20 15:23:12.990298"]] 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", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-20 15:23:13.022356"], ["updated_at", "2018-12-20 15:23:13.022356"]]  (8.9ms) COMMIT  (0.2ms) BEGIN KepplerFrontend::Partial Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (0.7ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-12-20 15:23:13.086533"], ["updated_at", "2018-12-20 15:23:13.086533"]] PublicActivity::Activity Create (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::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-12-20 15:23:13.090864"], ["updated_at", "2018-12-20 15:23:13.090864"]]  (38.3ms) COMMIT Started PUT "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:34:44 -0400  (2.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JXtMhI/SMj0HLWe1HLS4U5VdiAuBOO3ABLE1r+HbvCDZDzTX0/XVa81ZL7UWwLqgIny2s1DpgIvOQJb9MUdsaw==", "setting"=>{"smtp_setting_attributes"=>{"address"=>"smtp.gmail.com", "port"=>"587", "domain_name"=>"gmail.com", "email"=>"luis.prz7@gmail.com", "password"=>"[FILTERED]", "id"=>"1"}}, "commit"=>"Aplicar", "config"=>"email_setting"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (5.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 868ms (ActiveRecord: 82.1ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:34:46 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (202.2ms) Rendered admin/layouts/_head.html.haml (5760.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (157.1ms) Completed 200 OK in 6381ms (Views: 6241.6ms | ActiveRecord: 12.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:34:53 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:34:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:34:53 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:34:56 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.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" 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (5.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (38.3ms) Rendered admin/layouts/_head.html.haml (1037.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (69.0ms) Completed 200 OK in 1206ms (Views: 1171.5ms | ActiveRecord: 14.4ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:35:01 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"VaBcQ7dZ7HSf9ihfNS/4v9YGVoNdZgiOj94Wr0nEFsKPLEsXi4d5Bi6N7W4a926hPe4lbqkMjCFnupF06jlJJw==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (0.9ms) 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.4ms) 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]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (16.8ms) Rendered admin/layouts/_head.html.haml (829.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (29.1ms) Completed 200 OK in 941ms (Views: 900.2ms | ActiveRecord: 4.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:35:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:35:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:35:03 -0400 Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:35:40 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"QQSyNlZOdJ8dWHEzgViUqqmKp7UnFFrUriXPPumnK/69cMplCmmTydcsOTOLLJZZHquZDfbFN59k1GxsOTv7tQ==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.9ms) 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.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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (18.5ms) Rendered admin/layouts/_head.html.haml (884.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (78.2ms) Completed 200 OK in 1056ms (Views: 1006.0ms | ActiveRecord: 10.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:35:42 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:35:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:35:42 -0400 Started GET "/users/password" for 127.0.0.1 at 2018-12-20 11:36:12 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActionController::RoutingError (No route matches [GET] "/users/password"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:36:19 -0400 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 175ms (ActiveRecord: 20.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:36:20 -0400 Processing by Devise::SessionsController#new 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.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.6ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (18.3ms) Rendered admin/layouts/_head.html.haml (2526.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (33.8ms) Completed 200 OK in 2652ms (Views: 2593.2ms | ActiveRecord: 8.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:36:23 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:36:23 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:36:24 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:36:25 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.7ms) 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]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (15.8ms) Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:36:26 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (9.4ms) Rendered admin/layouts/_head.html.haml (863.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (43.8ms) Completed 200 OK in 971ms (Views: 937.1ms | ActiveRecord: 13.6ms) Rendered admin/layouts/_head.html.haml (781.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (17.6ms) Rendered admin/layouts/_git_info.html.haml (45.3ms) Completed 200 OK in 908ms (Views: 870.1ms | ActiveRecord: 15.1ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:36:29 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MRBCXpkn6BTRKGCcJ4bvJJp9XqOF7xXtqGxu+JxJmQDrnFUKpfl9ZmBTpa0IXnk6cZUtTnGFkUJACOkjP7TG5Q==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} 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.6ms) 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.8ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (11.6ms) Rendered admin/layouts/_head.html.haml (531.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (38.3ms) Completed 200 OK in 635ms (Views: 598.1ms | ActiveRecord: 5.4ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:36:30 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:36:30 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:36:30 -0400 SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/users/password" for 127.0.0.1 at 2018-12-20 11:36:48 -0400  (2.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActionController::RoutingError (No route matches [GET] "/users/password"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:36:52 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 505ms (ActiveRecord: 31.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:36:53 -0400 Processing by Devise::SessionsController#new 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (3.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (14.7ms) Rendered admin/layouts/_head.html.haml (2319.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (36.2ms) Completed 200 OK in 2467ms (Views: 2385.1ms | ActiveRecord: 42.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:36:55 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.6ms) 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.5ms) 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]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (18.0ms) Rendered admin/layouts/_head.html.haml (1017.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (89.0ms) Completed 200 OK in 1172ms (Views: 1151.5ms | ActiveRecord: 4.6ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:36:57 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:36:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:36:57 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:37:12 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"quItG8HujWKl+Jf1b+x/CBdZhOw58QtrpjzBkyXT4u1WllVInclqNG+M3/VlmH37oHi6VOggZiBszWLB9U8ypg==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.7ms) BEGIN  (0.6ms) ROLLBACK Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.5ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-12-20 15:37:12.846333"], ["last_sign_in_at", "2018-12-20 15:37:12.846333"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-12-20 15:37:12.847821"], ["id", 1]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 15:37:12.854973"], ["updated_at", "2018-12-20 15:37:12.854973"]]  (32.2ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 234ms (ActiveRecord: 50.5ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:37:12 -0400 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 (3.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 59ms (ActiveRecord: 19.4ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 11:37:13 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.7ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (135.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1136.3ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (538.9ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.9ms) Rendered admin/layouts/_git_info.html.haml (154.1ms) Completed 200 OK in 3850ms (Views: 2050.8ms | ActiveRecord: 26.0ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 11:37:17 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 11:37:17 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 11:37:17 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:37:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:37:17 -0400 Started GET "/admin/roles" for 127.0.0.1 at 2018-12-20 11:37:21 -0400 Processing by Admin::RolesController#index 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 (2.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (2.3ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendering admin/roles/index.html.haml within admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.3ms) Role Load (0.6ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Rendered admin/roles/_listing.html.haml (27.2ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 1]] PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "Role"], ["LIMIT", 50]] Rendered admin/roles/_description.html.haml (14.4ms) Rendered admin/roles/index.html.haml within admin/layouts/application (95.3ms) Rendered admin/layouts/_head.html.haml (693.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.8ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (8.6ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (42.3ms) Completed 200 OK in 1036ms (Views: 972.0ms | ActiveRecord: 20.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 11:37:23 -0400 Started GET "/admin/roles/page/1.json" for 127.0.0.1 at 2018-12-20 11:37:23 -0400 Processing by Admin::RolesController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "roles"."id") FROM "roles" WHERE "roles"."name" != $1 [["name", "keppler_admin"]] Role Load (0.4ms) SELECT DISTINCT "roles".* FROM "roles" WHERE "roles"."name" != $1 ORDER BY "roles"."position" DESC LIMIT $2 OFFSET $3 [["name", "keppler_admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 59ms (Views: 1.6ms | ActiveRecord: 7.4ms) Started GET "/admin/roles/new" for 127.0.0.1 at 2018-12-20 11:37:24 -0400 Processing by Admin::RolesController#new 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 [["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" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/roles/new.html.haml within admin/layouts/application Rendered admin/roles/_form.html.haml (37.0ms) Rendered admin/roles/new.html.haml within admin/layouts/application (49.4ms) Rendered admin/layouts/_head.html.haml (932.1ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (59.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (88.7ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (52.8ms) Completed 200 OK in 1261ms (Views: 1223.0ms | ActiveRecord: 8.4ms) Started POST "/admin/roles" for 127.0.0.1 at 2018-12-20 11:37:27 -0400 Processing by Admin::RolesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"RhgtCDYZYBn0Uu+ZjcCFvjIODDlH0Nsng3ukJSWRuVvErwskuXARd+2mVQfuTFmCXd7udkYG/Jcep6Qc7oko1g==", "role"=>{"name"=>"admin"}, "_save"=>"Save"} Setting Load (1.3ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (10.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (4.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Role Create (1.0ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "admin"], ["created_at", "2018-12-20 15:37:27.949598"], ["updated_at", "2018-12-20 15:37:27.949598"]]  (51.7ms) COMMIT Redirected to http://localhost:3000/admin/roles/2/add_permissions Completed 302 Found in 119ms (ActiveRecord: 82.0ms) Started GET "/admin/roles/2/add_permissions" for 127.0.0.1 at 2018-12-20 11:37:28 -0400 Processing by Admin::PermissionsController#add as HTML Parameters: {"role_id"=>"2"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering admin/permissions/add.html.haml within admin/layouts/application 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]] Rendered admin/permissions/_switch.html.haml (15.5ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (23.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (3.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (3.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (0.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.1ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (3.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (2.6ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.9ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (4.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (3.0ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (1.8ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.4ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.5ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.2ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.7ms) CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/roles/_switch.html.haml (1.3ms) Rendered admin/permissions/add.html.haml within admin/layouts/application (273.5ms) Rendered admin/layouts/_head.html.haml (517.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.2ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (50.8ms) Completed 200 OK in 1055ms (Views: 1013.7ms | ActiveRecord: 16.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:37:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:37:29 -0400 Started POST "/admin/roles/2/toggle_permissions" for 127.0.0.1 at 2018-12-20 11:37:31 -0400 Processing by Admin::PermissionsController#toggle_permissions as JS Parameters: {"utf8"=>"✓", "role"=>{"module"=>"Seo", "actions"=>["sitemap", "robots"]}, "role_id"=>"2"} 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 (1.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.2ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Permission Exists (2.6ms) SELECT 1 AS one FROM "permissions" WHERE "permissions"."role_id" = $1 LIMIT $2 [["role_id", 2], ["LIMIT", 1]]  (0.3ms) BEGIN Role Load (0.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]] Permission Create (1.2ms) INSERT INTO "permissions" ("modules", "role_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["modules", "{\"Seo\":{\"actions\":[\"sitemap\",\"robots\"]}}"], ["role_id", 2], ["created_at", "2018-12-20 15:37:31.313870"], ["updated_at", "2018-12-20 15:37:31.313870"]]  (15.5ms) COMMIT Rendering admin/permissions/toggle_permissions.js.erb Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 ORDER BY "permissions"."id" ASC LIMIT $2 [["role_id", 2], ["LIMIT", 1]] Rendered admin/permissions/_switch.html.haml (24.7ms) Rendered admin/permissions/toggle_permissions.js.erb (34.8ms) Completed 200 OK in 319ms (Views: 57.6ms | ActiveRecord: 42.1ms) Started GET "/admin/users" for 127.0.0.1 at 2018-12-20 11:37:33 -0400 Processing by Admin::UsersController#index as HTML Setting Load (1.0ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (2.4ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (2.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  (4.3ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (0.6ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (25.3ms) User Load (2.0ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (28.6ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (17.7ms) Rendered public_activity/layout/_create.html.haml (18.6ms) Rendered admin/users/_description.html.haml (49.4ms) Rendered admin/users/index.html.haml within admin/layouts/application (356.1ms) Rendered admin/layouts/_head.html.haml (608.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.1ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (37.0ms) Completed 200 OK in 1292ms (Views: 1151.9ms | ActiveRecord: 24.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 11:37:34 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-12-20 11:37:35 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.0ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.6ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.6ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 0.8ms | ActiveRecord: 12.0ms) Started GET "/admin/users/new" for 127.0.0.1 at 2018-12-20 11:37:35 -0400 Processing by Admin::UsersController#new as HTML Setting Load (1.0ms) 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 (5.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.9ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (278.6ms) Rendered admin/users/new.html.haml within admin/layouts/application (313.3ms) Rendered admin/layouts/_head.html.haml (1215.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (40.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (120.9ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (12.5ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (83.0ms) Completed 200 OK in 1992ms (Views: 1910.2ms | ActiveRecord: 15.7ms) Started POST "/admin/users" for 127.0.0.1 at 2018-12-20 11:37:49 -0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yeIAkJPoRNskUZxPqO+24TdDH2U/lCJHhzLgFqhIhFDC9CEGfBNN9H9Rpwzs1E7P1LrxpT37FPuOS7u8jpeEmA==", "user"=>{"name"=>"Luis Pere", "email"=>"luis.prz7@gmail.com", "role_ids"=>"2", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "_save"=>"Save"} Setting Load (2.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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 (1.5ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (1.5ms) BEGIN Role Exists (0.7ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "admin"], ["id", 2], ["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", "luis.prz7@gmail.com"], ["LIMIT", 1]]  (0.6ms) ROLLBACK Rendering admin/users/new.html.haml within admin/layouts/application Rendered admin/users/_form.html.haml (103.5ms) Rendered admin/users/new.html.haml within admin/layouts/application (108.6ms) Rendered admin/layouts/_head.html.haml (661.3ms) Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.6ms) 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]] CACHE Role Load (0.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]] Permission Load (3.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.3ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (81.5ms) Completed 200 OK in 1266ms (Views: 1007.1ms | ActiveRecord: 30.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:37:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:37:51 -0400 Started POST "/admin/users" for 127.0.0.1 at 2018-12-20 11:38:00 -0400 Processing by Admin::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ALi3W6ss8P2vcdvacCTxXV6Oq+jkBX5nzaOdxHxZVja7uB5eX95h8aZ/0wDmVIaaeFtmyjc/yhAPgjFXy+OO/Q==", "user"=>{"name"=>"Luis Pere", "email"=>"luis.prz7@gmail.com", "role_ids"=>"2", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "_save"=>"Save"} Setting Load (4.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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (4.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (7.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (4.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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.9ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 2]]  (0.9ms) BEGIN Role Exists (3.6ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 AND "roles"."id" != $2 LIMIT $3 [["name", "admin"], ["id", 2], ["LIMIT", 1]] User Exists (4.7ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 AND "users"."deleted_at" IS NULL LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Create (5.9ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Luis Pere"], ["permalink", "luis-pere-cadd9ee0"], ["email", "luis.prz7@gmail.com"], ["encrypted_password", "$2a$10$qXVTknzTlExyuJwFqSNmP.YH0wflLrsi1EY0dJYNhL1GKW4H8z7cC"], ["created_at", "2018-12-20 15:38:00.427155"], ["updated_at", "2018-12-20 15:38:00.427155"]] PublicActivity::Activity Create (4.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "user.create"], ["created_at", "2018-12-20 15:38:00.436551"], ["updated_at", "2018-12-20 15:38:00.436551"]] User::HABTM_Roles Create (3.2ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 2], ["role_id", 2]]  (19.9ms) COMMIT Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Role Load (0.7ms) SELECT "roles".* FROM "roles" WHERE "roles"."name" = $1 AND "roles"."resource_type" IS NULL AND "roles"."resource_id" IS NULL ORDER BY "roles"."id" ASC LIMIT $2 [["name", "admin"], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/users/2 Completed 302 Found in 226ms (ActiveRecord: 91.9ms) Started GET "/admin/users/2" for 127.0.0.1 at 2018-12-20 11:38:00 -0400 Processing by Admin::UsersController#show as HTML Parameters: {"id"=>"2"} Setting Load (0.4ms) 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 (0.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) 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 AND "users"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/users/show.html.haml within admin/layouts/application 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/users/show.html.haml within admin/layouts/application (24.0ms) Rendered admin/layouts/_head.html.haml (1012.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (53.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (700.8ms) Rendered admin/layouts/_messages.html.haml (28.9ms) Rendered admin/layouts/_preloader.html.haml (63.0ms) Rendered admin/layouts/_footer.html.haml (27.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (35.7ms) Rendered admin/layouts/_git_info.html.haml (135.2ms) Completed 200 OK in 2176ms (Views: 2128.7ms | ActiveRecord: 20.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:38:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:38:03 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:38:06 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-20 11:38:07 -0400 Processing by Devise::SessionsController#destroy as HTML 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", 1], ["LIMIT", 1]]  (0.7ms) BEGIN  (0.3ms) ROLLBACK 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.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]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 15:38:07.071154"], ["updated_at", "2018-12-20 15:38:07.071154"]]  (17.8ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 61ms (ActiveRecord: 24.7ms) Started GET "/" for 127.0.0.1 at 2018-12-20 11:38:07 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.4ms) 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]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.8ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (27.2ms) Rendered app/layouts/_google_analytics.html.haml (5.1ms) Rendered admin/layouts/_git_info.html.haml (37.6ms) Rendered app/layouts/_head.html.haml (376.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (440.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (23.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (825.5ms) Completed 200 OK in 1322ms (Views: 1276.5ms | ActiveRecord: 14.6ms) Started GET "/" for 127.0.0.1 at 2018-12-20 11:38:08 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.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 (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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.7ms) Rendered app/layouts/_google_analytics.html.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (34.0ms) Rendered app/layouts/_head.html.haml (278.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (324.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (843.9ms) Completed 200 OK in 1204ms (Views: 1176.1ms | ActiveRecord: 6.1ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 11:38:10 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:38:10 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:38:11 -0400 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 25ms (ActiveRecord: 3.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:38:11 -0400 Processing by Devise::SessionsController#new 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.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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (14.8ms) Rendered admin/layouts/_head.html.haml (819.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.5ms) Rendered admin/layouts/_git_info.html.haml (113.0ms) Completed 200 OK in 983ms (Views: 968.2ms | ActiveRecord: 3.4ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:38:12 -0400 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 (1.6ms) 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 (0.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 29ms (ActiveRecord: 5.3ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:38:13 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (31.5ms) Rendered admin/layouts/_head.html.haml (619.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (36.8ms) Completed 200 OK in 741ms (Views: 712.0ms | ActiveRecord: 4.6ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:38:14 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:38:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:38:14 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:38:32 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::PasswordsController#new as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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 (1.0ms) 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]] SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (12.6ms) Rendered admin/layouts/_head.html.haml (3512.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (94.2ms) Completed 200 OK in 3866ms (Views: 3647.7ms | ActiveRecord: 50.4ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:38:39 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wZ3a2ZmBUoW+YQlMXF3M46CTHRmbvWvJWNAy12rl8POrtHlw3RYBWTvOlZ6V5FVQcvS2aDyU4NbwkNg+3XO3Xw==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (0.6ms) 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.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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "287ad1c966901702ed94ef445d57ad77c4491fe6d136c1815e3d6c544faf7aeb"], ["LIMIT", 1]]  (0.4ms) BEGIN User Update (0.8ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "287ad1c966901702ed94ef445d57ad77c4491fe6d136c1815e3d6c544faf7aeb"], ["reset_password_sent_at", "2018-12-20 15:38:40.161465"], ["updated_at", "2018-12-20 15:38:40.163366"], ["id", 2]] 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.update"], ["created_at", "2018-12-20 15:38:40.237473"], ["updated_at", "2018-12-20 15:38:40.237473"]]  (21.6ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (7.8ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 61.3ms Sent mail to luis.prz7@gmail.com (309.7ms) Date: Thu, 20 Dec 2018 11:38:40 -0400 To: luis.prz7@gmail.com Message-ID: <5c1bb78054086_672341511e4334ac@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Completed 500 Internal Server Error in 794ms (ActiveRecord: 33.0ms) SocketError - getaddrinfo: Name or service not known: Started POST "/__better_errors/61f4aef972aa9bc8/variables" for 127.0.0.1 at 2018-12-20 11:38:41 -0400 SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:38:56 -0400  (6.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::PasswordsController#new as HTML Setting Load (1.2ms) 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 (1.1ms) 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.5ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (13.7ms) Rendered admin/layouts/_head.html.haml (2167.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (40.1ms) Completed 200 OK in 2439ms (Views: 2236.7ms | ActiveRecord: 32.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:38:59 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:38:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:39:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 11:39:00 -0400 Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:39:02 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aseoqpPR5ZukZB69R+NAbhqcYvsT+RDbhoozUpbjgUfjmfOtG9s8DDn62+s4N+NcldKI0UtinZQUsdq8CNgvyg==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "260f52e72cb091b6f9a2cc390557ea1160fd2b0a6dc7eaedba2cd9202df94c03"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.8ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "260f52e72cb091b6f9a2cc390557ea1160fd2b0a6dc7eaedba2cd9202df94c03"], ["reset_password_sent_at", "2018-12-20 15:39:02.513508"], ["updated_at", "2018-12-20 15:39:02.514843"], ["id", 2]] 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", 2], ["key", "user.update"], ["created_at", "2018-12-20 15:39:02.560922"], ["updated_at", "2018-12-20 15:39:02.560922"]]  (25.1ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (3.0ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 35.5ms Sent mail to luis.prz7@gmail.com (23.0ms) Date: Thu, 20 Dec 2018 11:39:02 -0400 From: no-reply@keppleradmin.com Reply-To: no-reply@keppleradmin.com To: luis.prz7@gmail.com Message-ID: <5c1bb7969aeb2_67233f4b12411795@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Completed 500 Internal Server Error in 415ms (ActiveRecord: 45.9ms) SocketError - getaddrinfo: Name or service not known: Started POST "/__better_errors/5774df5a1627498d/variables" for 127.0.0.1 at 2018-12-20 11:39:02 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:39:17 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Admin::AdminController#root as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 155ms (ActiveRecord: 28.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:39:17 -0400 Processing by Devise::SessionsController#new 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.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.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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (18.6ms) Rendered admin/layouts/_head.html.haml (2441.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (30.9ms) Completed 200 OK in 2548ms (Views: 2507.4ms | ActiveRecord: 7.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:39:21 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:39:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:39:21 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:39:36 -0400  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"xLhj0cTF2KjwTM7xfXUyGUZAbfUQDtpQJfWCimbns35N5jjWTM8BP23SC6cCoZEryQ6H30iVVx+3zmtk+Nwd8w==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.8ms) ROLLBACK Setting Load (2.5ms) 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 (1.0ms) 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]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.7ms) UPDATE "users" SET "current_sign_in_at" = $1, "sign_in_count" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["current_sign_in_at", "2018-12-20 15:39:37.156345"], ["sign_in_count", 2], ["updated_at", "2018-12-20 15:39:37.157572"], ["id", 1]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 15:39:37.165193"], ["updated_at", "2018-12-20 15:39:37.165193"]]  (25.2ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 738ms (ActiveRecord: 77.0ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:39:37 -0400 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 71ms (ActiveRecord: 15.7ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 11:39:37 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.4ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (3.2ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (224.3ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (3186.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (368.5ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.3ms) Rendered admin/layouts/_git_info.html.haml (41.0ms) Completed 200 OK in 6530ms (Views: 3942.3ms | ActiveRecord: 20.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 11:39:44 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 11:39:44 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 11:39:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:39:44 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:39:44 -0400 Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:39:48 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.4ms) 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 (2.0ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (204.4ms) Rendered admin/settings/_form.html.haml (225.5ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (234.3ms) Rendered admin/layouts/_head.html.haml (617.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (80.3ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (38.1ms) Completed 200 OK in 1090ms (Views: 1029.9ms | ActiveRecord: 17.1ms) Started PUT "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:40:18 -0400 Processing by Admin::SettingsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"o8pVaYxu1f5K/A63z+XbGIxxTuE5UcEOggLMxovU722FCFqEZRYopdLruZko1TOsWzYCDEyO/MbvqvhAJhRrNg==", "setting"=>{"smtp_setting_attributes"=>{"address"=>"smtp.gmail.com", "port"=>"587", "domain_name"=>"gmail.com", "email"=>"luis.prz7@gmail.com", "password"=>"[FILTERED]", "id"=>"1"}}, "commit"=>"Apply", "config"=>"email_setting"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN SmtpSetting Load (2.1ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "setting.update"], ["created_at", "2018-12-20 15:40:18.325204"], ["updated_at", "2018-12-20 15:40:18.325204"]] SmtpSetting Update (0.5ms) UPDATE "smtp_settings" SET "address" = $1, "domain_name" = $2, "email" = $3, "password" = $4, "updated_at" = $5 WHERE "smtp_settings"."id" = $6 [["address", "smtp.gmail.com"], ["domain_name", "gmail.com"], ["email", "luis.prz7@gmail.com"], ["password", "megusta1heladode3sabores"], ["updated_at", "2018-12-20 15:40:18.328203"], ["id", 1]]  (20.0ms) COMMIT Redirected to http://localhost:3000/admin/settings/email_setting Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (0.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SocialAccount Load (1.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Completed 302 Found in 129ms (ActiveRecord: 38.5ms) Started GET "/admin/settings/email_setting" for 127.0.0.1 at 2018-12-20 11:40:18 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"email_setting"} Setting Load (2.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 (2.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application SmtpSetting Load (2.3ms) SELECT "smtp_settings".* FROM "smtp_settings" WHERE "smtp_settings"."setting_id" = $1 [["setting_id", 1]] Rendered admin/settings/fields/_email_setting.html.haml (73.1ms) Rendered admin/settings/_form.html.haml (86.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (93.0ms) Rendered admin/layouts/_head.html.haml (1182.5ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (118.6ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.5ms) Rendered admin/layouts/_footer.html.haml (4.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.4ms) Rendered admin/layouts/_git_info.html.haml (76.6ms) Completed 200 OK in 1621ms (Views: 1565.8ms | ActiveRecord: 18.1ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:40:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:40:20 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:40:23 -0400 Started GET "/users/sign_out" for 127.0.0.1 at 2018-12-20 11:40:24 -0400 Processing by Devise::SessionsController#destroy as HTML User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.4ms) BEGIN  (0.3ms) ROLLBACK 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.5ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 15:40:24.922709"], ["updated_at", "2018-12-20 15:40:24.922709"]]  (19.6ms) COMMIT Redirected to http://localhost:3000/ Completed 302 Found in 69ms (ActiveRecord: 28.3ms) Started GET "/" for 127.0.0.1 at 2018-12-20 11:40:24 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.1ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (61.4ms) Rendered app/layouts/_google_analytics.html.haml (7.2ms) Rendered admin/layouts/_git_info.html.haml (60.2ms) Rendered app/layouts/_head.html.haml (654.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (726.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (23.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (986.4ms) Completed 200 OK in 1781ms (Views: 1722.0ms | ActiveRecord: 22.5ms) Started GET "/" for 127.0.0.1 at 2018-12-20 11:40:26 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.4ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.2ms) Rendered app/layouts/_google_analytics.html.haml (7.7ms) Rendered admin/layouts/_git_info.html.haml (42.9ms) Rendered app/layouts/_head.html.haml (361.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (424.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (703.0ms) Completed 200 OK in 1160ms (Views: 1133.3ms | ActiveRecord: 7.6ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 11:40:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:40:28 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:40:30 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 25ms (ActiveRecord: 4.6ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:40:30 -0400 Processing by Devise::SessionsController#new 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (29.3ms) Rendered admin/layouts/_head.html.haml (897.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (59.5ms) Completed 200 OK in 1037ms (Views: 1013.4ms | ActiveRecord: 4.1ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 11:40:31 -0400 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.5ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 24ms (ActiveRecord: 4.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:40:32 -0400 Processing by Devise::SessionsController#new 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.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]] SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (20.6ms) Rendered admin/layouts/_head.html.haml (571.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (36.8ms) Completed 200 OK in 668ms (Views: 644.8ms | ActiveRecord: 3.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:40:33 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:40:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:40:33 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:40:34 -0400 Processing by Devise::PasswordsController#new 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 (1.1ms) 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.7ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (58.4ms) Rendered admin/layouts/_head.html.haml (1300.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.7ms) Rendered admin/layouts/_git_info.html.haml (49.5ms) Completed 200 OK in 1469ms (Views: 1444.7ms | ActiveRecord: 4.7ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:40:40 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cs1kMJOP1PqmnnrHTs/iqa+KenCPh+eRXYrBr2Sk7ZHpcsZwAWAk59HR5pJnGDeMdGKHMBhftSVqiN0idqhkiQ==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} 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.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]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "3c6774002cbc21bf54e94f0e2cf4ca302a3132063e5769a4cb9dcc3586bd4273"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (1.3ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "3c6774002cbc21bf54e94f0e2cf4ca302a3132063e5769a4cb9dcc3586bd4273"], ["reset_password_sent_at", "2018-12-20 15:40:40.998475"], ["updated_at", "2018-12-20 15:40:40.999889"], ["id", 2]] PublicActivity::Activity Create (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", 2], ["key", "user.update"], ["created_at", "2018-12-20 15:40:41.004970"], ["updated_at", "2018-12-20 15:40:41.004970"]]  (42.9ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (3.6ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 42.1ms Sent mail to luis.prz7@gmail.com (1307.4ms) Date: Thu, 20 Dec 2018 11:40:41 -0400 To: luis.prz7@gmail.com Message-ID: <5c1bb7f91a65a_6723439a3c4883b6@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Completed 500 Internal Server Error in 1672ms (ActiveRecord: 52.0ms) ArgumentError - SMTP From address may not be blank: nil: Started POST "/__better_errors/a75b57f8a1b156c8/variables" for 127.0.0.1 at 2018-12-20 11:40:42 -0400 SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:41:01 -0400  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::SessionsController#new as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.1ms) 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]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (16.2ms) Rendered admin/layouts/_head.html.haml (2479.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (87.8ms) Completed 200 OK in 2809ms (Views: 2608.6ms | ActiveRecord: 32.7ms) Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:41:06 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.3ms) 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 (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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (14.7ms) Rendered admin/layouts/_head.html.haml (1134.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (48.0ms) Completed 200 OK in 1253ms (Views: 1218.9ms | ActiveRecord: 9.2ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:41:07 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oYn7Ff/0AhE7Qq9khfy8uEDY6hGCEbDzTHsiimkqER2VHswyE/mEYAmmZ7RVg2mGb5UoGOSFLLp5K/dhaajQog==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (5.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "d27318e17e572af3e35d538013bfaaca96b1d58e8668442f6bb950de48b3e158"], ["LIMIT", 1]]  (4.0ms) BEGIN User Update (1.0ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "d27318e17e572af3e35d538013bfaaca96b1d58e8668442f6bb950de48b3e158"], ["reset_password_sent_at", "2018-12-20 15:41:08.160811"], ["updated_at", "2018-12-20 15:41:08.166883"], ["id", 2]] 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", "User"], ["trackable_id", 2], ["key", "user.update"], ["created_at", "2018-12-20 15:41:08.253011"], ["updated_at", "2018-12-20 15:41:08.253011"]]  (19.3ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (8.9ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 78.0ms Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:41:11 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bmif0gPB4HF+M5TpCUxL0b50uOuT9h8Dt06gcN96h3qd1z2SkS4QbAl8CLwgm570ZZxFqwQuTbeATLz9zXYOYg==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.9ms) 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]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "757e47089efcd5bc6d4af3814625c4e06d7ac6f04a45578c17350c208b8c9cf6"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "757e47089efcd5bc6d4af3814625c4e06d7ac6f04a45578c17350c208b8c9cf6"], ["reset_password_sent_at", "2018-12-20 15:41:11.255409"], ["updated_at", "2018-12-20 15:41:11.256393"], ["id", 2]] 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", 2], ["key", "user.update"], ["created_at", "2018-12-20 15:41:11.260202"], ["updated_at", "2018-12-20 15:41:11.260202"]]  (57.3ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (3.2ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 16.5ms Sent mail to luis.prz7@gmail.com (6448.9ms) Date: Thu, 20 Dec 2018 11:41:08 -0400 From: no-reply@gmail.com Reply-To: no-reply@gmail.com To: luis.prz7@gmail.com Message-ID: <5c1bb8145d2f3_67233d811687828d@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 7076ms (ActiveRecord: 54.5ms) Sent mail to luis.prz7@gmail.com (6639.9ms) Date: Thu, 20 Dec 2018 11:41:11 -0400 From: no-reply@gmail.com Reply-To: no-reply@gmail.com To: luis.prz7@gmail.com Message-ID: <5c1bb81753212_67233d81398783ab@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 6762ms (ActiveRecord: 66.7ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:41:18 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (2.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (14.3ms) Rendered admin/layouts/_head.html.haml (560.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (39.7ms) Completed 200 OK in 657ms (Views: 632.4ms | ActiveRecord: 7.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:41:19 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:41:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:41:19 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:41:56 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::SessionsController#new as HTML Setting Load (1.3ms) 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 (1.7ms) 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.8ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (20.3ms) Rendered admin/layouts/_head.html.haml (2803.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (182.6ms) Completed 200 OK in 3269ms (Views: 3025.0ms | ActiveRecord: 35.7ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:42:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:42:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:42:01 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 11:42:01 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:42:02 -0400 Processing by Devise::PasswordsController#new as HTML Setting Load (0.6ms) 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 (4.4ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (21.8ms) Rendered admin/layouts/_head.html.haml (583.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (39.0ms) Completed 200 OK in 715ms (Views: 670.4ms | ActiveRecord: 8.2ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:42:05 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Xsu4ULotPPwWH6Ur+Ragw9bw49y797R5HTwHe4vv0xvFdBoQKMLM4WFQOX7QwXXmDRgenCwv5s0qPhv2meNaAw==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} 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 (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "db967c9b7609d2f7d6a8b361af435739cd9a0ac513ca8f17c8bfd7a6a0707a1e"], ["LIMIT", 1]]  (0.2ms) BEGIN User Update (0.6ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "db967c9b7609d2f7d6a8b361af435739cd9a0ac513ca8f17c8bfd7a6a0707a1e"], ["reset_password_sent_at", "2018-12-20 15:42:05.855011"], ["updated_at", "2018-12-20 15:42:05.856169"], ["id", 2]] 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", "User"], ["trackable_id", 2], ["key", "user.update"], ["created_at", "2018-12-20 15:42:05.904778"], ["updated_at", "2018-12-20 15:42:05.904778"]]  (26.9ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (3.9ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 41.4ms Sent mail to luis.prz7@gmail.com (2846.9ms) Date: Thu, 20 Dec 2018 11:42:05 -0400 From: no-reply@devise.com Reply-To: no-reply@devise.com To: luis.prz7@gmail.com Message-ID: <5c1bb84df1bc8_672337963e83204a@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 3266ms (ActiveRecord: 40.9ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:42:08 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (14.7ms) Rendered admin/layouts/_head.html.haml (654.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (100.0ms) Completed 200 OK in 807ms (Views: 789.0ms | ActiveRecord: 4.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:42:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:42:10 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:42:10 -0400 Started GET "/users/password/new" for 127.0.0.1 at 2018-12-20 11:44:34 -0400  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by Devise::PasswordsController#new as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (1.2ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/passwords/new.html.haml within admin/layouts/application Rendered devise/passwords/new.html.haml within admin/layouts/application (12.8ms) Rendered admin/layouts/_head.html.haml (2608.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (44.7ms) Completed 200 OK in 2959ms (Views: 2682.9ms | ActiveRecord: 37.9ms) Started POST "/users/password" for 127.0.0.1 at 2018-12-20 11:44:40 -0400 Processing by Devise::PasswordsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"dkzGv6L/GSEf7OnQIXxGqeYlh1+7Lz2vbEgiXC+zr2Dt82T/MBDpPGijdYUIq5OMPc16Hyz3bxtbSj7RPb8meA==", "user"=>{"email"=>"luis.prz7@gmail.com"}, "commit"=>"Enviar"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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]] SmtpSetting Load (6.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (14.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "luis.prz7@gmail.com"], ["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."reset_password_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["reset_password_token", "420cfa53ff820d5017084eaea643e5bf8d687a2f444b0346f5aab7069654e04e"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (1.0ms) UPDATE "users" SET "reset_password_token" = $1, "reset_password_sent_at" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["reset_password_token", "420cfa53ff820d5017084eaea643e5bf8d687a2f444b0346f5aab7069654e04e"], ["reset_password_sent_at", "2018-12-20 15:44:41.329756"], ["updated_at", "2018-12-20 15:44:41.331550"], ["id", 2]] PublicActivity::Activity Create (6.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.update"], ["created_at", "2018-12-20 15:44:41.433721"], ["updated_at", "2018-12-20 15:44:41.433721"]]  (26.3ms) COMMIT Rendering devise/mailer/reset_password_instructions.html.haml Rendered devise/mailer/reset_password_instructions.html.haml (4.2ms) Devise::Mailer#reset_password_instructions: processed outbound mail in 47.6ms Sent mail to luis.prz7@gmail.com (2150.2ms) Date: Thu, 20 Dec 2018 11:44:41 -0400 From: no-reply@gmail.com Reply-To: no-reply@gmail.com To: luis.prz7@gmail.com Message-ID: <5c1bb8e9848c4_6723422ea8067580@sliced5-VIT-P2402.mail> Subject: Reset password instructions Mime-Version: 1.0 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

=0D Hola luis.prz7@gmail.com!=0D

=0D

Nos has hecho una petici=C3=B3n para cambiar tu contrase=C3=B1a. Puede= s hacerlo a trav=C3=A9s de este enlace.

=0D

Cambiar mi contrase=C3=B1a

=0D

Si usted no solicit=C3=B3 esto, por favor ignore este correo.

=0D

Su contrase=C3=B1a no cambiar=C3=A1 si no entra al enlace anterior y c= ree una nueva.

=0D Redirected to http://localhost:3000/users/sign_in Completed 302 Found in 2747ms (ActiveRecord: 96.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 11:44:43 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.6ms) 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.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]] SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (14.6ms) Rendered admin/layouts/_head.html.haml (596.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (37.3ms) Completed 200 OK in 683ms (Views: 667.5ms | ActiveRecord: 3.0ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 11:44:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 11:44:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 11:44:45 -0400  (1.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (244.5ms) DROP DATABASE IF EXISTS "keppler-core"  (0.3ms) DROP DATABASE IF EXISTS "keppler-core"  (678.1ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (3.2ms) CREATE DATABASE "keppler-core" ENCODING = 'utf8' TEMPLATE = "template0"  (87.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (81.4ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (2.9ms) SELECT pg_try_advisory_lock(3816127366556348340)  (4.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20140812203549)  (0.8ms) BEGIN  (72.0ms) CREATE TABLE "users" ("id" bigserial primary key, "avatar" character varying, "name" character varying, "permalink" character varying, "username" character varying, "deleted_at" timestamp, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" timestamp, "last_sign_in_at" timestamp, "current_sign_in_ip" character varying, "last_sign_in_ip" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") WHERE deleted_at IS NULL  (31.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812203549"]]  (17.5ms) COMMIT Migrating to RolifyCreateRoles (20140812210925)  (0.3ms) BEGIN  (93.0ms) CREATE TABLE "roles" ("id" bigserial primary key, "name" character varying, "position" integer, "resource_type" character varying, "resource_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (29.8ms) CREATE INDEX "index_roles_on_resource_type_and_resource_id" ON "roles" ("resource_type", "resource_id")  (0.6ms) CREATE TABLE "users_roles" ("user_id" bigint, "role_id" bigint)  (38.9ms) CREATE INDEX "index_users_roles_on_user_id" ON "users_roles" ("user_id")  (30.3ms) CREATE INDEX "index_users_roles_on_role_id" ON "users_roles" ("role_id")  (38.3ms) CREATE INDEX "index_roles_on_name" ON "roles" ("name")  (30.4ms) CREATE INDEX "index_roles_on_name_and_resource_type_and_resource_id" ON "roles" ("name", "resource_type", "resource_id")  (30.8ms) CREATE INDEX "index_users_roles_on_user_id_and_role_id" ON "users_roles" ("user_id", "role_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20140812210925"]]  (18.2ms) COMMIT Migrating to CreateActivities (20151221173228)  (0.3ms) BEGIN  (80.4ms) CREATE TABLE "activities" ("id" bigserial primary key, "trackable_type" character varying, "trackable_id" bigint, "owner_type" character varying, "owner_id" bigint, "key" character varying, "parameters" text, "recipient_type" character varying, "recipient_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.1ms) CREATE INDEX "index_activities_on_trackable_type_and_trackable_id" ON "activities" ("trackable_type", "trackable_id")  (40.4ms) CREATE INDEX "index_activities_on_owner_type_and_owner_id" ON "activities" ("owner_type", "owner_id")  (41.1ms) CREATE INDEX "index_activities_on_recipient_type_and_recipient_id" ON "activities" ("recipient_type", "recipient_id")  (30.4ms) CREATE INDEX "index_activities_on_trackable_id_and_trackable_type" ON "activities" ("trackable_id", "trackable_type")  (31.1ms) CREATE INDEX "index_activities_on_owner_id_and_owner_type" ON "activities" ("owner_id", "owner_type")  (38.4ms) CREATE INDEX "index_activities_on_recipient_id_and_recipient_type" ON "activities" ("recipient_id", "recipient_type") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20151221173228"]]  (16.0ms) COMMIT Migrating to CreateSettings (20160122201215)  (0.3ms) BEGIN  (81.4ms) CREATE TABLE "settings" ("id" bigserial primary key, "name" character varying, "description" character varying, "phone" character varying, "mobile" character varying, "email" character varying, "logo" character varying, "favicon" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160122201215"]]  (12.8ms) COMMIT Migrating to CreateSmtpSettings (20160126141856)  (0.3ms) BEGIN  (74.2ms) CREATE TABLE "smtp_settings" ("id" bigserial primary key, "address" character varying, "port" character varying, "domain_name" character varying, "email" character varying, "password" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (29.7ms) CREATE INDEX "index_smtp_settings_on_setting_id" ON "smtp_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160126141856"]]  (12.2ms) COMMIT Migrating to CreateScripts (20160128131802)  (0.2ms) BEGIN  (74.9ms) CREATE TABLE "scripts" ("id" bigserial primary key, "name" character varying, "script" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128131802"]]  (13.3ms) COMMIT Migrating to CreateGoogleAnalyticsSettings (20160128151351)  (0.2ms) BEGIN  (75.1ms) CREATE TABLE "google_analytics_settings" ("id" bigserial primary key, "ga_account_id" character varying, "ga_tracking_id" character varying, "ga_status" boolean, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.5ms) CREATE INDEX "index_google_analytics_settings_on_setting_id" ON "google_analytics_settings" ("setting_id") ActiveRecord::SchemaMigration Create (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128151351"]]  (12.9ms) COMMIT Migrating to CreateSocialAccounts (20160128193740)  (0.3ms) BEGIN  (90.8ms) CREATE TABLE "social_accounts" ("id" bigserial primary key, "facebook" character varying, "twitter" character varying, "instagram" character varying, "google_plus" character varying, "tripadvisor" character varying, "pinterest" character varying, "flickr" character varying, "behance" character varying, "dribbble" character varying, "tumblr" character varying, "github" character varying, "linkedin" character varying, "soundcloud" character varying, "youtube" character varying, "skype" character varying, "vimeo" character varying, "setting_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (39.2ms) CREATE INDEX "index_social_accounts_on_setting_id" ON "social_accounts" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160128193740"]]  (12.0ms) COMMIT Migrating to CreateMetaTags (20160201134918)  (0.2ms) BEGIN  (84.9ms) CREATE TABLE "meta_tags" ("id" bigserial primary key, "title" character varying, "description" text, "meta_tags" text, "url" character varying, "position" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201134918"]]  (11.6ms) COMMIT Migrating to CreateAppearances (20160201210520)  (0.3ms) BEGIN  (77.7ms) CREATE TABLE "appearances" ("id" bigserial primary key, "image_background" character varying, "theme_name" character varying, "language" character varying, "time_zone" character varying, "setting_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (38.2ms) CREATE INDEX "index_appearances_on_setting_id" ON "appearances" ("setting_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20160201210520"]]  (10.7ms) COMMIT Migrating to CreateScaffolds (20171225023933)  (0.3ms) BEGIN  (69.3ms) CREATE TABLE "scaffolds" ("id" bigserial primary key, "name" character varying, "fields" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20171225023933"]]  (17.9ms) COMMIT Migrating to CreatePermissions (20180503174351)  (0.3ms) BEGIN  (78.2ms) CREATE TABLE "permissions" ("id" bigserial primary key, "modules" jsonb, "role_id" bigint, "deleted_at" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, CONSTRAINT "fk_rails_93c739e1a2" FOREIGN KEY ("role_id") REFERENCES "roles" ("id") )  (46.9ms) CREATE INDEX "index_permissions_on_role_id" ON "permissions" ("role_id") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180503174351"]]  (66.4ms) COMMIT Migrating to CreateKepplerFrontendViews (20180717160308)  (1.2ms) BEGIN  (94.3ms) CREATE TABLE "keppler_frontend_views" ("id" bigserial primary key, "name" character varying, "url" character varying, "method" character varying, "active" boolean, "format_result" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (35.1ms) CREATE INDEX "index_keppler_frontend_views_on_deleted_at" ON "keppler_frontend_views" ("deleted_at") ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180717160308"]]  (15.6ms) COMMIT Migrating to CreateKepplerFrontendThemes (20180730194655)  (1.2ms) BEGIN  (82.5ms) CREATE TABLE "keppler_frontend_themes" ("id" bigserial primary key, "name" character varying, "active" boolean, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (44.2ms) CREATE INDEX "index_keppler_frontend_themes_on_deleted_at" ON "keppler_frontend_themes" ("deleted_at") ActiveRecord::SchemaMigration Create (2.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180730194655"]]  (15.9ms) COMMIT Migrating to CreateKepplerCapsulesCapsules (20180802184429)  (2.7ms) BEGIN  (84.2ms) CREATE TABLE "keppler_capsules_capsules" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (30.0ms) CREATE INDEX "index_keppler_capsules_capsules_on_deleted_at" ON "keppler_capsules_capsules" ("deleted_at") ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184429"]]  (12.9ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleFields (20180802184430)  (1.2ms) BEGIN  (97.5ms) CREATE TABLE "keppler_capsules_capsule_fields" ("id" bigserial primary key, "name_field" character varying, "format_field" character varying, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180802184430"]]  (12.9ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleValidations (20180806192023)  (0.4ms) BEGIN  (91.2ms) CREATE TABLE "keppler_capsules_capsule_validations" ("id" bigserial primary key, "capsule_id" integer, "field" character varying, "validation" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (2.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806192023"]]  (13.7ms) COMMIT Migrating to CreateKepplerFrontendPartials (20180806203410)  (2.3ms) BEGIN  (115.2ms) CREATE TABLE "keppler_frontend_partials" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.3ms) CREATE INDEX "index_keppler_frontend_partials_on_deleted_at" ON "keppler_frontend_partials" ("deleted_at") ActiveRecord::SchemaMigration Create (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180806203410"]]  (12.0ms) COMMIT Migrating to CreateKepplerCapsulesCapsuleAssociations (20180807204310)  (0.3ms) BEGIN  (66.8ms) CREATE TABLE "keppler_capsules_capsule_associations" ("id" bigserial primary key, "association_type" character varying, "capsule_name" character varying, "dependention_destroy" boolean, "capsule_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180807204310"]]  (21.7ms) COMMIT Migrating to CreateKepplerLanguagesLanguages (20180813160624)  (0.2ms) BEGIN  (75.0ms) CREATE TABLE "keppler_languages_languages" ("id" bigserial primary key, "name" character varying, "active" boolean, "field_ids" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160624"]]  (13.7ms) COMMIT Migrating to CreateKepplerLanguagesFields (20180813160625)  (2.4ms) BEGIN  (75.7ms) CREATE TABLE "keppler_languages_fields" ("id" bigserial primary key, "key" character varying, "value" text, "language_id" integer, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180813160625"]]  (11.4ms) COMMIT Migrating to CreateActiveStorageTables (20180818073305)  (1.9ms) BEGIN  (92.8ms) CREATE TABLE "active_storage_blobs" ("id" bigserial primary key, "key" character varying NOT NULL, "filename" character varying NOT NULL, "content_type" character varying, "metadata" text, "byte_size" bigint NOT NULL, "checksum" character varying NOT NULL, "created_at" timestamp NOT NULL)  (40.5ms) CREATE UNIQUE INDEX "index_active_storage_blobs_on_key" ON "active_storage_blobs" ("key")  (147.5ms) CREATE TABLE "active_storage_attachments" ("id" bigserial primary key, "name" character varying NOT NULL, "record_type" character varying NOT NULL, "record_id" bigint NOT NULL, "blob_id" bigint NOT NULL, "created_at" timestamp NOT NULL)  (37.8ms) CREATE INDEX "index_active_storage_attachments_on_blob_id" ON "active_storage_attachments" ("blob_id")  (36.7ms) CREATE UNIQUE INDEX "index_active_storage_attachments_uniqueness" ON "active_storage_attachments" ("record_type", "record_id", "name", "blob_id") ActiveRecord::SchemaMigration Create (1.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180818073305"]]  (18.1ms) COMMIT Migrating to CreateKepplerFrontendCallbackFunctions (20180827120841)  (0.9ms) BEGIN  (99.6ms) CREATE TABLE "keppler_frontend_callback_functions" ("id" bigserial primary key, "name" character varying, "description" character varying, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (31.3ms) CREATE INDEX "index_keppler_frontend_callback_functions_on_deleted_at" ON "keppler_frontend_callback_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827120841"]]  (17.7ms) COMMIT Migrating to CreateKepplerFrontendViewCallbacks (20180827154329)  (0.2ms) BEGIN  (87.7ms) CREATE TABLE "keppler_frontend_view_callbacks" ("id" bigserial primary key, "name" character varying, "function_type" character varying, "view_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154329"]]  (20.4ms) COMMIT Migrating to AddPositionToUsersTable (20180827154647)  (1.7ms) BEGIN  (10.1ms) ALTER TABLE "users" ADD "position" integer ActiveRecord::SchemaMigration Create (5.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180827154647"]]  (14.0ms) COMMIT Migrating to CreateKepplerFrontendFunctions (20180830153221)  (1.2ms) BEGIN  (83.1ms) CREATE TABLE "keppler_frontend_functions" ("id" bigserial primary key, "name" character varying, "description" text, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (35.0ms) CREATE INDEX "index_keppler_frontend_functions_on_deleted_at" ON "keppler_frontend_functions" ("deleted_at") ActiveRecord::SchemaMigration Create (5.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153221"]]  (8.3ms) COMMIT Migrating to CreateKepplerFrontendParameters (20180830153222)  (0.3ms) BEGIN  (80.1ms) CREATE TABLE "keppler_frontend_parameters" ("id" bigserial primary key, "name" character varying, "position" integer, "deleted_at" timestamp, "function_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (72.5ms) CREATE INDEX "index_keppler_frontend_parameters_on_deleted_at" ON "keppler_frontend_parameters" ("deleted_at") ActiveRecord::SchemaMigration Create (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180830153222"]]  (14.5ms) COMMIT Migrating to CreateSeos (20180904144238)  (0.2ms) BEGIN  (57.0ms) CREATE TABLE "seos" ("id" bigserial primary key, "position" integer, "deleted_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (37.3ms) CREATE INDEX "index_seos_on_deleted_at" ON "seos" ("deleted_at") ActiveRecord::SchemaMigration Create (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20180904144238"]]  (15.2ms) COMMIT ActiveRecord::InternalMetadata Load (0.5ms) 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 Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2018-12-20 15:45:41.963522"], ["updated_at", "2018-12-20 15:45:41.963522"]]  (9.0ms) COMMIT  (0.5ms) SELECT pg_advisory_unlock(3816127366556348340)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.5ms) BEGIN Role Exists (1.2ms) SELECT 1 AS one FROM "roles" WHERE "roles"."name" = $1 LIMIT $2 [["name", "keppler_admin"], ["LIMIT", 1]] Role Create (1.3ms) INSERT INTO "roles" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["name", "keppler_admin"], ["created_at", "2018-12-20 15:45:42.711390"], ["updated_at", "2018-12-20 15:45:42.711390"]]  (43.7ms) COMMIT Role Load (0.6ms) SELECT "roles".* FROM "roles" WHERE "roles"."id" = $1 [["id", 1]]  (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", 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", "admin@keppleradmin.com"], ["LIMIT", 1]] User Create (2.3ms) INSERT INTO "users" ("name", "permalink", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Keppler Admin"], ["permalink", "keppler-admin-aa76a446"], ["email", "admin@keppleradmin.com"], ["encrypted_password", "$2a$10$EyouZyk/B5Rn8yjlXdUYtesmgLdzAacIPAlum6JIQG/cQ.qdDIKPm"], ["created_at", "2018-12-20 15:45:43.360080"], ["updated_at", "2018-12-20 15:45:43.360080"]] PublicActivity::Activity Create (4.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", 1], ["key", "user.create"], ["created_at", "2018-12-20 15:45:43.449228"], ["updated_at", "2018-12-20 15:45:43.449228"]] User::HABTM_Roles Create (1.6ms) INSERT INTO "users_roles" ("user_id", "role_id") VALUES ($1, $2) [["user_id", 1], ["role_id", 1]]  (33.4ms) COMMIT  (0.2ms) BEGIN Setting Create (0.6ms) INSERT INTO "settings" ("name", "description", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "Keppler Admin"], ["description", "Welcome to Keppler Admin"], ["created_at", "2018-12-20 15:45:43.583818"], ["updated_at", "2018-12-20 15:45:43.583818"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.create"], ["created_at", "2018-12-20 15:45:43.586809"], ["updated_at", "2018-12-20 15:45:43.586809"]] SmtpSetting Create (0.6ms) INSERT INTO "smtp_settings" ("address", "port", "domain_name", "email", "password", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id" [["address", "smtp.gmail.com"], ["port", "587"], ["domain_name", "gmail.com"], ["email", "luis.prz7@gmail.com"], ["password", "12345678"], ["setting_id", 1], ["created_at", "2018-12-20 15:45:43.588448"], ["updated_at", "2018-12-20 15:45:43.588448"]] GoogleAnalyticsSetting Create (0.6ms) INSERT INTO "google_analytics_settings" ("ga_account_id", "ga_tracking_id", "ga_status", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ga_account_id", "121648466"], ["ga_tracking_id", "UA-121648466-1"], ["ga_status", true], ["setting_id", 1], ["created_at", "2018-12-20 15:45:43.590027"], ["updated_at", "2018-12-20 15:45:43.590027"]]  (16.4ms) COMMIT SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]]  (0.2ms) BEGIN SocialAccount Create (1.0ms) INSERT INTO "social_accounts" ("setting_id", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["setting_id", 1], ["created_at", "2018-12-20 15:45:43.647018"], ["updated_at", "2018-12-20 15:45:43.647018"]]  (8.7ms) COMMIT Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]]  (0.2ms) BEGIN Appearance Create (0.7ms) INSERT INTO "appearances" ("theme_name", "setting_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["theme_name", "keppler"], ["setting_id", "1"], ["created_at", "2018-12-20 15:45:43.680440"], ["updated_at", "2018-12-20 15:45:43.680440"]]  (8.6ms) COMMIT  (0.2ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["trackable_type", "Setting"], ["trackable_id", 1], ["key", "setting.update"], ["created_at", "2018-12-20 15:45:43.694985"], ["updated_at", "2018-12-20 15:45:43.694985"]]  (8.7ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "keppler"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/keppler"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 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", "keppler"], ["url", "/keppler"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 1], ["created_at", "2018-12-20 15:45:43.739211"], ["updated_at", "2018-12-20 15:45:43.739211"]] 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", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2018-12-20 15:45:43.751291"], ["updated_at", "2018-12-20 15:45:43.751291"]]  (10.8ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::Partial Exists (6.0ms) SELECT 1 AS one FROM "keppler_frontend_partials" WHERE "keppler_frontend_partials"."name" = $1 LIMIT $2 [["name", "devise_login"], ["LIMIT", 1]] KepplerFrontend::Partial Load (8.9ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" WHERE (1 = 1) AND ("keppler_frontend_partials"."position" IS NOT NULL) ORDER BY "keppler_frontend_partials"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::Partial Create (2.4ms) INSERT INTO "keppler_frontend_partials" ("name", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["name", "devise_login"], ["position", 1], ["created_at", "2018-12-20 15:45:43.817101"], ["updated_at", "2018-12-20 15:45:43.817101"]] PublicActivity::Activity Create (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::Partial"], ["trackable_id", 1], ["key", "keppler_frontend_partial.create"], ["created_at", "2018-12-20 15:45:43.852907"], ["updated_at", "2018-12-20 15:45:43.852907"]]  (8.8ms) COMMIT Started GET "/" for 127.0.0.1 at 2018-12-20 13:25:15 -0400  (6.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (5.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.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 (21.3ms) 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]] SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (16.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (6.4ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (17.1ms) Rendered app/layouts/_google_analytics.html.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (1530.6ms) Rendered app/layouts/_head.html.haml (18324.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (18395.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.1ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1521.6ms) Completed 200 OK in 21164ms (Views: 19995.9ms | ActiveRecord: 137.6ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 13:25:37 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 13:25:38 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:25:38 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 13:36:31 -0400 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.9ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (4.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 186ms (ActiveRecord: 56.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 13:36:32 -0400 Processing by Devise::SessionsController#new 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 (1.3ms) 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]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (45.6ms) Rendered admin/layouts/_head.html.haml (17834.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (38.2ms) Completed 200 OK in 18076ms (Views: 17995.8ms | ActiveRecord: 34.9ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2018-12-20 13:36:51 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2018-12-20 13:36:51 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-4cad3ec85dcf99a7f3498ebb60b168164cdc98ef8678faad3d57cdbf033a8a55.js?body=1" for 127.0.0.1 at 2018-12-20 13:36:51 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:36:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 13:36:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 13:36:54 -0400 Started GET "/" for 127.0.0.1 at 2018-12-20 13:40:04 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.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.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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.7ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (21.7ms) Rendered app/layouts/_google_analytics.html.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (47.4ms) Rendered app/layouts/_head.html.haml (318.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (357.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (41.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2699.6ms) Completed 200 OK in 3122ms (Views: 3064.8ms | ActiveRecord: 29.0ms) Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 13:40:11 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:40:14 -0400 Started GET "/assets/app/front.js" for 127.0.0.1 at 2018-12-20 13:40:14 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2018-12-20 13:40:59 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.5ms) 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.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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.9ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (44.8ms) Rendered app/layouts/_google_analytics.html.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (184.8ms) Rendered app/layouts/_head.html.haml (1021.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (1102.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (678.5ms) Completed 200 OK in 1821ms (Views: 1790.5ms | ActiveRecord: 6.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:41:01 -0400 Started GET "/" for 127.0.0.1 at 2018-12-20 13:41:05 -0400 Processing by KepplerFrontend::App::FrontendController#keppler 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.7ms) 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 (4.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (2.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.3ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.3ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (22.5ms) Rendered app/layouts/_google_analytics.html.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (39.5ms) Rendered app/layouts/_head.html.haml (310.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (351.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (27.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (6.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1264.9ms) Completed 200 OK in 1744ms (Views: 1625.2ms | ActiveRecord: 14.8ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:41:08 -0400 Started GET "/admin" for 127.0.0.1 at 2018-12-20 13:41:10 -0400 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 (1.0ms) 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 (2.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 25ms (ActiveRecord: 6.0ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 13:41:10 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.3ms) 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]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (15.8ms) Rendered admin/layouts/_head.html.haml (3495.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (45.6ms) Completed 200 OK in 3594ms (Views: 3574.6ms | ActiveRecord: 5.2ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 13:41:14 -0400 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 22ms (ActiveRecord: 3.1ms) Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 13:41:14 -0400 Processing by Devise::SessionsController#new 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 (0.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (11.1ms) Rendered admin/layouts/_head.html.haml (647.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (50.4ms) Completed 200 OK in 747ms (Views: 727.5ms | ActiveRecord: 4.4ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:41:16 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 13:41:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 13:41:16 -0400 Started GET "/users/sign_in" for 127.0.0.1 at 2018-12-20 13:41:57 -0400 Processing by Devise::SessionsController#new as HTML 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (39.3ms) Rendered admin/layouts/_head.html.haml (584.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (121.9ms) Completed 200 OK in 790ms (Views: 769.6ms | ActiveRecord: 4.1ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:41:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 13:41:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 13:41:58 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2018-12-20 13:41:59 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2018-12-20 13:42:20 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bS6Y50zzOEQpymAyGzvmbWx8QBMRk13fI/3LdPXOQchZua/AoP6+NRsuqOLLRDNTQzGCGncHwZYWrR6f9UyAdw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.3ms) BEGIN  (0.3ms) ROLLBACK Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "current_sign_in_ip" = $3, "last_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "users"."id" = $7 [["current_sign_in_at", "2018-12-20 17:42:21.366667"], ["last_sign_in_at", "2018-12-20 17:42:21.366667"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["sign_in_count", 1], ["updated_at", "2018-12-20 17:42:21.367879"], ["id", 1]] PublicActivity::Activity Create (1.4ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2018-12-20 17:42:21.434735"], ["updated_at", "2018-12-20 17:42:21.434735"]]  (56.5ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 757ms (ActiveRecord: 78.6ms) Started GET "/admin" for 127.0.0.1 at 2018-12-20 13:42:21 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (1.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 514ms (ActiveRecord: 35.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2018-12-20 13:42:22 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.7ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.3ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (1.1ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (680.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (1522.3ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (529.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (368.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (2201.5ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (29.5ms) Completed 200 OK in 13338ms (Views: 4772.7ms | ActiveRecord: 386.3ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2018-12-20 13:42:39 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2018-12-20 13:42:39 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2018-12-20 13:42:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2018-12-20 13:42:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2018-12-20 13:42:39 -0400 Started GET "/admin/rockets" for 127.0.0.1 at 2018-12-20 13:43:00 -0400 Processing by Admin::RocketsController#rockets as HTML Setting Load (0.9ms) 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 (1.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" Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering admin/rockets/rockets.haml within admin/layouts/application Rendered admin/rockets/_install_rocket.haml (329.5ms) Rendered admin/rockets/_create_rocket.haml (5.7ms) Rendered admin/rockets/rockets.haml within admin/layouts/application (358.7ms) Rendered admin/layouts/_head.html.haml (772.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.4ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (18.5ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (35.7ms) Completed 200 OK in 1377ms (Views: 1322.8ms | ActiveRecord: 19.5ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-12-20 13:44:27 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (12.7ms) Rendered admin/settings/fields/_appearance.html.haml (147.8ms) Rendered admin/settings/_form.html.haml (155.7ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (159.0ms) Rendered admin/layouts/_head.html.haml (594.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (55.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (5.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (151.9ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (11.0ms) Rendered admin/layouts/_footer.html.haml (6.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.1ms) Rendered admin/layouts/_git_info.html.haml (44.5ms) Completed 200 OK in 1148ms (Views: 1042.4ms | ActiveRecord: 22.9ms) Started GET "/admin/settings/appearance" for 127.0.0.1 at 2018-12-20 13:44:29 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2018-12-20 13:44:29 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"appearance"} Setting Load (2.0ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered admin/settings/components/_preview.html.haml (13.9ms) Rendered admin/settings/fields/_appearance.html.haml (47.0ms) Rendered admin/settings/_form.html.haml (53.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (57.4ms) Rendered admin/layouts/_head.html.haml (739.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.0ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (43.6ms) Completed 200 OK in 1046ms (Views: 1018.8ms | ActiveRecord: 9.2ms) Started GET "/admin/users" for 127.0.0.1 at 2018-12-20 13:44:35 -0400 Processing by Admin::UsersController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (4.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (1.7ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (72.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  (8.3ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] Rendering admin/users/index.html.haml within admin/layouts/application Role Load (3.4ms) SELECT "roles".* FROM "roles" ORDER BY "roles"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (5.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) User Load (1.1ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3) subquery_for_count [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/users/_listing.html.haml (13.3ms) CACHE (0.0ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "User"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "User"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_update.html.haml (13.2ms) Rendered public_activity/layout/_create.html.haml (7.7ms) Rendered admin/users/_description.html.haml (31.3ms) Rendered admin/users/index.html.haml within admin/layouts/application (97.2ms) Rendered admin/layouts/_head.html.haml (540.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (9.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (110.7ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (6.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.6ms) Rendered admin/layouts/_git_info.html.haml (43.7ms) Completed 200 OK in 1003ms (Views: 846.9ms | ActiveRecord: 129.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2018-12-20 13:44:37 -0400 Started GET "/admin/users/page/1.json" for 127.0.0.1 at 2018-12-20 13:44:38 -0400 Processing by Admin::UsersController#index as JSON Parameters: {"page"=>"1"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" CACHE Role Load (0.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]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.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  (0.4ms) SELECT COUNT(DISTINCT "users"."id") FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 [["name", "Keppler Admin"]] User Load (0.5ms) SELECT DISTINCT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."name" != $1 ORDER BY "users"."position" DESC LIMIT $2 OFFSET $3 [["name", "Keppler Admin"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 32ms (Views: 0.8ms | ActiveRecord: 8.6ms) Started GET "/admin/settings/basic_information" for 127.0.0.1 at 2018-12-20 13:44:50 -0400 Processing by Admin::SettingsController#edit as HTML Parameters: {"config"=>"basic_information"} 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering admin/settings/edit.html.haml within admin/layouts/application Rendered admin/settings/fields/_basic_information.html.haml (41.2ms) Rendered admin/settings/_form.html.haml (48.1ms) Rendered admin/settings/edit.html.haml within admin/layouts/application (51.6ms) Rendered admin/layouts/_head.html.haml (442.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.1ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (34.4ms) Completed 200 OK in 682ms (Views: 658.4ms | ActiveRecord: 5.6ms) Started GET "/" for ::1 at 2019-01-18 08:29:14 -0400  (16.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (45.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (53.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (34.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.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]] SmtpSetting Load (41.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.2ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:4000/"], ["LIMIT", 1]] Script Load (1.1ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (20.7ms) Rendered app/layouts/_google_analytics.html.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (29.4ms) Rendered app/layouts/_head.html.haml (42269.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (42344.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1530.0ms) Completed 200 OK in 45982ms (Views: 43927.6ms | ActiveRecord: 249.0ms) Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for ::1 at 2019-01-18 08:30:01 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2019-01-18 08:30:01 -0400 Started GET "/assets/jquery-ui/version.self-c8e3d1203da26ea7efdf83c1eabb3f0ba55cb68e463f5ccf0d77bd15ce6a8e61.js?body=1" for ::1 at 2019-01-18 08:30:01 -0400 Started GET "/assets/jquery-ui/data.self-2067c82e6fe39a9cba5623206a5dc28d5c60d26b95cd100855b78cacf72865b8.js?body=1" for ::1 at 2019-01-18 08:30:01 -0400 Started GET "/assets/jquery-ui/disable-selection.self-5675f71f2fbbc6857ea700ba843af748b50dbc0150cc87932a7d05ec016bb659.js?body=1" for ::1 at 2019-01-18 08:30:01 -0400 Started GET "/assets/animate-css.self-33ed103abc18c7f126c960ad7119047171769ec455d0219d317751d1eed9104c.css?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/form.self-711978b53107be2d9ef1b7369beb151b229cefa8c1405a056d3c34262d5b477e.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/ie.self-163eb039dcb1e0c3471b7d91386eabb8753da6906e84824c019f9ff56bdb83a6.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/keycode.self-ad63cd20acf49dd333bbbc537454d7d475bd610eb5b88de0dca009f0c3d314b1.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/escape-selector.self-43e4d61501e4ffb1ecba387affbae1eb3e1c863ab0b0e71897851cddd246e50e.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/labels.self-c0448a3cb597a9a9429be814ab0e9ed2a14d85604555b4cff897adf3f0415f38.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/jquery-1-7.self-22c197e38fc01a29431530c4c5c7263e26d2b611994b1f9c5c8c900a97b4bc44.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/plugin.self-d8f576c8e073ca51f095505f47bd09d306b875404cd90afcbb6338287cfb0247.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/safe-active-element.self-a1f1a1a7dae3269ce03f6fffb2dcc9b4a7490f5d546c65d54417bec3be24b668.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/safe-blur.self-2cc24c46132d51c7724f6371154241b0a81c9bae5d5681d8f62b01ce46236726.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/scroll-parent.self-38e26a71a450a29fb63425e8f589a7046862f927eb0a1dbf6a6c44da05196d2e.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/tabbable.self-f3f62ceed772d3a325cebd6a03221f8a8cb02c6150f4feba738c6525a2953690.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/unique-id.self-66e85ac85cd0b6b8b1bb89369fc65f608f716869dc0930862a8d421a57a9580a.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/core.self-886760af898381620a8980841c646ae70e894b5292c3138e6dfd75b6904deffb.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/form-reset-mixin.self-3a447942586b5719fdd7f1d1a3ac0da9e757a0eb8f4a7cb145f6deb820d2dc54.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/position.self-1b49c8c521e67a4a88bfdad6b4d944d33686d25009a0e40a1e170acdd7b6962a.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/widget.self-fca20bcec06d192f97cffa6e734e24360e227237b8ae7d7e7e60754df7d5444f.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-blind.self-2f8923f5c3073717dad35ac1f9bd4dbc13d2f9c8128f7dbea9819921338271f4.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-bounce.self-ca3686abc7c667b5380422af36b618923c2fc8e901b3eb2ff627f1cdef60486a.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-clip.self-9e606afd1b0d1679f42b1ce5c2ad29f242ed98a9b1a473a9ef8a8bf10df2afe4.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-drop.self-481600061a28b5621b1d78187468e63f057665ce6af6401db851f9b79e345965.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-explode.self-b5f68a634df4bc19111474eb15bcd99597dc19c721b33647fbb04f2bb6d52ca3.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-fade.self-60febf4d2a1f6f013852a42da59c74d840f205715162a2b11e734fd4dd73a519.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-fold.self-78adc6cc7f2d8dac25e8c82164ae61cc3160bb5280ed3d24dd96a576e37a6e46.js?body=1" for ::1 at 2019-01-18 08:30:02 -0400 Started GET "/assets/jquery-ui/effects/effect-highlight.self-842a0db414abed8fbccb48908bd933b32c93c6b9d725160c85dc2bde708fa753.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-size.self-2094878ac7ba38dcd4539cd4595fa4d6ed7182be8bb6f03785684a5e470a293d.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-scale.self-88872e591cdbf30b3d09946e82e96e25bcd99b03857ead844a503301e6de71f3.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-puff.self-be0ba8a98762bf10054deb4e8bdf92c44de0d570714624d16c396f1ffe3a82d6.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-pulsate.self-bf83d1979be265f242fceb95cc3cfeca5467e4aab9cdea27ebb6f2e17bdaae2e.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-shake.self-867270f4e72f7895d38b10fdf9a6ba20f22bee88ac4d79654a9227c14141e1ca.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-slide.self-b59b0b36df7b3e5e4f4190ab51e5c212744d2b34d5ed14c96bfe9c8a3096c00b.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/effects/effect-transfer.self-5ab6d30ecb0b73e2b9a528f6d66c0732ba43a93a5326d88dae547f0c7c759e79.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/accordion.self-267aabfe487e53fce0399a77f9030a87b9d8a409eb30c4c85c5637da9ac35429.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/menu.self-0730fe713007bd93e6db569352a20ed92448299505ff6f525bc0dc6dd488254e.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/autocomplete.self-6a89d7a43741ec810ef95de143a7c0297e2e4368ebecff64493ebb7a9ac3a524.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/controlgroup.self-0b7409f97114a33de116bd5429e9df199cbdea3f276d8bd725c4c2c60f244711.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/checkboxradio.self-60f68cb16012ef210c931076ada2d65d54a8c74a2dc71ce383af758460f8b686.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/button.self-659b51f6fb5303f90ed8cf551509063770a50168a15795ba834b08f8bf2e0ce0.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/datepicker.self-2af0dec09da99d687c31fc224e940687a4eb3694e7b38b0871bba475cad86120.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/mouse.self-f0790a202dcf54fab051e71b042335d5346f9cceb0f645223c1dab93f349a04b.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/draggable.self-42c3eda0b49f105628cea7580fe38c7ed77467cee384bb2c4e095a2bd0a172e6.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/resizable.self-1a46c2f5b876918e02bf979080e56f57846590cd880721bca5058e84f7f60bae.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/dialog.self-2bd687f9580c0be4213c50b4bb1211c28ceedb045eba954e63d40bfbb4d1affd.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/droppable.self-4e3be0d7524dd1852e3b37ae00cd0c351c6178bcad39b17315cca941ddd44148.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/progressbar.self-3bf965ce4e8ade2f07336ae5ffce7fe58897333238561761ffcb16f31af673fc.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/selectable.self-a364da09c555890f5bb64704711594a88e94988edb285735bda59431a749226e.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/selectmenu.self-43e0fc6b5fba037933a7d89a5b2a7127aa9c7494cc605c2dcd3146265e2d3d35.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/sortable.self-6e5e1f07a29b5a89ec1d359363d2800904e3ae548a38ab2f8eded36746d1adbe.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/slider.self-f166e8b345d6a2376ab8f43b05ab7629016706df83f2d96113cf5d8905c3d028.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/spinner.self-2769386b6b06e175a13ccdcd6d2d0cd40c45cec19607bcb818cee0704c165557.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/tabs.self-b7f60535e992224ca66c3f11dc943eba9ef42a9605241e27b9dba24c7efb287e.js?body=1" for ::1 at 2019-01-18 08:30:03 -0400 Started GET "/assets/jquery-ui/widgets/tooltip.self-50ae9488af573c99a78b60209bce5c7a4affc4e175fef523942acb163dd8deb8.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/jquery-ui.self-d4c1ae19d9b853ec1c8c83784fa979bbe4075a84932a080bbd7d7706240410e1.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/jquery.slick.self-d7649569c1d2fabc729e5e594fe12962859610d937af9a8d53815238ddf2ecd3.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/keppler_frontend/app/frontend.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/keppler_frontend/app/grapes/grapes-editor.self-23a3917e87c9f732f735f917de05a618dc0ed25c2dace873f0b3c3840629ca97.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/keppler_frontend/app/partials/devise_login.self-d239780371022c4733e452aa6edc6081145e9b2e4672e68d35f88e954dc5de69.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/keppler_frontend/app/views/conf.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/keppler_frontend/app/application.self-4e9f04d0d9e98970ca102a889572492eb66e9461980610b9c19641d2738ea554.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/turbolinks.self-569ee74eaa15c1e2019317ff770b8769b1ec033a0f572a485f64c82ddc8f989e.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/nprogress.self-d24f5ce72cb21aaa85a63e5ccf83aff7839951dc475bde8f4bc239c35f0d47bb.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/nprogress-turbolinks.self-73d7454bfd7992e3690d8d20270ede57910e91c4f710672315c01bdcf68a138d.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/transition.self-6ad2488465135ab731a045a8ebbe3ea2fc501aed286042496eda1664fdd07ba9.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/alert.self-742145c5bb847aafdadc6e339be795628f8bc25f177e851f03a8c42278eb0312.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/button.self-126ac9bf0e7f2d8568f8da3a00fd5f0fac6eae0946331003370161fbf8d7975e.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/carousel.self-e47323f363ceb3dc0bdbce05e36e709ed428e339833a41140a85cb0af24b8127.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/collapse.self-2eb697f62b587bb786ff940d82dd4be88cdeeaf13ca128e3da3850c5fcaec301.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/dropdown.self-561cca1cbaf67474e01e9536f106bad541594860a6df997004591c1c1957a147.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/modal.self-3e78617ade5663314b7ee0ea10375a5b34d59ffbade44939e3f2a4e4ef2019b3.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/tab.self-5bf7078b682f8b131332eefa46b45fa5eff2eca745fc0d03e2991450888f7c28.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/affix.self-6d6f1a7fc5c8aabf3547fa1b794fab6268f54bc55ad815e55873c71f52513517.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/scrollspy.self-969f3c5f48cdf1e439c7fa1154c13b948715f5c689f87837c0b64521d3b46ef6.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/tooltip.self-05afb177e08f98997ccfc84fa08a215e4b27d48d5fe4d049080675e9dffd8199.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap/popover.self-0aa93860b59fe7393f1dd490f54b3cb994f9d6155adffce034d4e14ae361b041.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/bootstrap-sprockets.self-fbfa5ad7d9aa0afe439ec4ff3883acc4cb92b62cb67c40d674320c9aa1d4642d.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/app/google_analytics.self-da371e9d9399e069f379465a9e3224c190fa86042d46f27601af63cf1d1a1c08.js?body=1" for ::1 at 2019-01-18 08:30:04 -0400 Started GET "/assets/app/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2019-01-18 08:30:05 -0400 Started GET "/assets/app/front.js" for ::1 at 2019-01-18 08:30:05 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/front.js"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' web-console (3.7.0) lib/web_console/middleware.rb:135:in `call_app' web-console (3.7.0) lib/web_console/middleware.rb:30:in `block in call' web-console (3.7.0) lib/web_console/middleware.rb:20:in `catch' web-console (3.7.0) lib/web_console/middleware.rb:20:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' request_store (1.4.1) lib/request_store/middleware.rb:19:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' puma (3.12.0) lib/puma/configuration.rb:225:in `call' puma (3.12.0) lib/puma/server.rb:658:in `handle_request' puma (3.12.0) lib/puma/server.rb:472:in `process_client' puma (3.12.0) lib/puma/server.rb:332:in `block in run' puma (3.12.0) lib/puma/thread_pool.rb:133:in `block in spawn_thread' Started GET "/assets/jquery-ui/focusable.self-426e99e67d1f1bd4cb444fd878ee63a6de1f5d1d61451e43022c86214b9eec64.js?body=1" for ::1 at 2019-01-18 08:30:05 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for ::1 at 2019-01-18 08:30:05 -0400 Started GET "/assets/admin/profile-menu.jpg" for ::1 at 2019-01-18 08:30:05 -0400 Started GET "/admin" for ::1 at 2019-01-18 09:15:38 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (34.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 93ms (ActiveRecord: 47.6ms) Started GET "/users/sign_in" for ::1 at 2019-01-18 09:15:38 -0400 Processing by Devise::SessionsController#new as HTML 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.4ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (29.1ms) Rendered admin/layouts/_head.html.haml (2273.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (29.5ms) Completed 200 OK in 2433ms (Views: 2419.2ms | ActiveRecord: 2.9ms) Started GET "/admin" for ::1 at 2019-01-18 09:15:41 -0400 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 [["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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 23ms (ActiveRecord: 3.0ms) Started GET "/users/sign_in" for ::1 at 2019-01-18 09:15:41 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (0.8ms) 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.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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (15.6ms) Rendered admin/layouts/_head.html.haml (522.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (28.9ms) Completed 200 OK in 602ms (Views: 582.7ms | ActiveRecord: 3.5ms) Started GET "/assets/jquery.minicolors.self-7b5ebe9162a07bbd87206f5e4ff1943f9105ee59316ee487d275fcf7d1e94eab.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/codemirror.self-81bfe37382b6bab39272b786965be1a5ec15f381371cceea6762f1b494fa7f31.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/theme/monokai.self-be9e19de1c6bda7c0300b2bb96706a290867512abbc46c88e5e59c5472ab12cb.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-5df690d771f12118348562dd2a90060433ae2edeccd0908abcaa4480b1e3e468.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-4a9b9a3588038c131d7b28eb8edb02f94e5fa520e97ed3cdbfba0ef0742f1bbc.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-e2693b54abcd2168d89c0fab131c6d2cdb2319a3cf239aa5d814408261714341.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-f4f8c8d48c155dcbf8e04dfb29b0d500974460d08204adfe0dda3be7bb3a2fc8.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-ee4dfbe9b6d1177a1ed95f2f6c94465471657d65b67e67194de51db06dc775fb.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_frontend/admin/application.self-afb36eb6d6e4b0c38ddba594ccf8a1055fc00e3f4d9d8c0b810d150873823004.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_languages/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/keppler_capsules/admin/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/bounce.min.self-5b3a573bf598aef6de0afbba5adf6b41e20ab8faab6b68aa4bf6ebcd45296a7f.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/ckeditor/init.self-2f3e80b764bc18c9362e6f3326e1f32d4a8bdceff67345a3453a93b111626ff3.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/cocoon.self-93f6a0ae289b45a10cca9a37fd83317f30d955625d791077135f56fe87c6816f.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/adminlte/app.self-e7107412589ffe7f372a5711948066ee763c4f68084475e3cb8aed2e431599f8.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/jquery.minicolors.self-1a1e1be8545ed0d7fccfd2c07db878671905b6e4bef575e859f77be34c8059ab.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/vue.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/jquery.iframe-transport.self-aa59db7e3b9f717db04cc9042371abe4d0e8cf7b793f61205589d1182258a61e.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/jquery.remotipart.self-1660679e325ee534ce863e680eb6ad0bc9739d262594dc1337a2171e5c19c939.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/css/css.self-037766cb9327130a0364999e254a23f7c025e2e3cf705e3bb72a774d22e10348.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/haml/haml.self-611c3824bb6b5acad56770764bcc72a92be4cfd8270409a373dca5aee4301dd6.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/htmlembedded/htmlembedded.self-e686da3620e01c9a7fb813adc555736323fc532877867c8ade6b70888a81a013.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/htmlmixed/htmlmixed.self-62d06f8530cee00dbb40f1a6cd54f26d2aa398d3448bc51cf4a3efcb2b4ca130.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/javascript/javascript.self-98404f7d08f7b56af7594a71a054ac6b2749fce3d3bd1f07feb5b45ff544706d.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/ruby/ruby.self-ed0394d1a78228447a3dc653d320bdb267e5c7f430f5f81c1aabdbed526ffe67.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/vue/vue.self-e29b7a48ced3833cd2426c35bbeae75943a6cbe39ce4ec0e7e8fbb8b30bacf06.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/xml/xml.self-673f82420e95a60e259ec009b42ec0aa92053be38545bd26fd9c3b97d871ea70.js?body=1" for ::1 at 2019-01-18 09:15:42 -0400 Started GET "/assets/admin/codemirror/mode/yaml/yaml.self-77ee640ddca2b204444bef0d2999249510cf518bb5e25fd73d722c2338f1827a.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/mode/yaml-frontmatter/yaml-frontmatter.self-17d2eb518fe9511e56d208fee0253d8f1091b0e6b08441d7b759460dc8f43b07.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/keymap/sublime.self-a222b743df15cbd7ad0078bbb8dd98393a68a9d2f3600dd5704b7ac3210d6855.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/comment/comment.self-3ccced3ddd168c1ce0889e0c72e326ed7684b5e721f7bd88cf8af0dd1634644f.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/comment/continuecomment.self-92a7c7e4a1eaff129ce765519fcab10bb11689cf1b1832c1e59025ae5147eb68.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/dialog/dialog.self-c89642c4df400f998ccaf2e63cba6fdc329dfed17f7ec74f187bb41442ea4af5.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/display/autorefresh.self-003992026f27cbf2ba7428af00392244b7c987b01067229b3cffeca8365727c0.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/display/fullscreen.self-8045a6104cd1bd2097cc9fba12febe8b9b8fea391baa6d7298d9288c864fb446.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/display/panel.self-af19e1b3c5f46d356ab1f3bf7fe8c449ac5d992fb86cc26b31bae02450efc932.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/display/placeholder.self-6147ac32f528273ac64c892dd99d8a23e54aef426728901149502713164a8c2e.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/display/rulers.self-6bedddb6441de307ecf8846e4a40036487903241c286f581dd551ef70d902e0b.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/edit/closebrackets.self-fb9ac5c155cd07d4fcf8bc5953d06d127966cc3a0b55299fd36af22cff54cf65.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/edit/closetag.self-0f16ed2d5a862e67cb2bcb27fb58576d061b29f5787a509f364f84ea7adc7c5b.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/edit/continuelist.self-4bb1d0a2b50fba5c5b3639ae0bcfa3ac1cd02e0820d2bf50c85cd2e70909b048.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchbrackets.self-d590685dfd4f9d8cf127bcd8e7eed90096d487dc576065145c79fcaf6d4b1d68.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/edit/matchtags.self-68a03604c53100863790d2b399887150530288d2ffb3fa85df3231bd13ac9e6f.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/edit/trailingspace.self-a7d57a0bcf75b71b83c3fde31ae347daafeb446875343e10eb8373ee2a086221.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/brace-fold.self-ff34d62474be858497f47d12d6f1dd01d1b876254aae2d5d61c11515feba705c.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/comment-fold.self-3aacc40f898d5542a10e2e09e6e115b744a5d8019d0701da394d15f9f7038a93.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldcode.self-380086ba06a6a0af10940e945e630838c2f9cbbce573be090447ce294b327f0b.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-14eafb76a0497ee648769dc009d9a0f3ca68ab6640054890f4284f80f4b119ab.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/indent-fold.self-dc6af796f9ffe44dd7264b333d26d01c26f808c1958467b2c670a271f352b464.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/markdown-fold.self-4796215562e6a6695cd013ac35311eb29c18fff27147c48f2a16623d6656c4d4.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/fold/xml-fold.self-d0d479dce9a296a6bf80636c6ddea0d088e9a5c81d49a6f032ef2339393abc51.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/anyword-hint.self-02eb642fe30783246510ec2b3cc1edc5a2a14f414aea11cc52c68a8c3cc1bb56.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/css-hint.self-3735565b4e1be05d6246f5b8bbc0fa4c31e853a5afe3e298da0c58f6b8ccf29f.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/html-hint.self-3d80302b25e3d32cfa49868bbaeb5ad1d6f5aa8c8b20474510a176a54dce94fc.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/javascript-hint.self-77e03277d9551b549c97238f2fe24d93849d0d92751fe6967906b10bfb4c8fc2.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/show-hint.self-b3ee52e07f2f664e3734b72e40c1082ca3f80c66f0090b6d013d4ee5b26646be.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/sql-hint.self-7227148f18c7ce043eb399e560eec18cd674fdb298334354d1357de903a5bc0e.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/hint/xml-hint.self-513f82582a0ed66c9e89c21973488dd735b7363f92e64e13ee0ee39ee9bd54d8.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/mode/loadmode.self-091f88d2403c829a8172b9b3ef1db166c79a6daf4d17c93ca1e6787295b946af.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/mode/multiplex.self-29852f77f8149b5a3908bded9414ddefae41fbdb77c4e38ee191f273f01b5687.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/mode/overlay.self-f098eb7c6e779e842d52ab440195122fe91600d69cbc9fd641df3240fdb4428c.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/mode/simple.self-9846a7e9c97278c16cd103c437edf53c0dea61ab4c5721b6b96ca23d8ca245d5.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/scroll/annotatescrollbar.self-4cb616c392535370752cf9ddd0cf78e437e6fb6f8ce7b140da33fe33f71144e7.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/scroll/scrollpastend.self-1d5a7495cf1955fc1ce41c12792439f53909f7469e2e8ff3d3248dcd0ed4fa67.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/scroll/simplescrollbars.self-d8841af4b5f6d5db9eb72e252a4636e489ae73d8705e5ab5e9eeeca5195593c6.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/search/jump-to-line.self-ce88c27ceff049c07d32954ddeb9c611cfb8b1f04a28c3c96548bc67ec44705a.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/search/match-highlighter.self-aa55071c7a7152c5ee12638d35ad93789968731bf3037c69065b4975e26188e0.js?body=1" for ::1 at 2019-01-18 09:15:43 -0400 Started GET "/assets/admin/codemirror/addon/search/matchesonscrollbar.self-908b6f637a1358c61484582c7160e54bfc9b37e5d6f8e7a002bb9034c09d41fb.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/codemirror/addon/search/search.self-d32db6d87b5591fd49c039ec1ca4695060452650434a6215d44df28650def4ff.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/codemirror/addon/search/searchcursor.self-30f1ee926743dcfbdb325daec75d49a66495943c8a7369232c057aec6338c6b1.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/activestorage.self-6e8d967adecc8b2a7259df0f51ef5b6f171c33267c7d149a474beccd90c68697.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.min.self-10adef45bb860c7a4d1f54d66151ba9c214d7797d9f8dfc2b1c97a27d973fa84.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_frontend/admin/assets_files.self-3c897d486077d27ff12a4d2eb24e4b6529c884e7f233ecf9e3d4f1d08ad0408b.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_languages/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_frontend/admin/editor.self-9adc9c675f1e5efda98b0b8f2f54327ee7ec06cac646f71cb6e24c1610d0d3d1.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_frontend/admin/layout_editor.self-1449010070cdad61c5a4b10fb9c7f72de2e696b87b7404b33fe674359c685da4.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_frontend/admin/partial_editor.self-036411e9860cb2c7a22cfbd59ff25d924070c30147f739e3b103362dc015981b.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_frontend/admin/application.self-f6adeb9c96313e6f57d25f1394736541464f8b0a463347816ea3ccac7591ba65.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_capsules/admin/application.self-8dc2a3cacd66fd7300426892a90634a10bb317ed9359d939717783b6e7435301.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/keppler_capsules/admin/confirm.self-88d56dcb4616e126b2358269f0c9e57e2ecce9f7a3b9ce173465c9096ed24c7c.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-colorpicker.self-14bb1e3b37f115d5b0dcf8ce2c2bb5fa3dec62c4f67c6b4db6e6ce394bca3433.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/LANG.self-158964561237a24e539c09ff67696622a53b96fdac5385e838d7f65c052934d8.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/locales/es.self-1df82592a17f1fa12118c6275c37226c8760ec783548dc04561c89f11f9e997a.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.self-4b54989947da92ae5fbf25573cf27407899eafaf0c1c3f2151e7ead28cd9f60e.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/piexif.min.self-e17b1386835fb5cd4e55343aea29ca924a117945336bf58731b206022caa65eb.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.self-8f9ea6856c5729b8bf654fd4520056306a63a62dee711e809d13ea2a0e22937d.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/purify.min.self-0a6521b67b7fb74ffc7c4a3d7cc62d2c76e3992c240a4aacdae566194ee91775.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.self-7ec89aa6b1156e260356c32eeb791efe3b3fc9bf1406dc3e678f362565621068.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/bootstrap-file-input/plugins/sortable.min.self-236c14586f8f480108cdeb2de8d8735d49920e569cdd87422eae35b1b62d396c.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/code_editor.self-d8412adcbf406ff7a28977fe8ac544d475f34df858c58a58a3d371781b55bef4.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/file_uploader.self-05cf987471095a22611e4cdf23f8237d8b6431c0e0e6a16fc75cacdae68c2a2d.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/img_preview.self-39b894c4054a5633f4860b9935ffb8fd5a7b9f95d55b1f9e01d6fe29aca67e34.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/jscolor.self-21bcb26b4c36092db1ea6988901d1440a9b6250f26644b0525b40b77c0941956.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/main.self-8995a7dcdd7e0f5e2bec77cd9c94678a4d79851e02545937d1ae7ae156a006d3.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/notification.self-58e81b7cea64db9396940f77a7d2efcbee7e427cec45a229393fbf88699cef3b.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/ruby_console.self-a176fdf3a6e107cf3a299a5ba62bfd34cbe01368596261fc7fbb01dd94ea6f23.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/sidebar.self-fd30990071f33719238e5fb37d0ef335037fa73f0ab26a07aa742488d37ffec5.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/sort.self-41dc29be4d3c5a7926a7f9dd900f01ea012d2dc421caf62ebd007dd4e5d1134b.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/swal.self-89200291d0515396f968a91c6ac2b4467ec7b7c0c8c38e0951e0fec869bd4a52.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/sweetalert2/delete-confirm.self-b6188162bca8ad23e343cfdbc368c004cee068a0a406bebd0ed7ae74cb203fe7.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/sweetalert2/sweetalert2.all.min.self-92de7575146a82e6eccac2a1fd8d074a79992dfb24b7114be456fafb3fe69c87.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/switch.self-d7830a9c04bd8cc6c71e9611c996698b0f78d75b5548811dc548c8833bd2325a.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/tooltips.self-676eba4c082bf35f018cecc03dcbae4f3f0ccb046c729dda239c067030871924.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/upload_records.self-cc87260cd5fedb279f492259c4d45f3bd1d92d8deec1362688a1c2b585dfb0f8.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/application.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2019-01-18 09:15:44 -0400 Started GET "/assets/admin/codemirror/addon/fold/foldgutter.self-576efcd340b770b60d77d8c29e9df36bf58576391beab51b439114e4ed01ac56.css?body=1" for ::1 at 2019-01-18 09:15:45 -0400 Started GET "/assets/admin/profile-menu.jpg" for ::1 at 2019-01-18 09:15:45 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for ::1 at 2019-01-18 09:15:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for ::1 at 2019-01-18 09:15:45 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for ::1 at 2019-01-18 09:15:45 -0400 Started GET "/" for 127.0.0.1 at 2019-01-22 08:37:39 -0400  (16.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (36.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (34.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (27.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Started GET "/admin" for 127.0.0.1 at 2019-01-22 08:37:41 -0400 Processing by Admin::AdminController#root as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (8.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" KepplerLanguages::Language Load (20.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (40.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (38.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] User Load (50.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 1011ms (ActiveRecord: 120.2ms) MetaTag Load (1.1ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.6ms) SELECT "scripts".* FROM "scripts" Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-22 08:37:42 -0400 Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (23.3ms) Rendered app/layouts/_google_analytics.html.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (175.9ms) Rendered app/layouts/_head.html.haml (13347.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (13406.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.2ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1537.9ms) Completed 200 OK in 16651ms (Views: 14992.8ms | ActiveRecord: 348.4ms) Processing by Devise::SessionsController#new as HTML Setting Load (3.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (11.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (9.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]] SmtpSetting Load (1.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/keppler_frontend/app/application.self-e8573318eb1e34fe271f40b72d2c8b886c16853ee9af153bd6a986091a8e1dd2.css?body=1" for 127.0.0.1 at 2019-01-22 08:37:57 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2019-01-22 08:37:57 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2019-01-22 08:37:57 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2019-01-22 08:37:57 -0400 Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (52.9ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-22 08:37:59 -0400 Started GET "/assets/font-awesome/fa-brands-400-9ae2326c389ddbc93a2636b121456333152931549bd5bd16a5cd2ee24e601c16.woff2" for 127.0.0.1 at 2019-01-22 08:37:59 -0400 Rendered admin/layouts/_head.html.haml (1724.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (14.3ms) Rendered admin/layouts/_git_info.html.haml (62.9ms) Completed 200 OK in 3299ms (Views: 3216.7ms | ActiveRecord: 31.2ms) Started GET "/assets/keppler_frontend/admin/bootstrap-tagsinput.self-9023fec2ba750814dccbfbdca8611c329e1be1fb28c117bdc7162b05ce5a4eaa.css?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/keppler_frontend/admin/frontend.self-5b2140d795b42da8c9a7e3bf5f3e1ee4fc92a421d1aa35e8c29701c223cbc689.css?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/keppler_capsules/admin/capsule.self-113db1644e7009ebffa1d398f545777e4926fb6b2141689d1ad7848b1938f6ad.css?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/keppler_languages/admin/language.self-41743ef1a137e8b0f9a0365e2ff0550aef7614f3e164d5f11b9e84a359cb9054.css?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2019-01-22 08:38:01 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-22 08:38:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 08:38:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 08:38:02 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2019-01-22 08:42:41 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"m0w8hiIjw4yTZqYA9zW08f7TSGf162T4GnmNkbSjtAW3XlTlvXd5JwfXeknM33qcYXGs3ecuvu4dkXEYStyziQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.2ms) BEGIN  (0.2ms) ROLLBACK Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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]] SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]] Completed 401 Unauthorized in 361ms (ActiveRecord: 17.6ms) Processing by Devise::SessionsController#new as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"m0w8hiIjw4yTZqYA9zW08f7TSGf162T4GnmNkbSjtAW3XlTlvXd5JwfXeknM33qcYXGs3ecuvu4dkXEYStyziQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"} CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] CACHE SocialAccount Load (0.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] CACHE KepplerLanguages::Language Load (0.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (10.9ms) Rendered admin/layouts/_head.html.haml (657.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (13.1ms) Rendered admin/layouts/_git_info.html.haml (80.5ms) Completed 200 OK in 890ms (Views: 791.7ms | ActiveRecord: 0.3ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-22 08:42:43 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 08:42:43 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 08:42:43 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2019-01-22 08:45:06 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"aDYmWhzYtWjmwzAD19oUOQm2ZZdd6nyQQ63RCvM/gEdEJE45g4wPw3Jy7ErsMNpUlhSBLU8vpoZERS2DDUCHyw==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.2ms) BEGIN  (0.2ms) ROLLBACK 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.4ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.6ms) BEGIN User Update (0.6ms) UPDATE "users" SET "current_sign_in_at" = $1, "sign_in_count" = $2, "updated_at" = $3 WHERE "users"."id" = $4 [["current_sign_in_at", "2019-01-22 12:45:06.744603"], ["sign_in_count", 2], ["updated_at", "2019-01-22 12:45:06.748078"], ["id", 1]] PublicActivity::Activity Create (102.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2019-01-22 12:45:06.846477"], ["updated_at", "2019-01-22 12:45:06.846477"]]  (112.5ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 505ms (ActiveRecord: 222.7ms) Started GET "/admin" for 127.0.0.1 at 2019-01-22 08:45:07 -0400 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 (1.3ms) 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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (36.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 153ms (ActiveRecord: 76.5ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2019-01-22 08:45:07 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (50.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (263.8ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (722.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (33.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (643.3ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.8ms) Rendered admin/layouts/_git_info.html.haml (61.8ms) Completed 200 OK in 3677ms (Views: 1761.2ms | ActiveRecord: 101.6ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2019-01-22 08:45:13 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2019-01-22 08:45:13 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2019-01-22 08:45:13 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 08:45:13 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 08:45:13 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:45:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (49.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::CallbackFunction Load (30.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Update All (5.6ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" + 1), "updated_at" = '2019-01-22 12:45:18.360779' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" >= 1) KepplerFrontend::CallbackFunction Create (10.3ms) INSERT INTO "keppler_frontend_callback_functions" ("name", "description", "position", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["description", "Function to block a view if the user is not authenticated"], ["position", 1], ["created_at", "2018-12-04 14:27:42.192000"], ["updated_at", "2018-12-04 14:27:42.192000"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-01-22 12:45:18.381964"], ["updated_at", "2019-01-22 12:45:18.381964"]]  (36.0ms) COMMIT  (53.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (22.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.1ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (13.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (29.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (264.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (840.8ms) Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (57.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (191.4ms) Rendered admin/layouts/_messages.html.haml (8.4ms) Rendered admin/layouts/_preloader.html.haml (8.5ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (48.1ms) Completed 200 OK in 2045ms (Views: 1497.5ms | ActiveRecord: 237.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:45:22 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:45:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 48ms (Views: 1.1ms | ActiveRecord: 10.0ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 08:48:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 08:48:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (202.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (213.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (149.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (160.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1483.6ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (133.1ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (5.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1688.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] Rendered admin/layouts/_git_info.html.haml (58.6ms) CACHE Role Load (0.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]] Completed 200 OK in 2017ms (Views: 1937.7ms | ActiveRecord: 19.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (150.3ms) Rendered admin/layouts/_messages.html.haml (0.2ms) Rendered admin/layouts/_preloader.html.haml (0.2ms) Rendered admin/layouts/_footer.html.haml (0.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (0.1ms) Started GET "/assets/font-awesome/fa-solid-900-08f7874f8336b47e49d9719c38cea16cdea6362962f5001db3f2d0bb47332357.woff2" for 127.0.0.1 at 2019-01-22 08:48:47 -0400 Rendered admin/layouts/_git_info.html.haml (26.4ms) Completed 200 OK in 2260ms (Views: 2147.1ms | ActiveRecord: 7.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:48:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:48:49 -0400 Appearance Load (6.2ms) 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 (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.0ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:48:49 -0400 Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.3ms) PublicActivity::Activity Exists (1.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (14.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (26.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (91.5ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 42ms (Views: 1.2ms | ActiveRecord: 9.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (862.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.2ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (15.5ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (39.0ms) Completed 200 OK in 1271ms (Views: 1171.5ms | ActiveRecord: 36.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:48:51 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:48:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.2ms | ActiveRecord: 8.4ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 08:50:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (47.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (51.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (577.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.3ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (40.7ms) Completed 200 OK in 853ms (Views: 826.8ms | ActiveRecord: 8.0ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:50:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"J9LtMwKALnwxpT2GeAW9lTXAsCxMp1krlZpuxor2xvya7vfQS3ZuYjC+epi4I0tW6yt4EK0Yyx5fZUwKEQNtFA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 1) AND ("keppler_frontend_views"."position" IS NOT NULL) ORDER BY "keppler_frontend_views"."position" DESC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Create (29.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-22 12:50:54.114528"], ["updated_at", "2019-01-22 12:50:54.114528"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 12:50:54.149861"], ["updated_at", "2019-01-22 12:50:54.149861"]]  (43.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/2/editor KepplerFrontend::CallbackFunction Load (5.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (24.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 1052ms (ActiveRecord: 116.6ms) Started GET "/admin/frontend/views/2/editor" for 127.0.0.1 at 2019-01-22 08:50:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"2"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (45.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.6ms) KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (49.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (176.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (184.7ms) Completed 500 Internal Server Error in 589ms (ActiveRecord: 53.3ms) NoMethodError - undefined method `route' for # Did you mean? routet: Started POST "/__better_errors/77ceac7d98829573/variables" for 127.0.0.1 at 2019-01-22 08:50:56 -0400 PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (39.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::Function Load (19.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:51:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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.9ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (34.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (12.0ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (21.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (103.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (707.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (154.6ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (79.7ms) Completed 200 OK in 1191ms (Views: 1099.8ms | ActiveRecord: 22.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:51:15 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:51:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 62ms (Views: 7.1ms | ActiveRecord: 12.0ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2019-01-22 08:51:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"PBK9RFAXiczoMRa5YPNG9slTRhU+T8kiyzKgun0RKDVQfwvF5R3bf8/xtGUpRxfL/TTfl4Pt3ljQhJ79FLt9qw==", "multiple_ids"=>"[2]"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.2ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 12:51:18.216768"], ["updated_at", "2019-01-22 12:51:18.216768"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 2]] KepplerFrontend::View Destroy (1.5ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 2]] KepplerFrontend::View Update All (0.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 12:51:18.240258' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (21.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 135ms (ActiveRecord: 41.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:51:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.9ms) KepplerFrontend::View Load (1.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (28.8ms) PublicActivity::Activity Exists (1.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (15.4ms) KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (63.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (154.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (651.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (243.5ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (13.2ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (46.8ms) Completed 200 OK in 1493ms (Views: 1168.7ms | ActiveRecord: 57.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:51:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 08:51:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 08:51:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:51:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) 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.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 79ms (Views: 1.4ms | ActiveRecord: 12.5ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 08:51:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (42.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (49.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (644.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (82.7ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (34.3ms) Completed 200 OK in 908ms (Views: 882.6ms | ActiveRecord: 6.6ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:51:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JZAsnYtwGHXgIlbUkCO4bLuYdZUjaL4TmQ+XJdn5H6GYrDZ+woZYa+E5EcpQBU6vZXO9qcLXLCZT8LXpQgy0SQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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 (1.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-22 12:51:27.724423"], ["updated_at", "2019-01-22 12:51:27.724423"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 12:51:27.733540"], ["updated_at", "2019-01-22 12:51:27.733540"]]  (91.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/3/editor KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 184ms (ActiveRecord: 109.6ms) Started GET "/admin/frontend/views/3/editor" for 127.0.0.1 at 2019-01-22 08:51:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"3"} Setting Load (0.6ms) 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (34.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (29.3ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (43.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (134.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (139.7ms) Completed 500 Internal Server Error in 349ms (ActiveRecord: 9.9ms) NoMethodError - undefined method `route' for # Did you mean? routet: Started POST "/__better_errors/568f5b92b225b29d/variables" for 127.0.0.1 at 2019-01-22 08:51:28 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::Function Load (1.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:51:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (6.5ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (27.6ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (15.0ms) Rendered public_activity/layout/_destroy.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (35.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (109.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (508.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (159.1ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (43.2ms) Completed 200 OK in 962ms (Views: 877.6ms | ActiveRecord: 24.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:51:48 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:51:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 1.4ms | ActiveRecord: 11.6ms) Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:51:51 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:51:59 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:00 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:00 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:01 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:06 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:10 -0400 Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:13 -0400 KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:19 -0400 KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started PUT "/__web_console/repl_sessions/dfa68a810fac35caa30982423458ed9c" for 127.0.0.1 at 2019-01-22 08:52:20 -0400 KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:52:28 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:52:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.2ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (1.0ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 3.1ms | ActiveRecord: 13.2ms) Started DELETE "/admin/frontend/views/3" for 127.0.0.1 at 2019-01-22 08:52:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"m9ZMx4I1+qsSV6KseF5PGj59CBJeufOQUYLiHLN91Pr3u/pGNz+oGDWXAHAx6h4nChqRkOMb5OpKNNxb2teBZA==", "id"=>"3"} 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 (1.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 3], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 3]]  (1.6ms) BEGIN PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 3], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 12:52:34.279719"], ["updated_at", "2019-01-22 12:52:34.279719"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 3]] KepplerFrontend::View Destroy (1.9ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 3]] KepplerFrontend::View Update All (1.7ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 12:52:34.292909' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (17.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 150ms (ActiveRecord: 38.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:52:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (25.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (18.5ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3) [["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (10.4ms) Rendered public_activity/layout/_destroy.html.haml (1.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (57.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (145.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (820.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (52.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (189.3ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (39.3ms) Completed 200 OK in 1724ms (Views: 1285.8ms | ActiveRecord: 70.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:52:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 08:52:37 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 08:52:37 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:52:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.4ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (13.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 71ms (Views: 1.6ms | ActiveRecord: 24.0ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 08:52:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (45.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (49.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (561.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (19.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.9ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (27.4ms) Completed 200 OK in 782ms (Views: 740.8ms | ActiveRecord: 9.2ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:52:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PFTVSbwdU9h4ofiLuFEfQM3q8xVfAtlqvI23nPgwibaBaM+q9esTxnm6v5V4d+mDEwE7Kb69S192cpVQY8UiXg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-22 12:52:44.967200"], ["updated_at", "2019-01-22 12:52:44.967200"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 12:52:44.977322"], ["updated_at", "2019-01-22 12:52:44.977322"]]  (94.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/4/editor KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 168ms (ActiveRecord: 109.9ms) Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 08:52:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} Setting Load (1.1ms) 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.1ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (135.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (140.7ms) Completed 500 Internal Server Error in 403ms (ActiveRecord: 42.4ms) NoMethodError - undefined method `route' for # Did you mean? routet: Started POST "/__better_errors/d91742e05c9ef9a3/variables" for 127.0.0.1 at 2019-01-22 08:52:46 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.2ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 08:53:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} 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.2ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (56.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (20.4ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (39.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (153.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (165.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (694.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (195.4ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (38.1ms) Completed 200 OK in 1200ms (Views: 1148.3ms | ActiveRecord: 18.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 08:53:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 08:53:28 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 08:53:29 -0400 Started GET "/" for 127.0.0.1 at 2019-01-22 08:53:39 -0400 Processing by KepplerFrontend::App::FrontendController#index 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (19.6ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1401.2ms) Completed 200 OK in 1443ms (Views: 1408.0ms | ActiveRecord: 12.7ms) Started GET "/" for 127.0.0.1 at 2019-01-22 08:53:40 -0400 Processing by KepplerFrontend::App::FrontendController#index 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 (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.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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.5ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (21.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (3.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (755.4ms) Completed 200 OK in 789ms (Views: 761.6ms | ActiveRecord: 5.3ms) Started GET "/assets/keppler_frontend/app/application.self-fa21980f4b653a8b386f89865bed10bf3d0c68d051ea52659308c5b05f9fde59.css?body=1" for 127.0.0.1 at 2019-01-22 08:53:41 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 08:53:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (4.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.0ms) 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.2ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (54.8ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.1ms) Rendered public_activity/layout/_destroy.html.haml (7.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (60.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (202.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (853.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.2ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Rendered admin/layouts/_git_info.html.haml (47.0ms) Completed 200 OK in 1436ms (Views: 1318.3ms | ActiveRecord: 34.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 08:53:53 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 08:53:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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.6ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 2.0ms | ActiveRecord: 10.9ms) Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 08:54:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (41.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (15.2ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (84.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (174.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (181.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (753.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (161.9ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (46.6ms) Completed 200 OK in 1474ms (Views: 1206.1ms | ActiveRecord: 49.8ms) Started GET "/" for 127.0.0.1 at 2019-01-22 09:02:10 -0400 Processing by KepplerFrontend::App::FrontendController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.2ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.4ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/index.html.erb within layouts/keppler_frontend/app/layouts/application (0.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (24.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (747.7ms) Completed 200 OK in 800ms (Views: 755.0ms | ActiveRecord: 18.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:02:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:02:17 -0400 User Load (8.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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::CallbackFunction Load (2.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (2.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:02:17 -0400 CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.7ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.5ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (16.6ms) Rendered public_activity/layout/_destroy.html.haml (7.0ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (44.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (147.0ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (5.1ms) 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 (1.1ms) 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::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 80ms (Views: 2.0ms | ActiveRecord: 24.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (778.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.7ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.5ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (44.4ms) Completed 200 OK in 1261ms (Views: 1129.2ms | ActiveRecord: 36.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:02:18 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:02:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (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.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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.9ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 1.9ms | ActiveRecord: 13.7ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 09:03:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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 (2.8ms) 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 (6.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (73.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (78.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (825.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.3ms) Rendered admin/layouts/_messages.html.haml (10.5ms) Rendered admin/layouts/_preloader.html.haml (8.7ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 1197ms (Views: 1141.0ms | ActiveRecord: 17.5ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:04:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"f4UUSVnLw4FtoyrI96eASz96xNj0fXhVZnfURWZz35bCuQ6qED2Dn2y4bdY3gXaI4ZEM5BXC6mCsiPaJ/YZ0fg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (1.0ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/login"], ["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.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", "show"], ["url", "/login"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-22 13:04:06.010654"], ["updated_at", "2019-01-22 13:04:06.010654"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 13:04:06.017769"], ["updated_at", "2019-01-22 13:04:06.017769"]]  (119.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/5/editor KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 208ms (ActiveRecord: 134.0ms) Started GET "/admin/frontend/views/5/editor" for 127.0.0.1 at 2019-01-22 09:04:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"5"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (42.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.7ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (60.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (144.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (150.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (656.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (51.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (192.6ms) Rendered admin/layouts/_messages.html.haml (5.4ms) Rendered admin/layouts/_preloader.html.haml (25.9ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (37.1ms) Completed 200 OK in 1403ms (Views: 1136.4ms | ActiveRecord: 49.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:04:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:04:08 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:04:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (3.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.9ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (31.3ms) PublicActivity::Activity Exists (2.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (15.2ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (4.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (36.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (119.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (625.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (91.6ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (8.4ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (31.2ms) Completed 200 OK in 1043ms (Views: 943.0ms | ActiveRecord: 30.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:04:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:04:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (7.1ms) 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 2.0ms | ActiveRecord: 17.5ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:04:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (102.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (107.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (833.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (127.2ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (10.0ms) Rendered admin/layouts/_footer.html.haml (5.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (47.7ms) Completed 200 OK in 1248ms (Views: 1194.1ms | ActiveRecord: 13.8ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:04:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nR/Jor7WlcqNTskTIKEKPlgqiri01844ibB2PP43xGzndyK3phZtvw1uLVabFR0umj9HWwbiItubdchE5cISJQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162288008"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:04:49.223024"], ["updated_at", "2019-01-22 13:04:49.223024"]] KepplerFrontend::ViewCallback Create (41.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:04:49.227122"], ["updated_at", "2019-01-22 13:04:49.227122"]]  (10.7ms) COMMIT  (1.8ms) SELECT COUNT(*) 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 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4]] Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 183ms (ActiveRecord: 68.6ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:04:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (107.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (111.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (670.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (27.8ms) Completed 200 OK in 1205ms (Views: 989.7ms | ActiveRecord: 50.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:04:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:04:51 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:04:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.6ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (32.9ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (14.6ms) Rendered public_activity/layout/_create.html.haml (7.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (4.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (59.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (133.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (485.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (56.8ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (4.2ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (37.0ms) Completed 200 OK in 825ms (Views: 762.6ms | ActiveRecord: 16.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:04:58 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:04:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 61ms (Views: 2.3ms | ActiveRecord: 11.6ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:05:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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.8ms) 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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (71.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (78.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (595.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (80.0ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (34.2ms) Completed 200 OK in 915ms (Views: 855.6ms | ActiveRecord: 12.6ms) Started DELETE "/admin/frontend/views/4/destroy_callback/1" for 127.0.0.1 at 2019-01-22 09:05:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"1"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 1]]  (41.4ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.9ms) Completed 200 OK in 197ms (Views: 66.4ms | ActiveRecord: 50.5ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:05:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9EnugY5ZanjEKctzbiCKRZlHOZy5sqBqd2UZYits5yuOIQWUlpmSDUQJLzbVlJ1VW1L0fwuHTIlloKcaMJkxYg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162347327"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (0.3ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:05:51.780167"], ["updated_at", "2019-01-22 13:05:51.780167"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:05:51.782693"], ["updated_at", "2019-01-22 13:05:51.782693"]]  (23.3ms) COMMIT  (0.5ms) SELECT COUNT(*) 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 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4]] Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 309ms (ActiveRecord: 73.2ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:05:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (25.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (8.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (112.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (116.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (479.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (149.1ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (30.7ms) Completed 200 OK in 1028ms (Views: 820.5ms | ActiveRecord: 49.8ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:05:53 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:05:53 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/2" for 127.0.0.1 at 2019-01-22 09:06:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"2"} 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.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.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.8ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 2]]  (40.9ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.6ms) Completed 200 OK in 385ms (Views: 50.8ms | ActiveRecord: 87.8ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:06:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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 (1.2ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (35.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (94.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (100.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (557.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (184.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (57.6ms) Completed 200 OK in 1213ms (Views: 945.0ms | ActiveRecord: 59.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:06:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:06:33 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:06:33 -0400 Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:06:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"uUyY2GB3uTiIJaCwFG29QlCry2SSr8BhfeDgM3R/8EHVIS5Z1X3ri6/lAmxd2ex/ZMxS5i8N1xtmVt50HdWl3w==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162394121"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:06:35.551346"], ["updated_at", "2019-01-22 13:06:35.551346"]] KepplerFrontend::ViewCallback Create (1.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:06:35.553231"], ["updated_at", "2019-01-22 13:06:35.553231"]]  (23.8ms) COMMIT  (1.0ms) SELECT COUNT(*) 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 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4]] Completed 500 Internal Server Error in 40547ms (ActiveRecord: 35.1ms) SystemExit - exit: (byebug):1:in `update' Started POST "/__better_errors/c069e4e3f50ab26c/variables" for 127.0.0.1 at 2019-01-22 09:07:16 -0400 PublicActivity::Activity Load (2.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:07:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) 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 (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (2.2ms) 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (2.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE (0.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] Rendered admin/layouts/_listing_preloader.haml (149.3ms) KepplerFrontend::View Load (1.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (1060.6ms) PublicActivity::Activity Exists (1.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (2.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (529.1ms) Rendered public_activity/layout/_update.html.haml (32.3ms) Rendered public_activity/layout/_update.html.haml (14.0ms) Rendered public_activity/layout/_create.html.haml (170.0ms) Rendered public_activity/layout/_create.html.haml (28.1ms) Rendered public_activity/layout/_destroy.html.haml (121.4ms) Rendered public_activity/layout/_create.html.haml (14.2ms) Rendered public_activity/layout/_destroy.html.haml (11.1ms) Rendered public_activity/layout/_create.html.haml (14.4ms) Rendered public_activity/layout/_create.html.haml (36.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (1203.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (3226.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (11435.0ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (277.0ms) CACHE 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]] CACHE 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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1704.2ms) Rendered admin/layouts/_messages.html.haml (42.0ms) Rendered admin/layouts/_preloader.html.haml (76.7ms) Rendered admin/layouts/_footer.html.haml (28.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (51.7ms) Rendered admin/layouts/_git_info.html.haml (113.9ms) Completed 200 OK in 19989ms (Views: 17182.6ms | ActiveRecord: 54.8ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:08:02 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:08:02 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:08:02 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:08:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (8.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.3ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 1066ms (Views: 2.1ms | ActiveRecord: 91.5ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:09:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (2.4ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (17.3ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (136.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (146.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (8973.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (287.7ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (61.4ms) Completed 200 OK in 9656ms (Views: 9598.4ms | ActiveRecord: 17.6ms) Started DELETE "/admin/frontend/views/4/destroy_callback/3" for 127.0.0.1 at 2019-01-22 09:09:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"3"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 3], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 3]]  (35.5ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.5ms) Completed 200 OK in 441ms (Views: 48.9ms | ActiveRecord: 92.1ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:09:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"EBRqvjpDKytAqH6rAJ9AYFZL/G2ZLaM/qoUU+1qh5nNqfIGrIoPTXsCImu67K1dwlF4xjisYT9y4QKqDQVQwOg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162589471"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (0.6ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:09:51.511143"], ["updated_at", "2019-01-22 13:09:51.511143"]] KepplerFrontend::ViewCallback Create (1.0ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:09:51.515225"], ["updated_at", "2019-01-22 13:09:51.515225"]]  (16.3ms) COMMIT  (1.2ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."function_type" = $2 [["name", "user_authenticate"], ["function_type", "before_action"]] Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 50344ms (ActiveRecord: 78.6ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:10:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.4ms) 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (35.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (109.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (114.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1000.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (177.5ms) Rendered admin/layouts/_messages.html.haml (5.8ms) Rendered admin/layouts/_preloader.html.haml (27.4ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.2ms) Rendered admin/layouts/_git_info.html.haml (46.8ms) Completed 200 OK in 1652ms (Views: 1415.4ms | ActiveRecord: 53.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:10:44 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:10:44 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/4" for 127.0.0.1 at 2019-01-22 09:10:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"4"} Setting Load (0.7ms) 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 (1.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.9ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 4]]  (36.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 184ms (Views: 53.7ms | ActiveRecord: 51.8ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:13:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (35.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (98.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (103.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (706.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (164.4ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (30.1ms) Completed 200 OK in 1349ms (Views: 1053.1ms | ActiveRecord: 54.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:13:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:13:54 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:13:54 -0400 Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:13:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MKVrsZuIoeuDGpLtDJXB26MeK8G5UsawKEIMu+kfsyxcyN0wLoLzWKTaMDFFIZDml3myQwTw0coz9DL8gLXmsg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162835342"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.8ms) BEGIN KepplerFrontend::View Exists (1.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (2.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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (1.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:13:57.154885"], ["updated_at", "2019-01-22 13:13:57.154885"]] KepplerFrontend::ViewCallback Create (1.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:13:57.159413"], ["updated_at", "2019-01-22 13:13:57.159413"]]  (21.5ms) COMMIT  (1.1ms) SELECT COUNT(*) 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 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4]] Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 137ms (ActiveRecord: 48.4ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:13:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (105.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (110.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (673.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (166.1ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (30.2ms) Completed 200 OK in 1235ms (Views: 1047.6ms | ActiveRecord: 9.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:13:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:13:59 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/5" for 127.0.0.1 at 2019-01-22 09:14:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"5"} 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 (1.1ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 5]]  (50.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.0ms) Completed 200 OK in 437ms (Views: 50.5ms | ActiveRecord: 106.7ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:14:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"9+eNq7wCvzAYH61DGFx/Jlt2TRKLrnDlshrxyUMfWGabijsqCQjtgz/fD59R6C4bbxHUkDYMZ5+prM+OKrUN+A==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162858238"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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 (0.7ms) 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 (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:14:20.496352"], ["updated_at", "2019-01-22 13:14:20.496352"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:14:20.499105"], ["updated_at", "2019-01-22 13:14:20.499105"]]  (17.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 395ms (ActiveRecord: 86.5ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:14:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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.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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (10.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (2.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (95.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (227.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (232.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (646.2ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (230.4ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (34.6ms) Completed 200 OK in 1529ms (Views: 1187.7ms | ActiveRecord: 81.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:14:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:14:22 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/6" for 127.0.0.1 at 2019-01-22 09:14:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"6"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 6]]  (39.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.8ms) Completed 200 OK in 208ms (Views: 58.4ms | ActiveRecord: 52.7ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:14:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.3ms) 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.6ms) 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 (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (32.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (95.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (100.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (565.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (147.0ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (30.5ms) Completed 200 OK in 1145ms (Views: 891.1ms | ActiveRecord: 51.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:14:54 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:14:54 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:14:54 -0400 Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:14:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oj49Bw5wqruedc1uTnoYecQhEJbqaq7rf5V4isxJLAzOU4uGu3r4CLm1b7IHzklE8EaJFFfIuZFkI0bNpeN5kg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162895391"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:14:56.557603"], ["updated_at", "2019-01-22 13:14:56.557603"]] KepplerFrontend::ViewCallback Create (2.0ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:14:56.561160"], ["updated_at", "2019-01-22 13:14:56.561160"]]  (24.4ms) COMMIT Completed 500 Internal Server Error in 4486ms (ActiveRecord: 37.8ms) fatal - exception reentered: Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:15:10 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (31.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (110.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (118.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2914.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (42.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (268.2ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (39.4ms) Completed 200 OK in 3761ms (Views: 3409.9ms | ActiveRecord: 71.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:15:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:15:14 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:15:14 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/7" for 127.0.0.1 at 2019-01-22 09:15:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"7"} Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.7ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]]  (0.9ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 7]]  (35.3ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.4ms) Completed 200 OK in 211ms (Views: 54.9ms | ActiveRecord: 64.1ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:15:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"N1c5pPMwe4yyaY3LZmg3xZ4U1MLidc/NAtKDlcwXCnpbOo8lRjopP5WpLxcv3Gb4qnNNQF/X2LcZZL3Spb1f5A==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548162919447"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:15:21.269886"], ["updated_at", "2019-01-22 13:15:21.269886"]] KepplerFrontend::ViewCallback Create (1.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:15:21.273270"], ["updated_at", "2019-01-22 13:15:21.273270"]]  (27.3ms) COMMIT Completed 500 Internal Server Error in 597386ms (ActiveRecord: 81.9ms) SystemExit - exit: (byebug):1:in `add' Started POST "/__better_errors/ef2ccfb7c2430a19/variables" for 127.0.0.1 at 2019-01-22 09:25:18 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:25:29 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (44.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (151.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (157.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2427.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (231.1ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (33.8ms) Completed 200 OK in 3230ms (Views: 2912.6ms | ActiveRecord: 65.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:25:33 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:25:33 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:25:33 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/8" for 127.0.0.1 at 2019-01-22 09:25:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"8"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) 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" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 8], ["LIMIT", 1]]  (0.5ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.9ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 8]]  (280.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.5ms) Completed 200 OK in 438ms (Views: 50.0ms | ActiveRecord: 304.5ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:25:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5amhkmwvIYvPbtqGtykXYbyqOHVBAoNLkkOtGsEoEBuJxBcT2SVzOOiueFr+nUZciM2h9/yglDGJ9ZNdqIJFhQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548163541256"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:25:43.052674"], ["updated_at", "2019-01-22 13:25:43.052674"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:25:43.054936"], ["updated_at", "2019-01-22 13:25:43.054936"]]  (87.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 558ms (ActiveRecord: 152.8ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:25:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (149.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (155.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (555.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (159.6ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (8.4ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (35.5ms) Completed 200 OK in 1262ms (Views: 985.9ms | ActiveRecord: 57.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:25:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:25:45 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/9" for 127.0.0.1 at 2019-01-22 09:26:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"9"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 9], ["LIMIT", 1]]  (0.6ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 9]]  (167.7ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.9ms) Completed 200 OK in 614ms (Views: 52.5ms | ActiveRecord: 231.8ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:26:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gjDpe4Ld1m2Zy0l1zs0lnbab7xuXeyQJ9OjHiJEICS7uXV/6N9eE3r4L66mHeXSggvx2mSrZM3PvXvnP+KJcsA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548163563910"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:26:05.473554"], ["updated_at", "2019-01-22 13:26:05.473554"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:26:05.475320"], ["updated_at", "2019-01-22 13:26:05.475320"]]  (215.4ms) COMMIT Completed 500 Internal Server Error in 70807ms (ActiveRecord: 264.5ms) SystemExit - exit: (byebug):1:in `add' Started POST "/__better_errors/111277654770ab76/variables" for 127.0.0.1 at 2019-01-22 09:27:16 -0400 PublicActivity::Activity Load (2.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:27:42 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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 (1.1ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (28.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (120.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (128.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2895.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (66.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (389.1ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (11.6ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (67.4ms) Completed 200 OK in 3899ms (Views: 3587.5ms | ActiveRecord: 64.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:27:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:27:47 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:27:48 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/10" for 127.0.0.1 at 2019-01-22 09:27:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"10"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 10], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 10]]  (41.0ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 237ms (Views: 60.2ms | ActiveRecord: 59.7ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:28:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FRVR7esnbKWUESsleEliglXzz2VGSRTUdU47aarVaJN5eOdsXi0+FrPRifkx/TO/YZRW5/vrA65u+AUuw389DQ==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548163680516"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:28:02.420264"], ["updated_at", "2019-01-22 13:28:02.420264"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:28:02.422408"], ["updated_at", "2019-01-22 13:28:02.422408"]]  (22.0ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 443ms (ActiveRecord: 80.4ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:28:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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 [["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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (59.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (15.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (143.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (148.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (755.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (228.7ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (11.9ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (43.1ms) Completed 200 OK in 1492ms (Views: 1250.7ms | ActiveRecord: 53.5ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:28:04 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:28:04 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/11" for 127.0.0.1 at 2019-01-22 09:28:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"11"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 11], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 11]]  (55.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.4ms) Completed 200 OK in 428ms (Views: 54.8ms | ActiveRecord: 102.1ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:28:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"oa3JrHxzEXwd8/uD6FhfuhDMUHkstKhrHr/dE9bCjxjNwH8tyXlDzzozWV+h7A6HJKvJ+5EWvxEFCeNUv2jahg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548163712234"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:28:34.290100"], ["updated_at", "2019-01-22 13:28:34.290100"]] KepplerFrontend::ViewCallback Create (1.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:28:34.295637"], ["updated_at", "2019-01-22 13:28:34.295637"]]  (20.5ms) COMMIT KepplerFrontend::ViewCallback Load (1.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 AND "keppler_frontend_view_callbacks"."view_id" = $3 LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 11]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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 LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 11]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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 LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 11]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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 LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 11]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 1]] Completed 500 Internal Server Error in 128260ms (ActiveRecord: 88.2ms) SystemExit - exit: (byebug):1:in `add' Started POST "/__better_errors/18c807119d162ed6/variables" for 127.0.0.1 at 2019-01-22 09:30:42 -0400 PublicActivity::Activity Load (3.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::ViewCallback Load (1.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 AND "keppler_frontend_view_callbacks"."view_id" = $3 LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 11]] Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:30:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (302.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (155.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (1223.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (1276.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (9238.8ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (370.9ms) CACHE 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]] CACHE 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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (2892.3ms) Rendered admin/layouts/_messages.html.haml (86.5ms) Rendered admin/layouts/_preloader.html.haml (158.9ms) Rendered admin/layouts/_footer.html.haml (69.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (90.3ms) Rendered admin/layouts/_git_info.html.haml (160.9ms) Completed 200 OK in 16486ms (Views: 14514.6ms | ActiveRecord: 101.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:31:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:31:26 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (174.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:31:26 -0400 Started DELETE "/admin/frontend/views/4/destroy_callback/12" for 127.0.0.1 at 2019-01-22 09:31:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"12"} Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 12], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 12]]  (42.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.7ms) Completed 200 OK in 564ms (Views: 57.5ms | ActiveRecord: 119.7ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:31:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.4ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (31.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (140.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (150.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2586.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (266.3ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (29.4ms) Completed 200 OK in 3422ms (Views: 3080.2ms | ActiveRecord: 54.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:31:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:31:47 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:31:47 -0400 Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:31:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bWjAV74hQxydxe4B4PTWCzDOkPzDgrj0iWQi+dgnGa4BBXbWCysRr7oFTN2pQIc2BKkJfn4gr46S0hy+sY1MMA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548163908521"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:31:49.687888"], ["updated_at", "2019-01-22 13:31:49.687888"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:31:49.691029"], ["updated_at", "2019-01-22 13:31:49.691029"]]  (18.2ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 155ms (ActiveRecord: 39.7ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:31:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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 [["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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (43.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (131.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (138.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (666.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (144.8ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (32.3ms) Completed 200 OK in 1311ms (Views: 1023.9ms | ActiveRecord: 59.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:31:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:31:51 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:31:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (52.5ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (25.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (10.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (5.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (82.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (190.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (613.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (69.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.9ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (37.6ms) Completed 200 OK in 1127ms (Views: 1050.7ms | ActiveRecord: 19.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:31:54 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:31:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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 (1.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 66ms (Views: 2.4ms | ActiveRecord: 16.4ms) Started GET "/admin/frontend/views/5/edit" for 127.0.0.1 at 2019-01-22 09:31:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"5"} Setting Load (7.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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 5]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (60.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (65.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (601.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (96.3ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (7.2ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (37.1ms) Completed 200 OK in 926ms (Views: 861.7ms | ActiveRecord: 20.4ms) Started PATCH "/admin/frontend/views/5" for 127.0.0.1 at 2019-01-22 09:32:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"U4EJraDaNzYwa0EtigOIYrdALV8BMTux7zTuiOfzk4nk8hgAAbx1UuX9rgP3Nnz/1N5uo5t+c3NG9Hd+bHYlUQ==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548163919400"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"5"} 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 5], ["LIMIT", 1]] KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 5], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 5]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:32:00.460840"], ["updated_at", "2019-01-22 13:32:00.460840"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 5], ["created_at", "2019-01-22 13:32:00.463598"], ["updated_at", "2019-01-22 13:32:00.463598"]]  (14.4ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 5], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/5/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 100ms (ActiveRecord: 28.5ms) Started GET "/admin/frontend/views/5/edit" for 127.0.0.1 at 2019-01-22 09:32:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"5"} Setting Load (0.8ms) 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 5]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (43.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (56.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (190.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (195.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (757.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (218.4ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (12.4ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (50.5ms) Completed 200 OK in 1578ms (Views: 1296.6ms | ActiveRecord: 61.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:32:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:32:03 -0400 Started DELETE "/admin/frontend/views/5/destroy_callback/14" for 127.0.0.1 at 2019-01-22 09:45:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"5", "view_callback_id"=>"14"} Setting Load (2.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.2ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 14], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 14]]  (32.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.4ms) Completed 200 OK in 439ms (Views: 49.4ms | ActiveRecord: 90.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:46:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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 (0.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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 (1.0ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.0ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (22.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (8.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (7.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (95.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (181.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (596.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (224.4ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (32.9ms) Completed 200 OK in 1406ms (Views: 1100.6ms | ActiveRecord: 64.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:46:02 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:46:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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 (1.1ms) 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 (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 76ms (Views: 2.8ms | ActiveRecord: 16.4ms) Started GET "/admin/frontend/views/5/edit" for 127.0.0.1 at 2019-01-22 09:46:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"5"} Setting Load (5.3ms) 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 (2.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 5]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (88.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (92.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (747.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (114.9ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (34.6ms) Completed 200 OK in 1139ms (Views: 1068.5ms | ActiveRecord: 20.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:46:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:46:09 -0400 CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (11.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.6ms) 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 (1.1ms) 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 (1.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (12.6ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:46:09 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (68.0ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (30.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (8.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (6.0ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (93.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (233.5ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (2.4ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 72ms (Views: 2.4ms | ActiveRecord: 19.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (889.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (93.7ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (35.6ms) Completed 200 OK in 1442ms (Views: 1315.2ms | ActiveRecord: 34.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:46:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:46:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (1.1ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 80ms (Views: 2.9ms | ActiveRecord: 20.9ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:46:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (65.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (69.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (510.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (91.1ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (33.9ms) Completed 200 OK in 809ms (Views: 765.4ms | ActiveRecord: 11.9ms) Started DELETE "/admin/frontend/views/4/destroy_callback/13" for 127.0.0.1 at 2019-01-22 09:46:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"4", "view_callback_id"=>"13"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 13], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (2.0ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 13]]  (33.2ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.0ms) Completed 200 OK in 178ms (Views: 51.2ms | ActiveRecord: 47.3ms) Started PATCH "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:46:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"bsd9LWH9hxv2DQAmMSRBDEkwGFrWTrXu8Z2cC2EsLFYUr5Y4eT1/bnYt5GOKkFYciyXVuWR7WQ3jWCJzetn6Hw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548164784242"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"4"} 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 4], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 4], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 4]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 13:46:26.668258"], ["updated_at", "2019-01-22 13:46:26.668258"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["created_at", "2019-01-22 13:46:26.670633"], ["updated_at", "2019-01-22 13:46:26.670633"]]  (19.6ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 4], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/4/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 340ms (ActiveRecord: 77.5ms) Started GET "/admin/frontend/views/4/edit" for 127.0.0.1 at 2019-01-22 09:46:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"4"} 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 (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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (37.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (171.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (180.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (719.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (171.1ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 1567ms (Views: 1153.6ms | ActiveRecord: 54.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:46:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:46:29 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:46:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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 (1.0ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.8ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (48.6ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (28.2ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (2.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (2.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (23.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (8.0ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (189.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (297.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (715.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.2ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (7.8ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (35.9ms) Completed 200 OK in 1280ms (Views: 1214.0ms | ActiveRecord: 18.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:46:32 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:46:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 77ms (Views: 3.9ms | ActiveRecord: 14.6ms) Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 09:52:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (107.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (114.9ms) Completed 500 Internal Server Error in 395ms (ActiveRecord: 41.2ms) Module::DelegationError - KepplerFrontend::View#output_html delegated to output.html, but output is nil: #: Started POST "/__better_errors/731ddfbc2df1d336/variables" for 127.0.0.1 at 2019-01-22 09:52:14 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (1.2ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 09:52:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} 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.1ms) 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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (37.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (44.8ms) Completed 500 Internal Server Error in 109ms (ActiveRecord: 11.1ms) Module::DelegationError - KepplerFrontend::View#output_html delegated to output.html, but output is nil: #: Started POST "/__better_errors/cec3f73dfaaec6c8/variables" for 127.0.0.1 at 2019-01-22 09:52:20 -0400 PublicActivity::Activity Load (7.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 09:53:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (34.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (42.5ms) Completed 500 Internal Server Error in 339ms (ActiveRecord: 38.7ms) Module::DelegationError - KepplerFrontend::View#output_html delegated to output.html, but output is nil: #: Started POST "/__better_errors/81c8e76e78f05c38/variables" for 127.0.0.1 at 2019-01-22 09:53:04 -0400 PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:53:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (41.0ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (25.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (9.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (8.0ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (90.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (185.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (517.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (158.6ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (30.4ms) Completed 200 OK in 1236ms (Views: 944.4ms | ActiveRecord: 60.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:53:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:53:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:53:15 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:53:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 88ms (Views: 3.4ms | ActiveRecord: 18.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:53:16 -0400 Started GET "/admin/frontend/views/4/editor" for 127.0.0.1 at 2019-01-22 09:53:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"4"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (24.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (32.2ms) Completed 500 Internal Server Error in 84ms (ActiveRecord: 8.9ms) Module::DelegationError - KepplerFrontend::View#output_html delegated to output.html, but output is nil: #: Started POST "/__better_errors/0be16e89be9b584a/variables" for 127.0.0.1 at 2019-01-22 09:53:17 -0400 PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:53:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (2.0ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.0ms) 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.8ms) KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (72.1ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (3.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (29.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (9.8ms) Rendered public_activity/layout/_create.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (7.4ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (110.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (256.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (855.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (92.9ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (10.8ms) Rendered admin/layouts/_footer.html.haml (4.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.7ms) Rendered admin/layouts/_git_info.html.haml (38.2ms) Completed 200 OK in 1396ms (Views: 1309.9ms | ActiveRecord: 26.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:53:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:53:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:53:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:53:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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 (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (15.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (11.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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (3.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 136ms (Views: 2.7ms | ActiveRecord: 46.3ms) Started DELETE "/admin/frontend/views/4" for 127.0.0.1 at 2019-01-22 09:53:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"5B5nmT5ZLo6JLy36RoyKbD/KygnW+eEbw3+EBruhrEuIc9EYi1N8Pa7vjyYPONtRC61Ti2tb9mHYybpB0gv51Q==", "id"=>"4"} Setting Load (0.9ms) 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 (2.2ms) 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 (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 4], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]]  (0.3ms) BEGIN PublicActivity::Activity Create (1.3ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 4], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 13:53:28.814356"], ["updated_at", "2019-01-22 13:53:28.814356"]] KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 4]] KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 15]] KepplerFrontend::View Destroy (0.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 4]] KepplerFrontend::View Update All (1.2ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 13:53:28.830417' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (377.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 751ms (ActiveRecord: 400.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:53:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (1.1ms) 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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.0ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (38.8ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.7ms) KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 4], ["id", 5], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (18.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (11.0ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (106.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (213.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (639.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (172.9ms) Rendered admin/layouts/_messages.html.haml (6.6ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (81.1ms) Completed 200 OK in 1460ms (Views: 1179.9ms | ActiveRecord: 20.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:53:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:53:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:53:31 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:53:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (2.4ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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 (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 2.7ms | ActiveRecord: 13.6ms) Started DELETE "/admin/frontend/views/5" for 127.0.0.1 at 2019-01-22 09:53:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy as HTML Parameters: {"authenticity_token"=>"zcHLunStoWUAeU+gZo1GjzOj9xV2pUqinLohgBIN+gChrH07wafz1ie57XwvOReyB8Rul8sHXdiHDB/He6evng==", "id"=>"5"} Setting Load (2.1ms) 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 (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" Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 5], ["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 5]]  (0.5ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 5], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 13:53:34.502097"], ["updated_at", "2019-01-22 13:53:34.502097"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 5], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 5]] KepplerFrontend::View Destroy (1.3ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 5]] KepplerFrontend::View Update All (1.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 13:53:34.519374' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (56.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (2.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 207ms (ActiveRecord: 79.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:53:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (16.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (18.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (12.6ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (99.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (160.8ms) Started GET "/" for 127.0.0.1 at 2019-01-22 09:53:35 -0400 Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (586.7ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (160.8ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (37.6ms) Completed 200 OK in 1327ms (Views: 1005.4ms | ActiveRecord: 61.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 09:53:36 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:53:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:53:36 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 09:53:36 -0400 Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (7.4ms) 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"]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] SocialAccount Load (1.7ms) 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" 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 (3.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (4.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] User Load (17.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (1.6ms) SELECT "scripts".* FROM "scripts" Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (24.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 401ms (ActiveRecord: 166.3ms) NoMethodError - undefined method `before' for [:index, :show]:Array: CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (4.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 387ms (Views: 1.5ms | ActiveRecord: 158.6ms) Started POST "/__better_errors/05cdf277928ad62d/variables" for 127.0.0.1 at 2019-01-22 09:53:37 -0400 Started GET "/" for 127.0.0.1 at 2019-01-22 09:53:44 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.6ms) 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.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]] SmtpSetting Load (0.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (0.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (40.4ms) Rendered app/layouts/_google_analytics.html.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (42.7ms) Rendered app/layouts/_head.html.haml (690.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (779.9ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (27.8ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (4.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2540.1ms) Completed 200 OK in 3476ms (Views: 3330.5ms | ActiveRecord: 6.2ms) Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-22 09:53:49 -0400 Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 09:53:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (1.4ms) 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 (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (35.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (40.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (672.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (152.9ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (35.1ms) Completed 200 OK in 1079ms (Views: 964.4ms | ActiveRecord: 21.4ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 09:53:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iwvdrxNAat6GsiEVU3OTwyyjR61pTaf/+N4H8LN8Ah82N8dMWrYqwIepZguTVWUA8kiPkYjyNcoyISU8KImp9w==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "index"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/"], ["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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-22 13:53:58.047786"], ["updated_at", "2019-01-22 13:53:58.047786"]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 13:53:58.060804"], ["updated_at", "2019-01-22 13:53:58.060804"]]  (38.8ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/6/editor KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 144ms (ActiveRecord: 59.8ms) Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:53:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (31.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (39.0ms) Completed 500 Internal Server Error in 347ms (ActiveRecord: 46.9ms) Module::DelegationError - KepplerFrontend::View#output_html delegated to output.html, but output is nil: #: Started POST "/__better_errors/f958a7de27f9085b/variables" for 127.0.0.1 at 2019-01-22 09:53:59 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (2.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:56:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (34.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (41.2ms) Completed 500 Internal Server Error in 440ms (ActiveRecord: 47.5ms) NoMethodError - undefined method `output_html' for # Did you mean? output: Started POST "/__better_errors/a0d479258ff4b4d9/variables" for 127.0.0.1 at 2019-01-22 09:56:25 -0400 PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.2ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] CACHE PublicActivity::Activity Load (0.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] CACHE KepplerFrontend::Partial Load (0.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] CACHE KepplerFrontend::Function Load (0.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:56:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (1.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (27.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (33.1ms) Completed 500 Internal Server Error in 588ms (ActiveRecord: 55.8ms) Module::DelegationError - KepplerFrontend::View#output_html delegated to output.html, but output is nil: #: Started POST "/__better_errors/8c65139c7da63eb3/variables" for 127.0.0.1 at 2019-01-22 09:56:39 -0400 PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (6.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:57:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.7ms) KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.8ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.1ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (50.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (129.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (136.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (506.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (145.1ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (39.5ms) Completed 200 OK in 1183ms (Views: 875.5ms | ActiveRecord: 58.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:57:15 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:57:15 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:57:15 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:57:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (0.4ms) 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.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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.3ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (58.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (140.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (145.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (578.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (167.0ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (49.5ms) Completed 200 OK in 1271ms (Views: 994.9ms | ActiveRecord: 51.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:57:45 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:57:45 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:57:45 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:58:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (92.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (33.0ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.4ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (98.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (297.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (308.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (580.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (140.8ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (31.3ms) Completed 200 OK in 1426ms (Views: 1145.8ms | ActiveRecord: 10.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:58:53 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:58:53 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:58:53 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:59:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} 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.5ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (45.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.0ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (45.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (7556.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (7564.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (850.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (189.6ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (33.2ms) Completed 200 OK in 8965ms (Views: 8702.0ms | ActiveRecord: 10.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 09:59:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 09:59:51 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 09:59:51 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 09:59:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (37148.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (37160.5ms) Completed 500 Internal Server Error in 37216ms (ActiveRecord: 11.2ms) SystemExit - exit: (byebug):1:in `output' Started POST "/__better_errors/8b397dcbc93aaa0f/variables" for 127.0.0.1 at 2019-01-22 10:00:32 -0400 PublicActivity::Activity Load (1.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] KepplerFrontend::Partial Load (1.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::View Load (1.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 [["name", "keppler"], ["LIMIT", 11]] KepplerFrontend::Function Load (1.4ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 10:00:41 -0400  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (0.8ms) 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 (0.9ms) 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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (11.1ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (48.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (121.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (130.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (4473.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (295.6ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (39.7ms) Completed 200 OK in 5341ms (Views: 5005.5ms | ActiveRecord: 64.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:00:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:00:47 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:00:47 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 10:02:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (113774.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (113788.2ms) Completed 500 Internal Server Error in 114105ms (ActiveRecord: 57.7ms) SystemExit - exit: (byebug):1:in `output' Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 10:04:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (10.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (52.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (15.4ms) KepplerFrontend::View Load (2.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (53.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (7809.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (7917.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (635.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (257.9ms) Rendered admin/layouts/_messages.html.haml (7.3ms) Rendered admin/layouts/_preloader.html.haml (20.3ms) Rendered admin/layouts/_footer.html.haml (6.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (10.2ms) Rendered admin/layouts/_git_info.html.haml (44.3ms) Completed 200 OK in 9542ms (Views: 8954.8ms | ActiveRecord: 47.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:05:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:05:01 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (202.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:05:01 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 10:05:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (75.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (27.1ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.0ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (1.0ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (75.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (220.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (232.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2698.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (374.0ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (5.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (62.9ms) Completed 200 OK in 3898ms (Views: 3439.0ms | ActiveRecord: 75.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:05:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:05:42 -0400  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (56.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:05:44 -0400 Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 10:05:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (39.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.6ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (47.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (132.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (147.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2343.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (249.3ms) Rendered admin/layouts/_messages.html.haml (5.9ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (66.2ms) Completed 200 OK in 3436ms (Views: 2873.8ms | ActiveRecord: 69.4ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:05:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:05:59 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:05:59 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:06:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (8.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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" Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (29.7ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (22.4ms) Rendered public_activity/layout/_destroy.html.haml (5.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (6.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (107.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (184.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (502.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (102.5ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (39.7ms) Completed 200 OK in 1009ms (Views: 881.3ms | ActiveRecord: 52.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:06:07 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:06:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 67ms (Views: 3.0ms | ActiveRecord: 14.5ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 10:06:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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 (2.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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (46.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (50.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (521.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.2ms) Rendered admin/layouts/_messages.html.haml (6.8ms) Rendered admin/layouts/_preloader.html.haml (7.6ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (33.2ms) Completed 200 OK in 816ms (Views: 759.7ms | ActiveRecord: 14.5ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:06:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"G+LZzRBdSwNSsgKs9eDButdIRs8E508/eMkCjs3n+k+m3sMuWasLHVOpRbI1xjd5CaOO8+VY3QqyNiBCVhJRpw==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} Setting Load (0.7ms) 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.9ms) 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]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.5ms) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/login"], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 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", "show"], ["url", "/login"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-22 14:06:15.295651"], ["updated_at", "2019-01-22 14:06:15.295651"]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 14:06:15.304209"], ["updated_at", "2019-01-22 14:06:15.304209"]]  (45.1ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/7/editor KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 173ms (ActiveRecord: 61.1ms) Started GET "/admin/frontend/views/7/editor" for 127.0.0.1 at 2019-01-22 10:06:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"7"} Setting Load (0.4ms) 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.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 (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (40.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (14.0ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.7ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.8ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (51.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (143.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (150.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (529.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (136.9ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (40.9ms) Completed 200 OK in 1184ms (Views: 905.5ms | ActiveRecord: 60.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:06:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:06:17 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:06:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (4.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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 (3.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (44.7ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (23.7ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (6.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (7.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (2.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (97.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (194.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (664.1ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (183.0ms) Rendered admin/layouts/_messages.html.haml (7.3ms) Rendered admin/layouts/_preloader.html.haml (8.1ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.3ms) Rendered admin/layouts/_git_info.html.haml (49.4ms) Completed 200 OK in 1300ms (Views: 1172.9ms | ActiveRecord: 39.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:06:21 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:06:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (5.4ms) 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]] CACHE Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 100ms (Views: 7.0ms | ActiveRecord: 22.5ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:06:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (71.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (76.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (613.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (97.0ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (46.4ms) Completed 200 OK in 967ms (Views: 896.1ms | ActiveRecord: 16.4ms) Started PATCH "/admin/frontend/views/6" for 127.0.0.1 at 2019-01-22 10:06:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"CGvE3P+RBZDUm2/q3544DM+QEH/jTXiC1ja6xl6HKajWOsD+fyWhypnsF3mB+5VuD6oZ5r1QmwTYY3K0riv2Xg==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166003086"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"6"} Setting Load (1.2ms) 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 (1.0ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.7ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 6], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 6]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:06:44.129532"], ["updated_at", "2019-01-22 14:06:44.129532"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:06:44.132365"], ["updated_at", "2019-01-22 14:06:44.132365"]]  (21.0ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["LIMIT", 1]] Completed 500 Internal Server Error in 111ms (ActiveRecord: 37.7ms) SyntaxError - syntax error, unexpected tIDENTIFIER, expecting '}' before_filter: "before_filter :#{@callback... ^~~~~~~~~~~~~ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:65: syntax error, unexpected ':', expecting keyword_end after_action: "after_action :#{@callback.n... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:66: syntax error, unexpected ':', expecting keyword_end after_filter: "after_filter :#{@callback.n... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:71: unterminated string meets end of file /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:71: syntax error, unexpected end-of-input, expecting keyword_end: Started POST "/__better_errors/8ea005ee26a573c2/variables" for 127.0.0.1 at 2019-01-22 10:06:44 -0400 PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:07:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (37.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (159.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (166.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (703.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (179.1ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (28.9ms) Completed 200 OK in 1407ms (Views: 1135.7ms | ActiveRecord: 18.3ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:07:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:07:15 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:07:16 -0400 Started DELETE "/admin/frontend/views/6/destroy_callback/16" for 127.0.0.1 at 2019-01-22 10:07:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"16"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Completed 500 Internal Server Error in 103ms (ActiveRecord: 19.1ms) SyntaxError - syntax error, unexpected tIDENTIFIER, expecting '}' before_filter: "before_filter :#{@callback... ^~~~~~~~~~~~~ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:65: syntax error, unexpected ':', expecting keyword_end after_action: "after_action :#{@callback.n... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:66: syntax error, unexpected ':', expecting keyword_end after_filter: "after_filter :#{@callback.n... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:67: syntax error, unexpected '}', expecting keyword_end } ^: Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:07:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (17.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (91.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (97.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (640.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (104.2ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (10.2ms) Rendered admin/layouts/_footer.html.haml (4.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (57.5ms) Completed 200 OK in 1041ms (Views: 995.9ms | ActiveRecord: 12.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:07:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:07:38 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:07:38 -0400 Started DELETE "/admin/frontend/views/6/destroy_callback/16" for 127.0.0.1 at 2019-01-22 10:07:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"16"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (0.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Completed 500 Internal Server Error in 61ms (ActiveRecord: 10.8ms) SyntaxError - syntax error, unexpected tIDENTIFIER, expecting '}' before_filter: "before_filter :#{@callback... ^~~~~~~~~~~~~ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:65: syntax error, unexpected ':', expecting keyword_end after_action: "after_action :#{@callback.n... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:66: syntax error, unexpected ':', expecting keyword_end after_filter: "after_filter :#{@callback.n... ^ /home/slice-d5/Proyectos/keppler_lab/keppler_core/rockets/keppler_frontend/app/services/keppler_frontend/callbacks/code_views.rb:67: syntax error, unexpected '}', expecting keyword_end } ^: Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:07:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (40.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (137.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (143.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (695.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (216.1ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (5.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (40.2ms) Completed 200 OK in 1434ms (Views: 1154.0ms | ActiveRecord: 61.1ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:07:59 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:07:59 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:07:59 -0400 Started DELETE "/admin/frontend/views/6/destroy_callback/16" for 127.0.0.1 at 2019-01-22 10:08:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"16"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]] Completed 500 Internal Server Error in 59ms (ActiveRecord: 10.6ms) NoMethodError - undefined method `change' for #: Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:08:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.7ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (43.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (191.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (196.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1111.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (242.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (8.8ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (37.9ms) Completed 200 OK in 1959ms (Views: 1643.8ms | ActiveRecord: 60.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:08:24 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:08:24 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:08:24 -0400 Started DELETE "/admin/frontend/views/6/destroy_callback/16" for 127.0.0.1 at 2019-01-22 10:08:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"16"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 16], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 16]]  (59.4ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (2.0ms) Completed 200 OK in 254ms (Views: 54.1ms | ActiveRecord: 74.2ms) Started PATCH "/admin/frontend/views/6" for 127.0.0.1 at 2019-01-22 10:08:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"izxVMZp733Y6hkcQqvFsnEuIr/9fDSRa4A2wKRZvHW/nUeOwL3GNxR1G5czjRT2hf+82feKvMyD7u45uf8VI8Q==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166116056"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"6"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 6], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 6]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:08:38.100053"], ["updated_at", "2019-01-22 14:08:38.100053"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:08:38.102802"], ["updated_at", "2019-01-22 14:08:38.102802"]]  (21.7ms) COMMIT KepplerFrontend::ViewCallback Load (1.1ms) 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views/6/edit KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 328ms (ActiveRecord: 37.0ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:08:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (44.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (29.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (143.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (149.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (709.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (177.2ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (35.5ms) Completed 200 OK in 1401ms (Views: 1130.1ms | ActiveRecord: 58.6ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:08:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:08:40 -0400 Started DELETE "/admin/frontend/views/6/destroy_callback/17" for 127.0.0.1 at 2019-01-22 10:08:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"17"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.0ms) 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.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 17], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 17]]  (29.4ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.0ms) Completed 200 OK in 198ms (Views: 55.7ms | ActiveRecord: 51.6ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:11:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (54.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (139.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (144.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1115.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (237.5ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (53.1ms) Completed 200 OK in 1940ms (Views: 1629.7ms | ActiveRecord: 69.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:11:17 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:11:17 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:11:17 -0400 Started PATCH "/admin/frontend/views/6" for 127.0.0.1 at 2019-01-22 10:11:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"VabIv83vIHpqVFSGHffRd20ITB9hR5MHG1kdQoV1Ijk5y34+eOVyyU2U9lpUQ4BKWW/VndzlhH0A7yMF7N93pw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166280369"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"6"} 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.8ms) 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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 6], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 6]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:11:22.321001"], ["updated_at", "2019-01-22 14:11:22.321001"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:11:22.323392"], ["updated_at", "2019-01-22 14:11:22.323392"]]  (22.6ms) COMMIT KepplerFrontend::ViewCallback Load (1.1ms) 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Redirected to http://localhost:3000/admin/frontend/views/6/edit KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 116ms (ActiveRecord: 39.3ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:11:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (37.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (21.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (144.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (149.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (640.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (53.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (171.0ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (39.4ms) Completed 200 OK in 1361ms (Views: 1074.4ms | ActiveRecord: 53.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:11:24 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:11:24 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:11:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.8ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (54.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6], ["id", 7], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (25.3ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (7.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (4.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (87.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (211.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (682.9ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (55.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (165.3ms) Rendered admin/layouts/_messages.html.haml (8.1ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (5.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (53.0ms) Completed 200 OK in 1280ms (Views: 1206.1ms | ActiveRecord: 20.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:11:27 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:11:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (4.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (6.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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 (5.6ms) 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 (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 88ms (Views: 2.2ms | ActiveRecord: 27.3ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:11:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (51.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (57.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (730.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (45.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.3ms) Rendered admin/layouts/_messages.html.haml (7.4ms) Rendered admin/layouts/_preloader.html.haml (8.0ms) Rendered admin/layouts/_footer.html.haml (6.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (52.4ms) Completed 200 OK in 1117ms (Views: 1073.7ms | ActiveRecord: 12.1ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:11:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"jRDbpxAUJhQVWLW59EN7WpghKe0S15f+MYjLcjtTrR8b1X+I/hzvQH0JZqXr+x364y1i3UcGToN1HtQE5MHODA==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166292944"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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 (1.2ms) 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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]]  (1.6ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (2.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:11:34.239506"], ["updated_at", "2019-01-22 14:11:34.239506"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:11:34.244979"], ["updated_at", "2019-01-22 14:11:34.244979"]]  (131.8ms) COMMIT KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (5.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (7.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 257ms (ActiveRecord: 164.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:11:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.4ms) 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (49.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (22.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (157.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (163.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (787.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (194.7ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (41.1ms) Completed 200 OK in 1600ms (Views: 1239.7ms | ActiveRecord: 71.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:11:37 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:11:37 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/19" for 127.0.0.1 at 2019-01-22 10:12:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"19"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) 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 (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 19], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.7ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.0ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 19]]  (38.3ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (2.8ms) Completed 200 OK in 320ms (Views: 60.7ms | ActiveRecord: 53.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:12:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.2ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (27.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (6.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (93.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (177.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (606.3ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (212.1ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (7.9ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (42.5ms) Completed 200 OK in 1393ms (Views: 1110.2ms | ActiveRecord: 19.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:12:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:12:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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 (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 73ms (Views: 2.0ms | ActiveRecord: 13.7ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:12:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (95.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (105.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (687.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (115.6ms) Rendered admin/layouts/_messages.html.haml (6.4ms) Rendered admin/layouts/_preloader.html.haml (8.8ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (37.4ms) Completed 200 OK in 1098ms (Views: 1028.8ms | ActiveRecord: 15.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:12:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:12:16 -0400 Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (8.0ms) 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 (1.1ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (5.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.0ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:12:16 -0400 KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (72.9ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (29.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (6.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (7.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Rendered public_activity/layout/_update.html.haml (1.7ms) Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.7ms) Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered public_activity/layout/_update.html.haml (0.6ms) SocialAccount Load (0.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) KepplerLanguages::Language Load (0.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Rendered public_activity/layout/_update.html.haml (1.0ms) Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (1.1ms) SmtpSetting Load (0.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.7ms) CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (1.4ms) CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.7ms) 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", 1], ["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.7ms) 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) CACHE Role Load (0.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]] Rendered public_activity/layout/_create.html.haml (1.1ms) KepplerFrontend::View Load (1.6ms) 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]] Rendered public_activity/layout/_create.html.haml (0.7ms) KepplerFrontend::View Load (1.2ms) 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]] Rendered public_activity/layout/_destroy.html.haml (0.7ms) KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (1.2ms) KepplerFrontend::ViewCallback Load (1.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] Rendered public_activity/layout/_destroy.html.haml (0.6ms) KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (0.8ms)  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendered public_activity/layout/_create.html.haml (0.7ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 81ms (Views: 2.0ms | ActiveRecord: 19.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (159.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (291.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (620.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (97.4ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.3ms) Rendered admin/layouts/_git_info.html.haml (51.8ms) Completed 200 OK in 1260ms (Views: 1130.6ms | ActiveRecord: 42.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:12:17 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:12:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 75ms (Views: 2.8ms | ActiveRecord: 13.9ms) Started GET "/admin/frontend/views/7/editor" for 127.0.0.1 at 2019-01-22 10:12:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"7"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (4.2ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (40.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (18.1ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (55.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (155.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (162.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (634.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (121.8ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (9.9ms) Rendered admin/layouts/_footer.html.haml (5.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (44.0ms) Completed 200 OK in 1117ms (Views: 1033.6ms | ActiveRecord: 27.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:12:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:12:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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" Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 89ms (Views: 4.0ms | ActiveRecord: 17.5ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:12:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.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" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (41.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (34.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (180.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (190.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (667.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (111.9ms) Rendered admin/layouts/_messages.html.haml (5.6ms) Rendered admin/layouts/_preloader.html.haml (9.2ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (36.3ms) Completed 200 OK in 1157ms (Views: 1094.3ms | ActiveRecord: 11.1ms) Started DELETE "/admin/frontend/views/6/destroy_callback/18" for 127.0.0.1 at 2019-01-22 10:12:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"18"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 18], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.9ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 18]]  (39.0ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.2ms) Completed 200 OK in 218ms (Views: 62.5ms | ActiveRecord: 55.7ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:13:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (1.0ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (35.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (98.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (103.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (529.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (185.1ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (31.7ms) Completed 200 OK in 1167ms (Views: 897.2ms | ActiveRecord: 63.6ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:13:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:13:56 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:13:56 -0400 Started PATCH "/admin/frontend/views/6" for 127.0.0.1 at 2019-01-22 10:13:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"/J4/0DnbOLb1ywOAj5cdK0J+J27rfYodfCmDea8orCGQ84lRjNFqBdILoVzGI0wWdhm+7FbfnWdnn70+xoL5vw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166437710"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"6"} 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.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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (2.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 6], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 6]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:13:59.084983"], ["updated_at", "2019-01-22 14:13:59.084983"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086780"], ["updated_at", "2019-01-22 14:13:59.086780"]]  (22.6ms) COMMIT KepplerFrontend::ViewCallback Load (1.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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Redirected to http://localhost:3000/admin/frontend/views/6/edit KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 118ms (ActiveRecord: 40.9ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:13:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (29.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (108.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (114.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (701.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (148.2ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (7.1ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (31.4ms) Completed 200 OK in 1255ms (Views: 1053.9ms | ActiveRecord: 10.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:14:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:14:01 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:14:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (2.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.3ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (55.8ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6], ["id", 7], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (29.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (6.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (7.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (2.3ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (111.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (232.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (671.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.3ms) Rendered admin/layouts/_messages.html.haml (7.8ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (34.5ms) Completed 200 OK in 1193ms (Views: 1114.6ms | ActiveRecord: 20.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:14:03 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:14:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 76ms (Views: 3.6ms | ActiveRecord: 13.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:14:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (3.4ms) 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.8ms) 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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (60.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (66.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (907.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.5ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (35.5ms) Completed 200 OK in 1229ms (Views: 1172.5ms | ActiveRecord: 16.0ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:14:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Tpc4KERz7wO78sUf39XnNKFXoEpphwsY4G/0oLhaJXDYUpwHqnsmV9OjFgPAbYGU2lvrejxW0mWk+evWZ8hGYw==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166450349"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.7ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (1.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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:14:11.750638"], ["updated_at", "2019-01-22 14:14:11.750638"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:14:11.753234"], ["updated_at", "2019-01-22 14:14:11.753234"]]  (20.8ms) COMMIT 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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (2.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (2.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 121ms (ActiveRecord: 44.3ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:14:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.0ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (50.4ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (151.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (161.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (702.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (210.4ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (39.4ms) Completed 200 OK in 1535ms (Views: 1177.4ms | ActiveRecord: 64.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:14:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:14:14 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/21" for 127.0.0.1 at 2019-01-22 10:15:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"21"} Setting Load (1.4ms) 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.6ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Completed 500 Internal Server Error in 30111ms (ActiveRecord: 59.4ms) SystemExit - exit: (byebug):1:in `change' Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:16:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (246.3ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (136.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (952.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (993.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (8233.2ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (293.4ms) CACHE 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]] CACHE 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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1524.7ms) Rendered admin/layouts/_messages.html.haml (35.5ms) Rendered admin/layouts/_preloader.html.haml (89.3ms) Rendered admin/layouts/_footer.html.haml (25.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (41.6ms) Rendered admin/layouts/_git_info.html.haml (110.2ms) Completed 200 OK in 13123ms (Views: 11495.9ms | ActiveRecord: 103.5ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:16:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:16:29 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (33.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:16:30 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/21" for 127.0.0.1 at 2019-01-22 10:16:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"21"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] Completed 500 Internal Server Error in 341880ms (ActiveRecord: 74.8ms) SystemExit - exit: (byebug):1:in `search_callback' Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:22:35 -0400  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (32.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (19.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (139.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (146.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (4405.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (2.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (448.3ms) Rendered admin/layouts/_messages.html.haml (9.2ms) Rendered admin/layouts/_preloader.html.haml (10.8ms) Rendered admin/layouts/_footer.html.haml (7.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.9ms) Rendered admin/layouts/_git_info.html.haml (64.0ms) Completed 200 OK in 5536ms (Views: 5153.6ms | ActiveRecord: 88.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:22:42 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:22:42 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:22:42 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/21" for 127.0.0.1 at 2019-01-22 10:22:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"21"} Setting Load (3.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 21], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (55.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."unction_type" = $2 [["name", "user_authenticate"], ["unction_type", "before_action"]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 21]]  (74.7ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.6ms) Completed 200 OK in 284ms (Views: 54.6ms | ActiveRecord: 148.1ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:22:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"wnxAexgBDKPkP5albtbTtm7ezZmZ9abiOhxSh09KU/SuEfb6rQteEMP/NHknYoKLWrlUGyRXsZghqmzAJuAGag==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548166973800"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:22:55.417755"], ["updated_at", "2019-01-22 14:22:55.417755"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:22:55.420442"], ["updated_at", "2019-01-22 14:22:55.420442"]]  (15.1ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (2.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."unction_type" = $2 [["name", "user_authenticate"], ["unction_type", "before_action"]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 408ms (ActiveRecord: 85.0ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:22:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (34.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (110.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (115.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (601.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (172.0ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (31.9ms) Completed 200 OK in 1333ms (Views: 975.8ms | ActiveRecord: 53.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:22:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:22:57 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/22" for 127.0.0.1 at 2019-01-22 10:23:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"22"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) 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 (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 22], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (4.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."unction_type" = $2 [["name", "user_authenticate"], ["unction_type", "before_action"]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 22]]  (31.4ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.5ms) Completed 200 OK in 489ms (Views: 65.4ms | ActiveRecord: 92.8ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:24:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"spFEBpZ3cVLXWrU4PMLhY9i+ga9waV8qvynXTidAIdTe/PKHI30j4fCaF+R1drBe7NkYLc3LSFCkn+kJTup0Sg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167051106"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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 (1.4ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:24:12.691852"], ["updated_at", "2019-01-22 14:24:12.691852"]] KepplerFrontend::ViewCallback Create (2.0ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:24:12.697249"], ["updated_at", "2019-01-22 14:24:12.697249"]]  (15.1ms) COMMIT 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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (5.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."unction_type" = $2 [["name", "user_authenticate"], ["unction_type", "before_action"]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 225ms (ActiveRecord: 45.2ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:24:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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 [["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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (119.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (125.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (542.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (166.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (36.3ms) Completed 200 OK in 1181ms (Views: 934.4ms | ActiveRecord: 50.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:24:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:24:14 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/23" for 127.0.0.1 at 2019-01-22 10:24:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"23"} Setting Load (1.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 [["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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] Completed 500 Internal Server Error in 33448ms (ActiveRecord: 53.5ms) SystemExit - exit: (byebug):1:in `search_callback' Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:25:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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" Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (10.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (253.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (151.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (911.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (962.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (7331.4ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (338.7ms) CACHE 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]] CACHE 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]] Permission Load (1.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1665.2ms) Rendered admin/layouts/_messages.html.haml (52.1ms) Rendered admin/layouts/_preloader.html.haml (89.2ms) Rendered admin/layouts/_footer.html.haml (44.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (46.5ms) Rendered admin/layouts/_git_info.html.haml (146.7ms) Completed 200 OK in 12289ms (Views: 10808.0ms | ActiveRecord: 123.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:25:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:25:38 -0400  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (30.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:25:39 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/23" for 127.0.0.1 at 2019-01-22 10:26:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"23"} Setting Load (2.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (2.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 AND "keppler_frontend_view_callbacks"."unction_type" = $2 [["name", "user_authenticate"], ["unction_type", "before_action"]] Completed 500 Internal Server Error in 570ms (ActiveRecord: 69.1ms) PG::UndefinedColumn - ERROR: column keppler_frontend_view_callbacks.unction_type does not exist LINE 1: ..."keppler_frontend_view_callbacks"."name" = $1 AND "keppler_f... ^ HINT: Perhaps you meant to reference the column "keppler_frontend_view_callbacks.function_type". : Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:27:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (28.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (138.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (148.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2998.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (267.8ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (42.7ms) Completed 200 OK in 3580ms (Views: 3519.8ms | ActiveRecord: 19.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:27:25 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:27:25 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:27:26 -0400 Started PUT "/__web_console/repl_sessions/c3add5586944c2fcbe9d67f90acfa621" for 127.0.0.1 at 2019-01-22 10:27:29 -0400 KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started PUT "/__web_console/repl_sessions/c3add5586944c2fcbe9d67f90acfa621" for 127.0.0.1 at 2019-01-22 10:27:31 -0400 Started PUT "/__web_console/repl_sessions/c3add5586944c2fcbe9d67f90acfa621" for 127.0.0.1 at 2019-01-22 10:27:31 -0400 Started PUT "/__web_console/repl_sessions/c3add5586944c2fcbe9d67f90acfa621" for 127.0.0.1 at 2019-01-22 10:27:38 -0400 Started PUT "/__web_console/repl_sessions/c3add5586944c2fcbe9d67f90acfa621" for 127.0.0.1 at 2019-01-22 10:27:39 -0400 KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $1 [["LIMIT", 1]] Started DELETE "/admin/frontend/views/7/destroy_callback/23" for 127.0.0.1 at 2019-01-22 10:28:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"23"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 23], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.5ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.2ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 23]]  (46.0ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 412ms (Views: 58.3ms | ActiveRecord: 92.8ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:28:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GFTadBHJ8zQGU0MwyKjmwQTiSKTKmk4i/faYxMgVS7p0OWz1pMOhhyGT4eyBHLf8MIXRJnc4WVjmQKaDob8eJA==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167291584"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:28:13.812702"], ["updated_at", "2019-01-22 14:28:13.812702"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:28:13.814970"], ["updated_at", "2019-01-22 14:28:13.814970"]]  (45.3ms) COMMIT 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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 395ms (ActiveRecord: 99.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:28:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (0.3ms) 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.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (105.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (109.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (743.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.3ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (34.3ms) Completed 200 OK in 1267ms (Views: 1071.0ms | ActiveRecord: 44.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:28:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:28:16 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/24" for 127.0.0.1 at 2019-01-22 10:28:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"24"} 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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 24], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 24]]  (35.0ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.7ms) Completed 200 OK in 184ms (Views: 65.4ms | ActiveRecord: 46.8ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:29:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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 [["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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (28.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (87.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (92.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (608.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (225.8ms) Rendered admin/layouts/_messages.html.haml (4.6ms) Rendered admin/layouts/_preloader.html.haml (10.7ms) Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (52.6ms) Completed 200 OK in 1325ms (Views: 1043.7ms | ActiveRecord: 55.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:29:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:29:07 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:29:08 -0400 Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:29:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tWa8FZIFlImhTaOdIhTKAeTibKW8c7UZuSTk04tPsKzZCwqUJw/GOoaNAUFroJs80IX1JwHRomOiktqU4uXlMg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167355094"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:29:17.976240"], ["updated_at", "2019-01-22 14:29:17.976240"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:29:17.978250"], ["updated_at", "2019-01-22 14:29:17.978250"]]  (16.7ms) COMMIT 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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Completed 500 Internal Server Error in 36536ms (ActiveRecord: 67.5ms) SystemExit - exit: (byebug):1:in `change' Started POST "/__better_errors/883e404f343acd89/variables" for 127.0.0.1 at 2019-01-22 10:29:54 -0400 PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:29:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tWa8FZIFlImhTaOdIhTKAeTibKW8c7UZuSTk04tPsKzZCwqUJw/GOoaNAUFroJs80IX1JwHRomOiktqU4uXlMg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167355094"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (9.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE 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.8ms) BEGIN KepplerFrontend::View Exists (1.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]]  (1.0ms) ROLLBACK Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (239.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (81.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (128.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (919.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (954.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (6619.2ms) Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (330.5ms) 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]] CACHE 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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1333.9ms) Rendered admin/layouts/_messages.html.haml (39.1ms) Rendered admin/layouts/_preloader.html.haml (72.1ms) Rendered admin/layouts/_footer.html.haml (36.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (41.2ms) Rendered admin/layouts/_git_info.html.haml (97.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 200 OK in 11249ms (Views: 9654.3ms | ActiveRecord: 98.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:30:21 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:30:21 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (15.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:30:22 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/0" for 127.0.0.1 at 2019-01-22 10:30:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"0"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 0], ["LIMIT", 1]] Completed 404 Not Found in 445ms (ActiveRecord: 48.8ms) ActiveRecord::RecordNotFound - Couldn't find KepplerFrontend::ViewCallback with 'id'=0: Started GET "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:30:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#show as HTML Parameters: {"id"=>"7"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/show.html.haml within keppler_frontend/admin/layouts/application (27.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2798.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (280.5ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (35.2ms) Completed 200 OK in 3286ms (Views: 3223.2ms | ActiveRecord: 12.7ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:30:39 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:30:39 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:30:39 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:30:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (7.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.0ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) 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 (2.1ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (49.2ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (29.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (8.2ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (4.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (129.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (234.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (495.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (85.3ms) Rendered admin/layouts/_messages.html.haml (7.5ms) Rendered admin/layouts/_preloader.html.haml (9.7ms) Rendered admin/layouts/_footer.html.haml (3.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (43.1ms) Completed 200 OK in 1038ms (Views: 925.3ms | ActiveRecord: 35.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:30:42 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:30:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (2.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 75ms (Views: 4.6ms | ActiveRecord: 17.1ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:30:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (10.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (73.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (79.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (556.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.4ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (15.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (40.1ms) Completed 200 OK in 897ms (Views: 847.0ms | ActiveRecord: 12.6ms) Started DELETE "/admin/frontend/views/6/destroy_callback/20" for 127.0.0.1 at 2019-01-22 10:30:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"20"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.1ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 20], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" LIMIT $1 [["LIMIT", 11]] KepplerFrontend::ViewCallback Load (1.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks"  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 20]]  (27.6ms) COMMIT  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 25]]  (4.8ms) COMMIT Completed 500 Internal Server Error in 55409ms (ActiveRecord: 52.5ms) SystemExit - exit: (byebug):1:in `change' Started GET "/admin/frontend/views/" for 127.0.0.1 at 2019-01-22 10:31:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (1.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 (1.1ms) 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 (1.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) BEGIN KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] KepplerFrontend::ViewCallback Create (1.1ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (35.3ms) COMMIT KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.3ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] Rendered admin/layouts/_listing_preloader.haml (73.2ms) KepplerFrontend::View Load (1.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (494.3ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (697.2ms) Rendered public_activity/layout/_update.html.haml (11.0ms) Rendered public_activity/layout/_update.html.haml (11.1ms) Rendered public_activity/layout/_update.html.haml (9.4ms) Rendered public_activity/layout/_update.html.haml (9.4ms) Rendered public_activity/layout/_update.html.haml (10.2ms) Rendered public_activity/layout/_update.html.haml (17.3ms) Rendered public_activity/layout/_update.html.haml (19.8ms) Rendered public_activity/layout/_update.html.haml (30.4ms) Rendered public_activity/layout/_update.html.haml (27.4ms) Rendered public_activity/layout/_create.html.haml (161.6ms) Rendered public_activity/layout/_create.html.haml (9.8ms) Rendered public_activity/layout/_destroy.html.haml (83.7ms) Rendered public_activity/layout/_destroy.html.haml (9.2ms) Rendered public_activity/layout/_update.html.haml (17.8ms) Rendered public_activity/layout/_update.html.haml (9.6ms) Rendered public_activity/layout/_update.html.haml (11.5ms) Rendered public_activity/layout/_update.html.haml (13.2ms) Rendered public_activity/layout/_update.html.haml (12.3ms) Rendered public_activity/layout/_update.html.haml (32.4ms) Rendered public_activity/layout/_update.html.haml (11.7ms) Rendered public_activity/layout/_update.html.haml (11.1ms) Rendered public_activity/layout/_update.html.haml (13.7ms) Rendered public_activity/layout/_update.html.haml (16.3ms) Rendered public_activity/layout/_update.html.haml (26.7ms) Rendered public_activity/layout/_update.html.haml (10.3ms) Rendered public_activity/layout/_update.html.haml (11.3ms) Rendered public_activity/layout/_update.html.haml (10.4ms) Rendered public_activity/layout/_update.html.haml (18.0ms) Rendered public_activity/layout/_create.html.haml (27.3ms) Rendered public_activity/layout/_create.html.haml (10.2ms) Rendered public_activity/layout/_destroy.html.haml (9.8ms) Rendered public_activity/layout/_create.html.haml (12.7ms) Rendered public_activity/layout/_destroy.html.haml (6.4ms) Rendered public_activity/layout/_create.html.haml (13.8ms) Rendered public_activity/layout/_create.html.haml (28.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (1749.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (2760.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (8667.1ms) Appearance Load (3.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (409.3ms) CACHE 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]] CACHE 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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Role Load (10.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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1098.1ms) Rendered admin/layouts/_messages.html.haml (56.5ms) Rendered admin/layouts/_preloader.html.haml (82.0ms) Rendered admin/layouts/_footer.html.haml (35.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (42.8ms) Rendered admin/layouts/_git_info.html.haml (116.8ms) Completed 200 OK in 14090ms (Views: 13414.8ms | ActiveRecord: 105.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:32:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:32:09 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:32:09 -0400  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (193.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/admin/frontend/views//page/1.json" for 127.0.0.1 at 2019-01-22 10:32:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (4.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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 (1.0ms) 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 (4.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 567ms (Views: 17.9ms | ActiveRecord: 95.9ms) Started GET "/admin/frontend/views/6/editor" for 127.0.0.1 at 2019-01-22 10:32:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"6"} 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.8ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (36.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (12.1ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.6ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.7ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (64.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (142.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (150.2ms) Started GET "/admin/frontend/views/" for 127.0.0.1 at 2019-01-22 10:32:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (10.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (6.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" Appearance Load (2.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (6.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (11.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.0ms) KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (47.4ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (4.5ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (3.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (41.3ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (5.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (4.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (183.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (296.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3530.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (798.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (818.8ms) Rendered admin/layouts/_sidebar.html.haml (351.6ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (4.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (36.4ms) Completed 200 OK in 1670ms (Views: 1425.8ms | ActiveRecord: 173.2ms) Rendered admin/layouts/_git_info.html.haml (34.0ms) Completed 200 OK in 4735ms (Views: 4640.0ms | ActiveRecord: 17.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:32:15 -0400 Started GET "/admin/frontend/views//page/1.json" for 127.0.0.1 at 2019-01-22 10:32:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (4.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 2.0ms | ActiveRecord: 15.2ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:32:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (70.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (74.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (663.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (107.9ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (38.6ms) Completed 200 OK in 980ms (Views: 941.2ms | ActiveRecord: 10.0ms) Started DELETE "/admin/frontend/views/6/destroy_callback/26" for 127.0.0.1 at 2019-01-22 10:32:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"26"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 26], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.0ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 26]]  (51.3ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.6ms) Completed 200 OK in 185ms (Views: 51.8ms | ActiveRecord: 63.7ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:32:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (29.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (88.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (92.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (622.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (142.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (44.8ms) Completed 200 OK in 1228ms (Views: 944.7ms | ActiveRecord: 54.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:32:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:32:26 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:32:26 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:32:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (6.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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (22.3ms) COMMIT KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.5ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.8ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (31.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (4.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (96.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (218.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (538.9ms) Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (98.7ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (8.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (31.7ms) Completed 200 OK in 1073ms (Views: 948.5ms | ActiveRecord: 54.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:32:30 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:32:30 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (3.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 72ms (Views: 2.6ms | ActiveRecord: 15.1ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:32:34 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (29.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (91.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (95.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (716.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (176.7ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (33.3ms) Completed 200 OK in 1280ms (Views: 1089.3ms | ActiveRecord: 9.2ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:32:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"DGyNGhDxfGliCoEJ0XaooI7TSm6o2toIjAeMZRo+HI2aqSk1/vm1PQpbUhXOzs4A9d8BXv0LA3XIkZMTxax/ng==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167557515"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:32:39.232375"], ["updated_at", "2019-01-22 14:32:39.232375"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:32:39.234856"], ["updated_at", "2019-01-22 14:32:39.234856"]]  (20.2ms) COMMIT KepplerFrontend::ViewCallback Load (1.0ms) 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 118ms (ActiveRecord: 37.9ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:32:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (47.4ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (144.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (150.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (692.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (48.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (154.3ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (33.8ms) Completed 200 OK in 1362ms (Views: 1096.8ms | ActiveRecord: 58.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:32:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:32:41 -0400 Started PUT "/__web_console/repl_sessions/2f6c49aaacfd5dba5348bec596cd183e" for 127.0.0.1 at 2019-01-22 10:32:54 -0400 Started PUT "/__web_console/repl_sessions/2f6c49aaacfd5dba5348bec596cd183e" for 127.0.0.1 at 2019-01-22 10:32:57 -0400 KepplerFrontend::ViewCallback Load (2.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" LIMIT $1 [["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/2f6c49aaacfd5dba5348bec596cd183e" for 127.0.0.1 at 2019-01-22 10:34:02 -0400 Started PUT "/__web_console/repl_sessions/2f6c49aaacfd5dba5348bec596cd183e" for 127.0.0.1 at 2019-01-22 10:34:06 -0400 KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks"  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 27]]  (28.3ms) COMMIT  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 28]]  (5.7ms) COMMIT Started PUT "/__web_console/repl_sessions/2f6c49aaacfd5dba5348bec596cd183e" for 127.0.0.1 at 2019-01-22 10:34:13 -0400 KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" LIMIT $1 [["LIMIT", 11]] Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:34:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (53.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (59.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (616.9ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.6ms) Rendered admin/layouts/_messages.html.haml (5.2ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (64.6ms) Completed 200 OK in 916ms (Views: 875.1ms | ActiveRecord: 10.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:34:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:34:19 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:34:19 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:34:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (25.7ms) COMMIT KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.4ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (28.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (92.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (186.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (681.1ms) Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.7ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (4.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.2ms) Rendered admin/layouts/_git_info.html.haml (40.5ms) Completed 200 OK in 1177ms (Views: 1052.9ms | ActiveRecord: 48.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:34:22 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:34:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.6ms) 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.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 52ms (Views: 1.9ms | ActiveRecord: 11.0ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:34:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (1.4ms) 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (13.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (70.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (75.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (516.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (84.3ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.6ms) Rendered admin/layouts/_git_info.html.haml (36.3ms) Completed 200 OK in 830ms (Views: 788.5ms | ActiveRecord: 12.4ms) Started PUT "/__web_console/repl_sessions/4844b0f3e28003e80366a7b8386298dc" for 127.0.0.1 at 2019-01-22 10:34:40 -0400 Started PUT "/__web_console/repl_sessions/4844b0f3e28003e80366a7b8386298dc" for 127.0.0.1 at 2019-01-22 10:34:41 -0400 KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" LIMIT $1 [["LIMIT", 11]] Started PUT "/__web_console/repl_sessions/4844b0f3e28003e80366a7b8386298dc" for 127.0.0.1 at 2019-01-22 10:34:48 -0400 KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks"  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 29]]  (17.0ms) COMMIT Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:34:49 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (19.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (70.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (74.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (620.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.9ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Rendered admin/layouts/_git_info.html.haml (47.3ms) Completed 200 OK in 900ms (Views: 865.6ms | ActiveRecord: 11.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:34:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:34:52 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:34:52 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:34:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.5ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (49.9ms) COMMIT KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.7ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (27.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (14.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (112.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (191.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (704.7ms) Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (68.6ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (33.2ms) Completed 200 OK in 1187ms (Views: 1052.6ms | ActiveRecord: 70.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:34:57 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:34:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 58ms (Views: 5.4ms | ActiveRecord: 11.8ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:34:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (51.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (55.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (578.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.4ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (51.8ms) Completed 200 OK in 861ms (Views: 818.8ms | ActiveRecord: 12.6ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:35:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:35:01 -0400 Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (2.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (4.7ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:01 -0400 CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (35.8ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (39.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (5.2ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Rendered public_activity/layout/_destroy.html.haml (4.3ms) Parameters: {"page"=>"1"} Rendered public_activity/layout/_destroy.html.haml (0.5ms) Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.6ms) Appearance Load (1.3ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] Rendered public_activity/layout/_update.html.haml (0.6ms) SocialAccount Load (1.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Rendered public_activity/layout/_update.html.haml (0.5ms) Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.6ms) SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.5ms) CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.5ms) CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.5ms) User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.6ms) 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.7ms) CACHE Role Load (0.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]] Rendered public_activity/layout/_update.html.haml (0.6ms) KepplerFrontend::View Load (0.9ms) 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]] Rendered public_activity/layout/_update.html.haml (0.6ms) 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", "index"], ["LIMIT", 1]] Rendered public_activity/layout/_update.html.haml (0.6ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (0.7ms) KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] Rendered public_activity/layout/_create.html.haml (0.6ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] Rendered public_activity/layout/_destroy.html.haml (0.7ms)  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendered public_activity/layout/_create.html.haml (0.7ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered public_activity/layout/_destroy.html.haml (0.5ms) Completed 200 OK in 60ms (Views: 2.6ms | ActiveRecord: 18.0ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (142.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (234.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (568.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (35.8ms) Completed 200 OK in 1074ms (Views: 977.4ms | ActiveRecord: 24.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:35:02 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 55ms (Views: 2.9ms | ActiveRecord: 12.2ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:35:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (63.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (67.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (577.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (92.2ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (36.1ms) Completed 200 OK in 904ms (Views: 841.9ms | ActiveRecord: 14.7ms) Started PUT "/__web_console/repl_sessions/ffb9db628e2917ba49b324582706622c" for 127.0.0.1 at 2019-01-22 10:35:11 -0400 Started PUT "/__web_console/repl_sessions/ffb9db628e2917ba49b324582706622c" for 127.0.0.1 at 2019-01-22 10:35:11 -0400 KepplerFrontend::ViewCallback Load (2.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks"  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 30]]  (29.4ms) COMMIT Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:35:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (57.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (61.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (689.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (94.9ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (7.8ms) Rendered admin/layouts/_footer.html.haml (4.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.2ms) Rendered admin/layouts/_git_info.html.haml (31.5ms) Completed 200 OK in 983ms (Views: 950.0ms | ActiveRecord: 9.8ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:35:18 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:35:18 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:35:19 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:35:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (21.9ms) COMMIT KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.7ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (29.3ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (26.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (6.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (90.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (208.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (477.5ms) Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (117.1ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (30.7ms) Completed 200 OK in 1013ms (Views: 904.9ms | ActiveRecord: 43.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:35:25 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 49ms (Views: 3.0ms | ActiveRecord: 10.6ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:35:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (10.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (98.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (104.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (547.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (92.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (7.9ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (33.2ms) Completed 200 OK in 912ms (Views: 850.6ms | ActiveRecord: 11.7ms) Started DELETE "/admin/frontend/views/6/destroy_callback/31" for 127.0.0.1 at 2019-01-22 10:35:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"31"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 31], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (0.6ms) BEGIN KepplerFrontend::ViewCallback Destroy (2.0ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 31]]  (36.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 221ms (Views: 63.8ms | ActiveRecord: 54.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:35:37 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:35:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (13.1ms) COMMIT KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.3ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (42.8ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (35.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (9.0ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (8.0ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (145.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (238.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (628.3ms) Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (169.5ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (35.4ms) Completed 200 OK in 1363ms (Views: 1127.8ms | ActiveRecord: 36.2ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 261ms (Views: 1.9ms | ActiveRecord: 48.7ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.8ms | ActiveRecord: 10.0ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:35:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.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 (4.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (58.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (63.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (616.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (46.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (157.2ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (41.4ms) Completed 200 OK in 1003ms (Views: 954.4ms | ActiveRecord: 15.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:35:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:35:43 -0400 Appearance Load (17.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.6ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:44 -0400 KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (62.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (29.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (6.1ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (4.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (93.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (210.6ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 46ms (Views: 2.0ms | ActiveRecord: 11.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (682.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (78.8ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (42.1ms) Completed 200 OK in 1176ms (Views: 1072.9ms | ActiveRecord: 36.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:35:45 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:35:45 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 47ms (Views: 2.0ms | ActiveRecord: 9.9ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:35:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (3.9ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (59.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (66.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (587.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (105.5ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (43.3ms) Completed 200 OK in 911ms (Views: 864.2ms | ActiveRecord: 13.5ms) Started DELETE "/admin/frontend/views/6/destroy_callback/32" for 127.0.0.1 at 2019-01-22 10:36:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"32"} 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.4ms) 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (3.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 32], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (0.5ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.9ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 32]]  (46.0ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.6ms) Completed 200 OK in 237ms (Views: 51.4ms | ActiveRecord: 64.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:36:06 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:36:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) BEGIN KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (9.4ms) COMMIT KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.0ms) KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.8ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (42.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (10.9ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (4.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (133.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (247.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (922.2ms) Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (163.3ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (43.6ms) Completed 200 OK in 1770ms (Views: 1449.6ms | ActiveRecord: 85.5ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:36:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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 (1.0ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 346ms (Views: 3.1ms | ActiveRecord: 52.3ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:36:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 62ms (Views: 2.1ms | ActiveRecord: 12.6ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:36:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (1.5ms) 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 (6.0ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.8ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (4.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (13.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (76.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (81.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (607.9ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (151.1ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (44.0ms) Completed 200 OK in 1017ms (Views: 957.0ms | ActiveRecord: 26.8ms) Started PUT "/__web_console/repl_sessions/a6e0ba94ce5786118730950c587b76de" for 127.0.0.1 at 2019-01-22 10:36:30 -0400 Started PUT "/__web_console/repl_sessions/a6e0ba94ce5786118730950c587b76de" for 127.0.0.1 at 2019-01-22 10:36:31 -0400 KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks"  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 33]]  (23.9ms) COMMIT Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:37:04 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:37:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.1ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:13:59.086000"], ["updated_at", "2019-01-22 14:13:59.086000"]]  (26.7ms) COMMIT KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.3ms) KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (43.8ms) PublicActivity::Activity Exists (2.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (34.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (6.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (5.8ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (120.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (215.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (640.2ms) Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (161.4ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (7.3ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (51.2ms) Completed 200 OK in 1444ms (Views: 1125.8ms | ActiveRecord: 96.7ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:37:06 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:37:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] 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"]] 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]] SocialAccount Load (0.9ms) 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" KepplerLanguages::Language Load (1.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (13.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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", 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]] Role Load (5.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (13.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 (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::View Load (4.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 (1.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::CallbackFunction Load (5.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views"  (1.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] KepplerFrontend::View Load (2.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Completed 200 OK in 434ms (Views: 8.3ms | ActiveRecord: 127.4ms) Rendered admin/layouts/_listing_preloader.haml (14.4ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:37:07 -0400 KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (85.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (58.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (21.2ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (11.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (2.6ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered public_activity/layout/_destroy.html.haml (2.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (198.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (365.7ms) Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 71ms (Views: 3.4ms | ActiveRecord: 15.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (702.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (125.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (32.1ms) Completed 200 OK in 1692ms (Views: 1280.6ms | ActiveRecord: 116.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:37:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:37:09 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:37:09 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:37:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (2.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 67ms (Views: 3.8ms | ActiveRecord: 15.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:37:09 -0400 Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:37:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (12.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (70.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (75.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (565.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (77.6ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (6.0ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.7ms) Rendered admin/layouts/_git_info.html.haml (36.8ms) Completed 200 OK in 850ms (Views: 807.7ms | ActiveRecord: 12.4ms) Started DELETE "/admin/frontend/views/6/destroy_callback/34" for 127.0.0.1 at 2019-01-22 10:37:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"34"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.8ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 34]]  (33.6ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.0ms) Completed 200 OK in 176ms (Views: 53.9ms | ActiveRecord: 47.9ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:37:53 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:37:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (45.6ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (39.7ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (22.3ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (23.0ms) Rendered public_activity/layout/_destroy.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (168.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (269.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (853.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (151.4ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (29.6ms) Completed 200 OK in 1732ms (Views: 1380.2ms | ActiveRecord: 58.4ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:37:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 250ms (Views: 1.7ms | ActiveRecord: 37.8ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:37:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.3ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.5ms | ActiveRecord: 8.6ms) Started PUT "/__web_console/repl_sessions/cbea59cb517af3599c7bad8f098d2a93" for 127.0.0.1 at 2019-01-22 10:37:58 -0400 Started PUT "/__web_console/repl_sessions/cbea59cb517af3599c7bad8f098d2a93" for 127.0.0.1 at 2019-01-22 10:37:58 -0400 KepplerFrontend::ViewCallback Load (1.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:38:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (57.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (61.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (546.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (190.1ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.0ms) Rendered admin/layouts/_git_info.html.haml (32.0ms) Completed 200 OK in 937ms (Views: 883.5ms | ActiveRecord: 18.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:38:11 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:38:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (39.1ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (2.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (32.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (8.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (9.0ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (128.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (223.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (647.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (168.0ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (37.5ms) Completed 200 OK in 1406ms (Views: 1134.2ms | ActiveRecord: 56.7ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:38:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 291ms (Views: 2.0ms | ActiveRecord: 41.6ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:38:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 48ms (Views: 2.0ms | ActiveRecord: 8.5ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:38:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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 (1.0ms) 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 (1.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (15.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (89.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (95.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (651.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (165.2ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.1ms) Rendered admin/layouts/_git_info.html.haml (34.1ms) Completed 200 OK in 1063ms (Views: 1009.6ms | ActiveRecord: 16.1ms) Started PATCH "/admin/frontend/views/6" for 127.0.0.1 at 2019-01-22 10:38:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MRhJEbMHwsbnq/u3QsfNVDMe3QOnHtZTItdJ73XrMPnvSU0zM7NmnKrcgyQcomA28yTUmvkDNdUsgoGdhUfvDw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167896754"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"6"} 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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 6], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 6]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:38:18.441347"], ["updated_at", "2019-01-22 14:38:18.441347"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:38:18.443253"], ["updated_at", "2019-01-22 14:38:18.443253"]]  (21.0ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Redirected to http://localhost:3000/admin/frontend/views/6/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 101ms (ActiveRecord: 34.6ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:38:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (34.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (117.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (123.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (733.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (131.4ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (31.0ms) Completed 200 OK in 1310ms (Views: 1072.8ms | ActiveRecord: 53.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:38:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:38:20 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:38:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.0ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (42.1ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6], ["id", 7], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (33.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (9.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (5.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (124.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (219.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (555.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.4ms) Rendered admin/layouts/_messages.html.haml (3.9ms) Rendered admin/layouts/_preloader.html.haml (8.0ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (39.7ms) Completed 200 OK in 1011ms (Views: 949.6ms | ActiveRecord: 17.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:38:23 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:38:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.9ms) 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 54ms (Views: 2.4ms | ActiveRecord: 13.1ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:38:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.8ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (59.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (64.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (531.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.7ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (49.9ms) Completed 200 OK in 820ms (Views: 765.2ms | ActiveRecord: 12.4ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:38:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"pQdsEhN0ALRyZD5riFl5AaOEbCllCfT/X0gQQhgnRSUzwsg9/XzJ4Bo17XeX4R+h2IgnGTDYLYIb3g80x7UmNg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167907624"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:38:29.024961"], ["updated_at", "2019-01-22 14:38:29.024961"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:38:29.027402"], ["updated_at", "2019-01-22 14:38:29.027402"]]  (14.7ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 111ms (ActiveRecord: 29.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:38:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (31.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (100.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (135.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (599.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (130.7ms) Rendered admin/layouts/_messages.html.haml (4.1ms) Rendered admin/layouts/_preloader.html.haml (29.1ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (28.4ms) Completed 200 OK in 1190ms (Views: 964.9ms | ActiveRecord: 46.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:38:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:38:31 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/36" for 127.0.0.1 at 2019-01-22 10:38:55 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"36"} 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 36]]  (41.3ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.1ms) Completed 200 OK in 14690ms (Views: 53.4ms | ActiveRecord: 86.9ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:39:42 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZoXY/Zk4nFpT3UpHlHU6xMaF9Cma4bau6gRcjTzXBywK6G58LDLO6XQd6JvdwWv58uJtqydDodTxsmLKVX1Ssg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548167980622"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.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.9ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "before_action"], ["name", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:39:42.886758"], ["updated_at", "2019-01-22 14:39:42.886758"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:39:42.889034"], ["updated_at", "2019-01-22 14:39:42.889034"]]  (16.6ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Completed 500 Internal Server Error in 89015ms (ActiveRecord: 90.2ms) SystemExit - exit: (byebug):1:in `change' Started POST "/__better_errors/2cf29daf01b27ff9/variables" for 127.0.0.1 at 2019-01-22 10:41:12 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started DELETE "/admin/frontend/views/7/destroy_callback/36" for 127.0.0.1 at 2019-01-22 10:41:28 -0400  (4.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"36"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (3.3ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 36], ["LIMIT", 1]] Completed 404 Not Found in 338ms (ActiveRecord: 63.0ms) ActiveRecord::RecordNotFound - Couldn't find KepplerFrontend::ViewCallback with 'id'=36: Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:41:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.9ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (55.1ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (38.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (10.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (8.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (178.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (301.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3163.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (317.7ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (8.3ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (49.2ms) Completed 200 OK in 4205ms (Views: 3891.5ms | ActiveRecord: 70.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:41:51 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:41:51 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:41:51 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:41:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 64ms (Views: 3.1ms | ActiveRecord: 11.2ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:41:58 -0400  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (2.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (39.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (15.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (129.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (136.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3338.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (244.2ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (33.9ms) Completed 200 OK in 4117ms (Views: 3818.5ms | ActiveRecord: 64.4ms) Started DELETE "/admin/frontend/views/7/destroy_callback/37" for 127.0.0.1 at 2019-01-22 10:42:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"37"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 37], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 37]]  (49.6ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.0ms) Completed 200 OK in 196ms (Views: 59.8ms | ActiveRecord: 62.7ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:42:18 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"qv/OtY45alARYrZS3xG66UDUoouoPxJG4ayaOzH33C08OmqaYDGjBHkzZU7AqdxJO9jpu/3uyzulOoVN7mW/Pg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168136396"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.7ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] 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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:42:19.055436"], ["updated_at", "2019-01-22 14:42:19.055436"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:42:19.057870"], ["updated_at", "2019-01-22 14:42:19.057870"]]  (14.9ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 410ms (ActiveRecord: 73.0ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:42:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (45.4ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (108.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (112.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (489.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (137.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (31.3ms) Completed 200 OK in 1038ms (Views: 812.5ms | ActiveRecord: 48.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:42:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:42:20 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/38" for 127.0.0.1 at 2019-01-22 10:42:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"38"} Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 38], ["LIMIT", 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 [["name", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 38]]  (27.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.3ms) Completed 200 OK in 362ms (Views: 50.0ms | ActiveRecord: 76.3ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:42:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ey2v4pcgyoD01a2YF5//hE5PaSOuc8zuwAcIxSiTtyN/QBljIiqYM9MVD0ReK665eijwoRPR25TbsTaCQTnivQ==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168157513"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.7ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:42:39.370372"], ["updated_at", "2019-01-22 14:42:39.370372"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:42:39.372999"], ["updated_at", "2019-01-22 14:42:39.372999"]]  (14.1ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 313ms (ActiveRecord: 69.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:42:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (32.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (123.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (127.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (826.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (128.5ms) Rendered admin/layouts/_messages.html.haml (3.7ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (38.2ms) Completed 200 OK in 1383ms (Views: 1164.8ms | ActiveRecord: 49.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:42:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:42:41 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/39" for 127.0.0.1 at 2019-01-22 10:43:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"39"} Setting Load (1.3ms) 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.4ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 39], ["LIMIT", 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 [["name", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (1.0ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 39]]  (37.6ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.9ms) Completed 200 OK in 253ms (Views: 58.6ms | ActiveRecord: 55.4ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:43:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JCqkfcYJn6POQQOBfGsyTS5zK5onGpHAyc0Fz0M9b1FIRxL8cwPNEOmBoV0132NwGhSyGJq4hrrSezuIKpc6zw==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168225761"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:43:47.274957"], ["updated_at", "2019-01-22 14:43:47.274957"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:43:47.276630"], ["updated_at", "2019-01-22 14:43:47.276630"]]  (16.9ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 328ms (ActiveRecord: 77.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:43:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (28.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (94.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (98.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (705.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (132.8ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (6.4ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (40.6ms) Completed 200 OK in 1235ms (Views: 1025.1ms | ActiveRecord: 47.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:43:49 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:43:49 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/40" for 127.0.0.1 at 2019-01-22 10:51:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"40"} Setting Load (1.3ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 40], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 40]]  (30.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.9ms) Completed 200 OK in 447ms (Views: 48.2ms | ActiveRecord: 82.0ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:52:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"gLA4/+vdM87wgI6LczLmZvKSksEEKmxVeg804RuNDjDs3Y5+XtdhfddALFc6hrdbxvULQ7mIey9huQqmcidbrg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168724409"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} Setting Load (0.3ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:52:06.337239"], ["updated_at", "2019-01-22 14:52:06.337239"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:52:06.340353"], ["updated_at", "2019-01-22 14:52:06.340353"]]  (17.1ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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 [["name", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 545ms (ActiveRecord: 76.2ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:52:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (20.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (108.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (112.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (635.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (144.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.0ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (33.5ms) Completed 200 OK in 1212ms (Views: 971.6ms | ActiveRecord: 48.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:52:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:52:08 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/41" for 127.0.0.1 at 2019-01-22 10:52:22 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"41"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.4ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 41], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 41]]  (36.2ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 28324ms (Views: 54.8ms | ActiveRecord: 104.6ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:52:57 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (43.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (134.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (139.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (642.4ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (198.5ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (5.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.1ms) Rendered admin/layouts/_git_info.html.haml (39.4ms) Completed 200 OK in 1360ms (Views: 1089.4ms | ActiveRecord: 55.8ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:53:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:53:00 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:53:00 -0400 Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:53:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"5z/iE7wqNRokJBJHbizpuSmTrDE1z95w7C+xNc6OJeiLUlSSCSBnqQPksJsnmLiEHfQ1s4htyQr3mY9ypyRwdg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168782168"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} Setting Load (4.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (1.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (1.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (1.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:53:03.623817"], ["updated_at", "2019-01-22 14:53:03.623817"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:53:03.628677"], ["updated_at", "2019-01-22 14:53:03.628677"]]  (15.4ms) COMMIT KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Completed 500 Internal Server Error in 9960ms (ActiveRecord: 42.8ms) SystemExit - exit: (byebug):1:in `__temp__e616d656' Started POST "/__better_errors/772b9b2ee7368a55/variables" for 127.0.0.1 at 2019-01-22 10:53:13 -0400 PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:53:26 -0400  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.4ms) 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.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (34.1ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (138.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (145.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2716.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (29.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (289.6ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (8.8ms) Rendered admin/layouts/_footer.html.haml (5.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (39.6ms) Completed 200 OK in 3598ms (Views: 3245.0ms | ActiveRecord: 76.2ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:53:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:53:31 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:53:31 -0400 Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:53:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.1ms) 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.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (34.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (115.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (120.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (624.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (190.4ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (34.0ms) Completed 200 OK in 1354ms (Views: 1012.8ms | ActiveRecord: 63.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:53:40 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:53:40 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:53:40 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/42" for 127.0.0.1 at 2019-01-22 10:53:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"42"} Setting Load (1.0ms) 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.8ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.2ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 42], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 42]]  (30.8ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 293ms (Views: 49.7ms | ActiveRecord: 47.9ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:53:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (29.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (109.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (115.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (519.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (186.6ms) Rendered admin/layouts/_messages.html.haml (3.2ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (30.3ms) Completed 200 OK in 1103ms (Views: 908.3ms | ActiveRecord: 10.4ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:53:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:53:49 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:53:50 -0400 Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:53:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"T+2BJ2zi7NjE25lXorhgKOfxyvPiNjWvm6LUJ6/kpAAjgDem2ei+a+MbO4vrDDEV05ZTcV+UItWAFOpgxk7xng==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168830751"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (1.2ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (1.1ms) SELECT COUNT(*) FROM "keppler_frontend_view_callbacks" WHERE "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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:53:52.066627"], ["updated_at", "2019-01-22 14:53:52.066627"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:53:52.069676"], ["updated_at", "2019-01-22 14:53:52.069676"]]  (15.5ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Completed 500 Internal Server Error in 40333ms (ActiveRecord: 36.6ms) SystemExit - exit: (byebug):1:in `change' Started POST "/__better_errors/188bf0a3d038005d/variables" for 127.0.0.1 at 2019-01-22 10:54:32 -0400 PublicActivity::Activity Load (4.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:54:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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 (1.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (266.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (171.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (1161.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (1215.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (7915.1ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (319.9ms) CACHE 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]] CACHE 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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1985.3ms) Rendered admin/layouts/_messages.html.haml (51.0ms) Rendered admin/layouts/_preloader.html.haml (87.4ms) Rendered admin/layouts/_footer.html.haml (29.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (40.5ms) Rendered admin/layouts/_git_info.html.haml (119.0ms) Completed 200 OK in 13662ms (Views: 11944.6ms | ActiveRecord: 92.7ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:55:08 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:55:08 -0400  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:55:08 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/43" for 127.0.0.1 at 2019-01-22 10:55:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"43"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 43], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 43]]  (37.5ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.1ms) Completed 200 OK in 636ms (Views: 50.6ms | ActiveRecord: 115.1ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:55:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1LdthIPliLEasX98iY5aiZKOIvMJ48oHOdRx0rbkVE642tsFNu/aAj1x3aDAOgu0pum7cbRB3X0iYk+V304B0A==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548168942200"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.2ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (1.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:55:43.958642"], ["updated_at", "2019-01-22 14:55:43.958642"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:55:43.961029"], ["updated_at", "2019-01-22 14:55:43.961029"]]  (16.7ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.1ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) 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", "user_authenticate"], ["function_type", "before_action"]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Completed 500 Internal Server Error in 51696ms (ActiveRecord: 80.4ms) SystemExit - exit: (byebug):1:in `block in search_callback' Started POST "/__better_errors/d546a6dbe30b5e2f/variables" for 127.0.0.1 at 2019-01-22 10:56:35 -0400 PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 11]] Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:56:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.9ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE 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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (228.4ms) CACHE KepplerFrontend::CallbackFunction Load (0.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (126.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (888.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (943.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (21294.9ms) CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (275.1ms) CACHE 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]] CACHE 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]] Permission Load (2.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE Permission Load (0.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] CACHE 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]] Rendered admin/layouts/_sidebar.html.haml (1765.6ms) Rendered admin/layouts/_messages.html.haml (33.4ms) Rendered admin/layouts/_preloader.html.haml (71.8ms) Rendered admin/layouts/_footer.html.haml (40.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (38.7ms) Rendered admin/layouts/_git_info.html.haml (113.4ms) Completed 200 OK in 27738ms (Views: 24751.1ms | ActiveRecord: 127.6ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:57:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:57:28 -0400  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (14.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 10:57:29 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/44" for 127.0.0.1 at 2019-01-22 10:57:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"44"} Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 44], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 44]]  (40.2ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.4ms) Completed 200 OK in 546ms (Views: 56.9ms | ActiveRecord: 105.2ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:57:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"iw6Y2JlWeZ+u7F10IvaP9AXiLe4IFDTDCSyu/GOBEG/nYy5ZLFwrLIks/6hrQt7JMYW0bLW2I7kSmpC7CitF8Q==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548169059805"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:57:42.084080"], ["updated_at", "2019-01-22 14:57:42.084080"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:57:42.086847"], ["updated_at", "2019-01-22 14:57:42.086847"]]  (30.4ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (1.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 354ms (ActiveRecord: 85.0ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:57:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (129.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (136.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2554.1ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (291.5ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (33.5ms) Completed 200 OK in 3320ms (Views: 3070.5ms | ActiveRecord: 48.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:57:46 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:57:46 -0400 Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2019-01-22 10:57:51 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.7ms) KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (38.6ms) PublicActivity::Activity Exists (2.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 1]] Rendered public_activity/layout/_create.html.haml (19.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (36.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (133.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (591.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (116.1ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (35.0ms) Completed 200 OK in 1038ms (Views: 934.6ms | ActiveRecord: 17.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:57:52 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2019-01-22 10:57:52 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 1.3ms | ActiveRecord: 8.6ms) Started GET "/admin/frontend/callback_functions/new" for 127.0.0.1 at 2019-01-22 10:57:53 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#new 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.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_form.html.haml (28.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/new.html.haml within keppler_frontend/admin/layouts/application (33.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (529.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (18.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (60.1ms) Rendered admin/layouts/_messages.html.haml (2.8ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (17.4ms) Rendered admin/layouts/_git_info.html.haml (30.3ms) Completed 200 OK in 759ms (Views: 715.6ms | ActiveRecord: 10.5ms) Started POST "/admin/frontend/callback_functions" for 127.0.0.1 at 2019-01-22 10:58:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yyAR80GFbRef0kseurWqdZUY0LtRua/1/ngmV3wnrx1SQdR/Acw6oe7Tv65KYgFDYGo0Tvz3fGp+bEIkLHIM9g==", "callback_function"=>{"name"=>"hello_song", "description"=>"", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::CallbackFunction Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" IS NOT NULL) ORDER BY "keppler_frontend_callback_functions"."position" DESC LIMIT $1 [["LIMIT", 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", "hello_song"], ["description", ""], ["position", 2], ["created_at", "2019-01-22 14:58:04.231696"], ["updated_at", "2019-01-22 14:58:04.231696"]] PublicActivity::Activity Create (0.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.create"], ["created_at", "2019-01-22 14:58:04.237681"], ["updated_at", "2019-01-22 14:58:04.237681"]]  (54.2ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions/2/editor KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 126ms (ActiveRecord: 65.4ms) Started GET "/admin/frontend/callback_functions/2/editor" for 127.0.0.1 at 2019-01-22 10:58:04 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#editor as HTML Parameters: {"callback_function_id"=>"2"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_editor_views.html.haml (70.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/editor.html.haml within keppler_frontend/admin/layouts/application (102.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (685.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (156.4ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (32.1ms) Completed 200 OK in 1335ms (Views: 1043.1ms | ActiveRecord: 53.0ms) Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:58:06 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:58:06 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:58:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.4ms) KepplerFrontend::View Load (1.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (55.0ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 7], ["id", 6], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (40.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (13.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (8.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_create.html.haml (3.2ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (22.2ms) Rendered public_activity/layout/_create.html.haml (2.1ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (202.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (322.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (759.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (32.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (103.5ms) Rendered admin/layouts/_messages.html.haml (8.4ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (6.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.6ms) Rendered admin/layouts/_git_info.html.haml (73.3ms) Completed 200 OK in 1430ms (Views: 1335.7ms | ActiveRecord: 30.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:58:10 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:58:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 70ms (Views: 2.5ms | ActiveRecord: 13.4ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:58:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (0.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (13.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (10.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (68.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (73.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (482.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (101.0ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.7ms) Rendered admin/layouts/_footer.html.haml (4.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (37.5ms) Completed 200 OK in 791ms (Views: 748.1ms | ActiveRecord: 13.5ms) Started PATCH "/admin/frontend/views/6" for 127.0.0.1 at 2019-01-22 10:58:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"p8BM8PvJl5Bp+OhBphGUHS1aBI7Th7wFfYShWA+qHSd5kUjSe30zyiSPkNL4dDl/7WANF42aX4Nz0Wkq/wbC0Q==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"35"}, "1548169094793"=>{"function_type"=>"after_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"6"} Setting Load (1.1ms) 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.4ms) 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]] CACHE Appearance Load (0.2ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.4ms) BEGIN KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 6], ["LIMIT", 1]]  (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_action"], ["name", "hello_song"], ["view_id", 6]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:58:20.133554"], ["updated_at", "2019-01-22 14:58:20.133554"]] 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", "hello_song"], ["function_type", "after_action"], ["view_id", 6], ["created_at", "2019-01-22 14:58:20.136177"], ["updated_at", "2019-01-22 14:58:20.136177"]]  (25.9ms) COMMIT Unpermitted parameter: :id KepplerFrontend::ViewCallback Load (0.9ms) 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", "hello_song"], ["function_type", "after_action"], ["view_id", 6], ["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", "hello_song"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Redirected to http://localhost:3000/admin/frontend/views/6/edit KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (2.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 147ms (ActiveRecord: 46.5ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 10:58:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (1.0ms) 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 (1.1ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (35.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (11.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (14.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (171.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (178.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (624.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.2ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (31.9ms) Completed 200 OK in 1252ms (Views: 1015.4ms | ActiveRecord: 19.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:58:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:58:22 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 10:58:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (1.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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 (1.1ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (47.6ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6, $7) [["id", 6], ["id", 7], ["id", 5], ["id", 4], ["id", 3], ["id", 2], ["id", 1]] Rendered public_activity/layout/_update.html.haml (52.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (9.6ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (5.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (148.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (257.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (792.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (93.1ms) Rendered admin/layouts/_messages.html.haml (5.5ms) Rendered admin/layouts/_preloader.html.haml (9.3ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (37.6ms) Completed 200 OK in 1318ms (Views: 1240.5ms | ActiveRecord: 22.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 10:58:25 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 10:58:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 70ms (Views: 2.5ms | ActiveRecord: 13.3ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:58:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (13.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (67.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (71.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (539.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (96.6ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (5.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (39.0ms) Completed 200 OK in 863ms (Views: 812.8ms | ActiveRecord: 15.4ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:58:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"nXzoEjUw0LUY+tm7e9YBQwE6FmI7rDTbsu94+xbRuAQLuUw92zgZ4XCrCqdkbmfjejZdUm597ab2eWeNyUPbFw==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"45"}, "1548169111197"=>{"function_type"=>"before_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "hello_song"], ["view_id", 7]] PublicActivity::Activity Create (1.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:58:36.315420"], ["updated_at", "2019-01-22 14:58:36.315420"]] 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 14:58:36.318813"], ["updated_at", "2019-01-22 14:58:36.318813"]]  (14.9ms) COMMIT Unpermitted parameter: :id 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "hello_song"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 145ms (ActiveRecord: 31.6ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:58:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (0.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (37.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (9.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (18.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (149.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (157.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (759.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.3ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.9ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.3ms) Rendered admin/layouts/_git_info.html.haml (30.2ms) Completed 200 OK in 1393ms (Views: 1146.9ms | ActiveRecord: 8.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:58:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:58:38 -0400 Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 10:58:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ibvz4sTNI9uPm9a/L6DKYI7T1XsT5gvf/CyxFSoKbW5N1kVjccdxaKhbdGNmFJtdurRM+a5EHKXnmo9SQ6A48A==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"45"}, "1"=>{"id"=>"47"}, "1548169119552"=>{"function_type"=>"after_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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" Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id Unpermitted parameter: :id Unpermitted parameter: :id  (0.5ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "hello_song"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 14:58:47.493499"], ["updated_at", "2019-01-22 14:58:47.493499"]] KepplerFrontend::ViewCallback Create (1.0ms) INSERT INTO "keppler_frontend_view_callbacks" ("name", "function_type", "view_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "hello_song"], ["function_type", "after_action"], ["view_id", 7], ["created_at", "2019-01-22 14:58:47.496825"], ["updated_at", "2019-01-22 14:58:47.496825"]]  (16.7ms) COMMIT Unpermitted parameter: :id Unpermitted parameter: :id 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", "hello_song"], ["function_type", "after_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.1ms) 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", "hello_song"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 139ms (ActiveRecord: 33.3ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 10:58:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} Setting Load (1.2ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (29.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (8.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (13.5ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (39.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (160.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (166.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (593.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (158.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.2ms) Rendered admin/layouts/_git_info.html.haml (31.4ms) Completed 200 OK in 1240ms (Views: 1012.0ms | ActiveRecord: 9.9ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 10:58:49 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 10:58:49 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/48" for 127.0.0.1 at 2019-01-22 10:58:52 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"48"} 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 (0.9ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 48], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) 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", "hello_song"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 48]]  (43.4ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 186ms (Views: 52.8ms | ActiveRecord: 56.5ms) Started DELETE "/admin/frontend/views/7/destroy_callback/47" for 127.0.0.1 at 2019-01-22 10:59:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"47"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.4ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 47], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.1ms) 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", "hello_song"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 7]]  (0.2ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 47]]  (36.1ms) COMMIT Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.1ms) Completed 200 OK in 419ms (Views: 51.6ms | ActiveRecord: 96.2ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:00:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.8ms) 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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (29.4ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (104.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (108.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (526.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (151.3ms) Rendered admin/layouts/_messages.html.haml (5.0ms) Rendered admin/layouts/_preloader.html.haml (8.7ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (31.8ms) Completed 200 OK in 1128ms (Views: 862.3ms | ActiveRecord: 60.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:00:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:00:41 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 11:00:41 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/45" for 127.0.0.1 at 2019-01-22 11:00:44 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"45"} Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.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" Appearance Load (2.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (3.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 45], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.4ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 45]]  (23.1ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.6ms) Completed 200 OK in 212ms (Views: 58.6ms | ActiveRecord: 43.6ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 11:00:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"X+1BXlNz0vVpkRn5WVp13C8x2fZZU479s69d1n82t+8zgPff5nmARk5RuyUQ7iThG1ZAdOTxmYeoGWORFpzicQ==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548169250407"=>{"function_type"=>"before_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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 (1.2ms) 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 (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "hello_song"], ["view_id", 7]] PublicActivity::Activity Create (99.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 15:00:54.340854"], ["updated_at", "2019-01-22 15:00:54.340854"]] 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 15:00:54.442040"], ["updated_at", "2019-01-22 15:00:54.442040"]]  (15.2ms) COMMIT 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["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", "hello_song"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 428ms (ActiveRecord: 173.0ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:00:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.4ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (35.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (16.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (140.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (144.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (724.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (184.6ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (8.9ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (40.2ms) Completed 200 OK in 1441ms (Views: 1144.7ms | ActiveRecord: 55.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:00:57 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:00:57 -0400 Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 11:01:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"c7JISzgBKH/c7i+mesSyXltkBdN4a/BQjHiCnh+Cdv0f3/7KjQt6zPsujXozcONjbwOcUcXJ5yqXzrzZdigjYw==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"0"=>{"id"=>"49"}, "1548169258349"=>{"function_type"=>"after_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Unpermitted parameter: :id Unpermitted parameter: :id  (0.5ms) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.8ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "hello_song"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 15:01:03.317716"], ["updated_at", "2019-01-22 15:01:03.317716"]] KepplerFrontend::ViewCallback Create (3.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", "hello_song"], ["function_type", "after_action"], ["view_id", 7], ["created_at", "2019-01-22 15:01:03.320585"], ["updated_at", "2019-01-22 15:01:03.320585"]]  (18.7ms) COMMIT Unpermitted parameter: :id 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", "hello_song"], ["function_type", "after_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (4.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", "hello_song"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 124ms (ActiveRecord: 41.6ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:01:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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" Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (28.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (6.8ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (119.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (125.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (522.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (140.5ms) Rendered admin/layouts/_messages.html.haml (4.8ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (30.8ms) Completed 200 OK in 1122ms (Views: 867.7ms | ActiveRecord: 53.3ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:01:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:01:05 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/50" for 127.0.0.1 at 2019-01-22 11:01:07 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"50"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) 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" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 50], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 50]]  (21.0ms) COMMIT KepplerFrontend::ViewCallback Load (1.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 [["name", "hello_song"], ["function_type", "after_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.3ms) Completed 200 OK in 172ms (Views: 58.7ms | ActiveRecord: 35.4ms) Started DELETE "/admin/frontend/views/7/destroy_callback/49" for 127.0.0.1 at 2019-01-22 11:01:10 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"49"} 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.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.0ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 49], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 49]]  (12.1ms) COMMIT 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", "hello_song"], ["function_type", "before_action"]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.6ms) Completed 200 OK in 331ms (Views: 48.3ms | ActiveRecord: 56.4ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 11:01:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"FNTSzOiAhMtL70nHtLCOi/pSOuatGVkKA0lNwJFmcUt4uWRNXYrWeGwv6xv9BN+2zjWjZBC7TnAY/3OH+Mwk1Q==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548169273574"=>{"function_type"=>"before_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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 (1.1ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.6ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.4ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "hello_song"], ["view_id", 7]] PublicActivity::Activity Create (0.6ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 15:01:17.572210"], ["updated_at", "2019-01-22 15:01:17.572210"]] 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 15:01:17.573998"], ["updated_at", "2019-01-22 15:01:17.573998"]]  (19.6ms) COMMIT 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["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", "hello_song"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 320ms (ActiveRecord: 69.1ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:01:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (31.0ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (126.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (132.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (718.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (27.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (129.3ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (6.6ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.2ms) Rendered admin/layouts/_git_info.html.haml (48.6ms) Completed 200 OK in 1329ms (Views: 1081.8ms | ActiveRecord: 52.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:01:19 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:01:19 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/51" for 127.0.0.1 at 2019-01-22 11:01:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"51"} 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.8ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 51], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 51]]  (11.2ms) COMMIT 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", "hello_song"], ["function_type", "before_action"]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.9ms) Completed 200 OK in 153ms (Views: 57.2ms | ActiveRecord: 21.3ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:02:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (51.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (126.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (134.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (581.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.2ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (6.3ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (41.3ms) Completed 200 OK in 1219ms (Views: 939.5ms | ActiveRecord: 66.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:02:14 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:02:14 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-22 11:02:14 -0400 Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 11:02:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"rSbzNCiNIFrTAQiAmhqhLcwirExOKggg6SxTuJf1PhPBS0W1nYdy6fTBqlzTrvAQ+EU1zvOIH1rymm3//l9rjQ==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548169336450"=>{"function_type"=>"before_action", "name"=>"hello_song", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (2.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "hello_song"], ["view_id", 7]] PublicActivity::Activity Create (0.8ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 15:02:20.440976"], ["updated_at", "2019-01-22 15:02:20.440976"]] 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 15:02:20.443733"], ["updated_at", "2019-01-22 15:02:20.443733"]]  (20.8ms) COMMIT 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", "hello_song"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 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", "hello_song"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (1.2ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 158ms (ActiveRecord: 38.5ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:02:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (26.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (12.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (101.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (105.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (589.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (145.7ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (36.7ms) Completed 200 OK in 1112ms (Views: 934.2ms | ActiveRecord: 10.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:02:22 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:02:22 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/52" for 127.0.0.1 at 2019-01-22 11:02:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"52"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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 (0.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 52], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.6ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 52]]  (33.4ms) COMMIT 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 [["name", "hello_song"], ["function_type", "before_action"]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.1ms) Completed 200 OK in 173ms (Views: 55.9ms | ActiveRecord: 45.9ms) Started PATCH "/admin/frontend/views/7" for 127.0.0.1 at 2019-01-22 11:02:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"VNqMoO4JHRVymOYFRVZITNr4BmX6aujyIRXNp2/CNiA4tzohWwNPplVYRNkM4hlx7p+f50fI/4g6o/PgBmhjvg==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "active"=>"true", "position"=>"3", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548169349570"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"7"} 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.8ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (1.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "show"], ["id", 7], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/login"], ["id", 7], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 7]] PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 15:02:32.750500"], ["updated_at", "2019-01-22 15:02:32.750500"]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["created_at", "2019-01-22 15:02:32.752499"], ["updated_at", "2019-01-22 15:02:32.752499"]]  (15.4ms) COMMIT 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 AND "keppler_frontend_view_callbacks"."view_id" = $3 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $4 [["name", "user_authenticate"], ["function_type", "before_action"], ["view_id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) 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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]] Redirected to http://localhost:3000/admin/frontend/views/7/edit KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 352ms (ActiveRecord: 78.4ms) Started GET "/admin/frontend/views/7/edit" for 127.0.0.1 at 2019-01-22 11:02:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"7"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.7ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (13.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (105.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (109.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (593.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (20.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (139.0ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (6.2ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.5ms) Rendered admin/layouts/_git_info.html.haml (30.3ms) Completed 200 OK in 1181ms (Views: 915.0ms | ActiveRecord: 51.2ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:02:35 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:02:35 -0400 Started DELETE "/admin/frontend/views/7/destroy_callback/53" for 127.0.0.1 at 2019-01-22 11:02:37 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"7", "view_callback_id"=>"53"} Setting Load (3.0ms) 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 (0.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 53], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 53]]  (18.5ms) COMMIT KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (1.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.1ms) Completed 200 OK in 169ms (Views: 56.9ms | ActiveRecord: 35.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 11:04:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.1ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.5ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (48.3ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (48.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (8.2ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (6.3ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (147.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (260.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (547.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.3ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (31.2ms) Completed 200 OK in 1327ms (Views: 1042.5ms | ActiveRecord: 60.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 11:04:13 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 11:04:13 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 1.7ms | ActiveRecord: 12.4ms) Started GET "/admin/frontend/views/6/edit" for 127.0.0.1 at 2019-01-22 11:04:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"6"} Setting Load (1.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.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (15.9ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (7.6ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (102.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (107.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (805.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.8ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (37.4ms) Completed 200 OK in 1154ms (Views: 1110.8ms | ActiveRecord: 11.2ms) Started DELETE "/admin/frontend/views/6/destroy_callback/35" for 127.0.0.1 at 2019-01-22 11:04:21 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"35"} Setting Load (1.1ms) 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.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 35], ["LIMIT", 1]]  (1.7ms) BEGIN KepplerFrontend::ViewCallback Destroy (1.0ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 35]]  (76.5ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (0.8ms) Completed 200 OK in 225ms (Views: 54.8ms | ActiveRecord: 89.6ms) Started DELETE "/admin/frontend/views/6/destroy_callback/46" for 127.0.0.1 at 2019-01-22 11:04:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"6", "view_callback_id"=>"46"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.3ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 46], ["LIMIT", 1]]  (0.4ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.7ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 46]]  (11.5ms) COMMIT KepplerFrontend::ViewCallback Load (0.9ms) 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", "hello_song"], ["function_type", "after_action"]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.0ms) Completed 200 OK in 320ms (Views: 52.3ms | ActiveRecord: 55.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 11:04:25 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 11:04:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "user_authenticate"], ["view_id", 6]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 6], ["created_at", "2019-01-22 14:38:18.443000"], ["updated_at", "2019-01-22 14:38:18.443000"]]  (28.2ms) COMMIT KepplerFrontend::ViewCallback Load (1.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]]  (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", "hello_song"], ["view_id", 6]] 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", "hello_song"], ["function_type", "after_action"], ["view_id", 6], ["created_at", "2019-01-22 14:58:20.136000"], ["updated_at", "2019-01-22 14:58:20.136000"]]  (6.4ms) COMMIT KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (5.8ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (32.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (5.8ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (4.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (117.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (199.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (605.5ms) Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (138.8ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (36.4ms) Completed 200 OK in 1317ms (Views: 1027.4ms | ActiveRecord: 96.7ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 11:04:27 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) 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.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.6ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (1.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 286ms (Views: 2.1ms | ActiveRecord: 51.1ms) Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 11:04:28 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 72ms (Views: 3.4ms | ActiveRecord: 14.7ms) Started GET "/admin/frontend/functions" for 127.0.0.1 at 2019-01-22 11:04:28 -0400 Processing by KepplerFrontend::Admin::FunctionsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_functions"."id") FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::Function Load (0.7ms) SELECT DISTINCT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL ORDER BY "keppler_frontend_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_listing.html.haml (17.1ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::Function"], ["LIMIT", 50]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/_description.html.haml (8.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/functions/index.html.haml within keppler_frontend/admin/layouts/application (86.3ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2019-01-22 11:04:29 -0400 Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (683.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.0ms) Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as HTML CACHE Role Load (0.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]] Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Appearance Load (6.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerLanguages::Language Load (8.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Appearance Load (9.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] SmtpSetting Load (2.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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 (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]] CACHE Role Load (0.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (3.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] KepplerFrontend::CallbackFunction Load (1.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (3.0ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]]  (6.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (10.3ms) CACHE Role Load (0.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]] KepplerFrontend::CallbackFunction Load (9.7ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (65.0ms) CACHE Role Load (0.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]] PublicActivity::Activity Exists (8.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] Rendered admin/layouts/_sidebar.html.haml (343.8ms) Rendered admin/layouts/_messages.html.haml (4.5ms) Rendered admin/layouts/_preloader.html.haml (7.9ms) PublicActivity::Activity Load (14.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] Rendered admin/layouts/_footer.html.haml (4.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::CallbackFunction Load (10.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (31.9ms) Rendered public_activity/layout/_create.html.haml (4.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (80.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (225.4ms) Rendered admin/layouts/_git_info.html.haml (64.3ms) Completed 200 OK in 1345ms (Views: 1268.1ms | ActiveRecord: 20.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (711.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (70.1ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.9ms) Rendered admin/layouts/_git_info.html.haml (32.9ms) Completed 200 OK in 1230ms (Views: 1063.7ms | ActiveRecord: 100.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 11:04:31 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2019-01-22 11:04:31 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE Role Load (0.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.9ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.9ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 37ms (Views: 2.2ms | ActiveRecord: 8.7ms) Started DELETE "/admin/frontend/callback_functions/destroy_multiple?multiple_ids=[2]" for 127.0.0.1 at 2019-01-22 11:04:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"UCza4b53kMtvE9lz7dUDwCgkGHed/Rc8RWieqn+LITs8QWxgC33CeEjTe6+kYVL9HEOB9SBfAEZe3qDtFiF0pQ==", "multiple_ids"=>"[2]"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Exists (1.0ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::CallbackFunction Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]]  (0.6ms) BEGIN PublicActivity::Activity Create (0.7ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::CallbackFunction"], ["trackable_id", 2], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_callback_function.destroy"], ["created_at", "2019-01-22 15:04:34.393146"], ["updated_at", "2019-01-22 15:04:34.393146"]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Destroy (1.1ms) DELETE FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" = $1 [["id", 2]] KepplerFrontend::CallbackFunction Update All (1.0ms) UPDATE "keppler_frontend_callback_functions" SET "position" = ("keppler_frontend_callback_functions"."position" - 1), "updated_at" = '2019-01-22 15:04:34.405088' WHERE (1 = 1) AND ("keppler_frontend_callback_functions"."position" > 2)  (28.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/callback_functions KepplerFrontend::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Completed 302 Found in 99ms (ActiveRecord: 43.4ms) Started GET "/admin/frontend/callback_functions" for 127.0.0.1 at 2019-01-22 11:04:34 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index 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 (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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.5ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE (0.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2) subquery_for_count [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::CallbackFunction Load (0.6ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_listing.html.haml (31.8ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 1]] PublicActivity::Activity Load (0.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::CallbackFunction"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (14.2ms) KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."id" IN ($1, $2) [["id", 2], ["id", 1]] Rendered public_activity/layout/_create.html.haml (14.3ms) Rendered public_activity/layout/_create.html.haml (2.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/_description.html.haml (42.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/callback_functions/index.html.haml within keppler_frontend/admin/layouts/application (132.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (675.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (149.3ms) Rendered admin/layouts/_messages.html.haml (2.9ms) Rendered admin/layouts/_preloader.html.haml (4.8ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.8ms) Rendered admin/layouts/_git_info.html.haml (33.0ms) Completed 200 OK in 1276ms (Views: 1047.9ms | ActiveRecord: 16.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 11:04:36 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 11:04:36 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 11:04:36 -0400 Started GET "/admin/frontend/callback_functions/page/1.json" for 127.0.0.1 at 2019-01-22 11:04:36 -0400 Processing by KepplerFrontend::Admin::CallbackFunctionsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.2ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] CACHE Role Load (0.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.7ms) SELECT COUNT(DISTINCT "keppler_frontend_callback_functions"."id") FROM "keppler_frontend_callback_functions" KepplerFrontend::CallbackFunction Load (0.5ms) SELECT DISTINCT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" ORDER BY "keppler_frontend_callback_functions"."position" ASC LIMIT $1 OFFSET $2 [["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 62ms (Views: 2.2ms | ActiveRecord: 12.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 11:04:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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 (1.0ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.8ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (35.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (5.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (137.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (227.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (559.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (28.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (89.6ms) Rendered admin/layouts/_messages.html.haml (4.0ms) Rendered admin/layouts/_preloader.html.haml (8.6ms) Rendered admin/layouts/_footer.html.haml (3.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.8ms) Rendered admin/layouts/_git_info.html.haml (33.4ms) Completed 200 OK in 1108ms (Views: 1002.8ms | ActiveRecord: 29.1ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 11:04:40 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 11:04:40 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.9ms) 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "hello_song"], ["LIMIT", 1]] CACHE KepplerFrontend::ViewCallback Load (0.0ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 2.7ms | ActiveRecord: 14.9ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" ORDER BY "keppler_frontend_views"."id" DESC LIMIT $1 [["LIMIT", 1]] Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[6,7]" for 127.0.0.1 at 2019-01-22 15:00:42 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"5hx6kLIGSJo4/QKpLaM3/pqR2b9LarzTvy/u3fr4AxiKccwRBwwaKR89oHVkF2bDrvZAPfbIq6mkmdCak1JWhg==", "multiple_ids"=>"[6,7]"} Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.5ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (1.3ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::View Load (2.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 6], ["id", 7]]  (0.8ms) BEGIN PublicActivity::Activity Create (2.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 6], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 19:00:43.475337"], ["updated_at", "2019-01-22 19:00:43.475337"]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.6ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 6]] KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 66]] KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 67]] KepplerFrontend::View Destroy (1.3ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 6]] KepplerFrontend::View Update All (0.9ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 19:00:43.513622' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (16.0ms) COMMIT  (0.3ms) BEGIN PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 7], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 19:00:43.535682"], ["updated_at", "2019-01-22 19:00:43.535682"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 7]] KepplerFrontend::View Destroy (0.3ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 7]] KepplerFrontend::View Update All (0.4ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 19:00:43.542476' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (5.4ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 933ms (ActiveRecord: 175.3ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:00:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.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.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (22.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.6ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (24.1ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (23.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4) [["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (23.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (12.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (159.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (247.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (4817.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (386.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.0ms) Rendered admin/layouts/_git_info.html.haml (64.8ms) Completed 200 OK in 6354ms (Views: 5699.6ms | ActiveRecord: 91.5ms) Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2019-01-22 15:00:51 -0400 Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2019-01-22 15:00:51 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2019-01-22 15:00:51 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2019-01-22 15:00:51 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2019-01-22 15:00:51 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2019-01-22 15:00:51 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 15:00:52 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 15:00:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 15:00:52 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 15:00:53 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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 (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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.0ms) 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (14.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 83ms (Views: 4.4ms | ActiveRecord: 29.0ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 15:00:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#new as HTML Setting Load (2.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (76.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (82.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (609.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (173.1ms) Rendered admin/layouts/_messages.html.haml (39.9ms) Rendered admin/layouts/_preloader.html.haml (63.1ms) Rendered admin/layouts/_footer.html.haml (26.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (30.9ms) Rendered admin/layouts/_git_info.html.haml (121.9ms) Completed 200 OK in 1558ms (Views: 1231.2ms | ActiveRecord: 62.3ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:01:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ea/XxXYsYz49uR00eOt548kcp7nDts130m+AAWqcgoPEk80mP9ojIDyiWiq4zY8gF/dvhSIJX0IYkKLN8Wkpaw==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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" Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.9ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "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", "/"], ["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.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", "index"], ["url", "/"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 2], ["created_at", "2019-01-22 19:01:02.713846"], ["updated_at", "2019-01-22 19:01:02.713846"]] PublicActivity::Activity Create (1.2ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1072], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 19:01:02.724037"], ["updated_at", "2019-01-22 19:01:02.724037"]]  (54.6ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1072/editor KepplerFrontend::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 146ms (ActiveRecord: 77.8ms) Started GET "/admin/frontend/views/1072/editor" for 127.0.0.1 at 2019-01-22 15:01:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1072"} Setting Load (0.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (5.2ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.3ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (45.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (13.1ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (1.1ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.6ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (69.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (246.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (281.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (745.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.3ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (106.5ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (40.8ms) Completed 200 OK in 1572ms (Views: 1229.3ms | ActiveRecord: 82.6ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 15:01:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 15:01:05 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:01:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (2.0ms) 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 (1.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (9.9ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (47.0ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5) [["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_create.html.haml (38.3ms) Rendered public_activity/layout/_destroy.html.haml (4.9ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (5.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (116.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (216.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (637.5ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (38.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (86.6ms) Rendered admin/layouts/_messages.html.haml (3.0ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (40.1ms) Completed 200 OK in 1153ms (Views: 1049.1ms | ActiveRecord: 23.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 15:01:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 15:01:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) 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.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (3.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 61ms (Views: 1.6ms | ActiveRecord: 17.6ms) Started GET "/admin/frontend/views/new" for 127.0.0.1 at 2019-01-22 15:01:12 -0400 Processing by KepplerFrontend::Admin::ViewsController#new 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 (1.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (38.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/new.html.haml within keppler_frontend/admin/layouts/application (43.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (510.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (25.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (73.2ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (6.1ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.0ms) Rendered admin/layouts/_git_info.html.haml (47.3ms) Completed 200 OK in 775ms (Views: 731.2ms | ActiveRecord: 9.3ms) Started POST "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:01:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"yj2w85fvhMYnh34bXWTAhNt4nTRYHzW36cVW447fe0l3AaoQ3hnE2CacOQWdQjZHBZNVCLmgp4IjOnQvFSrQoQ==", "view"=>{"name"=>"show", "url"=>"/login", "method"=>"GET", "format_result"=>"HTML", "active"=>"true", "position"=>"", "deleted_at"=>""}, "_save"=>"Save"} 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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.3ms) BEGIN KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 LIMIT $2 [["name", "show"], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 LIMIT $2 [["url", "/login"], ["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE (1 = 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", "show"], ["url", "/login"], ["method", "GET"], ["active", true], ["format_result", "HTML"], ["position", 3], ["created_at", "2019-01-22 19:01:48.235571"], ["updated_at", "2019-01-22 19:01:48.235571"]] PublicActivity::Activity Create (0.9ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1073], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.create"], ["created_at", "2019-01-22 19:01:48.244180"], ["updated_at", "2019-01-22 19:01:48.244180"]]  (21.3ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views/1073/editor KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.8ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 152ms (ActiveRecord: 36.9ms) Started GET "/admin/frontend/views/1073/editor" for 127.0.0.1 at 2019-01-22 15:01:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#editor as HTML Parameters: {"view_id"=>"1073"} Setting Load (0.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.7ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (3.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_assets.html.haml (51.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_themes.html.haml (15.4ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC [["name", "keppler"]] KepplerFrontend::Function Load (0.5ms) SELECT "keppler_frontend_functions".* FROM "keppler_frontend_functions" WHERE "keppler_frontend_functions"."deleted_at" IS NULL KepplerFrontend::Partial Load (0.5ms) SELECT "keppler_frontend_partials".* FROM "keppler_frontend_partials" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_editor_views.html.haml (53.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editors/_html_editor.html.haml (156.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/editor.html.haml within keppler_frontend/admin/layouts/application (164.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1364.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (173.1ms) Rendered admin/layouts/_messages.html.haml (6.7ms) Rendered admin/layouts/_preloader.html.haml (11.1ms) Rendered admin/layouts/_footer.html.haml (5.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.4ms) Rendered admin/layouts/_git_info.html.haml (58.6ms) Completed 200 OK in 2225ms (Views: 1832.4ms | ActiveRecord: 157.7ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 15:01:52 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 15:01:52 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:01:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (8.6ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (50.2ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_create.html.haml (35.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (6.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (7.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (138.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (259.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (640.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (35.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (101.0ms) Rendered admin/layouts/_messages.html.haml (5.7ms) Rendered admin/layouts/_preloader.html.haml (7.7ms) Rendered admin/layouts/_footer.html.haml (3.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (34.4ms) Completed 200 OK in 1177ms (Views: 1111.6ms | ActiveRecord: 17.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 15:01:55 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 15:01:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (3.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (2.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] 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]] CACHE Setting Load (0.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE 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]] KepplerFrontend::View Load (2.2ms) 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 (1.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", "index"], ["LIMIT", 1]] KepplerFrontend::View Load (1.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", "show"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (1.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 304ms (Views: 13.0ms | ActiveRecord: 31.4ms) Started GET "/admin/frontend/views/1072/edit" for 127.0.0.1 at 2019-01-22 15:01:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1072"} 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1072]] KepplerFrontend::CallbackFunction Load (0.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (11.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (63.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (68.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (563.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (107.9ms) Rendered admin/layouts/_messages.html.haml (5.3ms) Rendered admin/layouts/_preloader.html.haml (9.4ms) Rendered admin/layouts/_footer.html.haml (3.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.4ms) Rendered admin/layouts/_git_info.html.haml (42.4ms) Completed 200 OK in 914ms (Views: 851.1ms | ActiveRecord: 12.1ms) Started PATCH "/admin/frontend/views/1072" for 127.0.0.1 at 2019-01-22 15:02:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"AYks46kVA293U3QlK21AiRbDVhu7Ad8WIgPkBn3SuHPP4a4OwHQsNT2K9RqWqy6yf7SHAjzwDeg4GptwTYKXiA==", "view"=>{"name"=>"index", "url"=>"/", "method"=>"GET", "active"=>"true", "position"=>"2", "deleted_at"=>"", "view_callbacks_attributes"=>{"1548183721078"=>{"function_type"=>"before_action", "name"=>"user_authenticate", "_destroy"=>"false"}}}, "_save"=>"Save", "id"=>"1072"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE Role Load (0.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) BEGIN KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["name", "index"], ["id", 1072], ["LIMIT", 1]] KepplerFrontend::View Exists (0.7ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."url" = $1 AND "keppler_frontend_views"."id" != $2 LIMIT $3 [["url", "/"], ["id", 1072], ["LIMIT", 1]]  (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", "user_authenticate"], ["view_id", 1072]] PublicActivity::Activity Create (1.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1072], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.update"], ["created_at", "2019-01-22 19:02:06.342166"], ["updated_at", "2019-01-22 19:02:06.342166"]] KepplerFrontend::ViewCallback Create (1.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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 1072], ["created_at", "2019-01-22 19:02:06.346137"], ["updated_at", "2019-01-22 19:02:06.346137"]]  (22.4ms) COMMIT 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 1072], ["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", "user_authenticate"], ["function_type", "before_action"]] KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1072]] Redirected to http://localhost:3000/admin/frontend/views/1072/edit KepplerFrontend::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (0.5ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 127ms (ActiveRecord: 39.3ms) Started GET "/admin/frontend/views/1072/edit" for 127.0.0.1 at 2019-01-22 15:02:06 -0400 Processing by KepplerFrontend::Admin::ViewsController#edit as HTML Parameters: {"id"=>"1072"} Setting Load (1.2ms) 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 ORDER BY "keppler_frontend_views"."id" ASC LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE Role Load (0.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]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1072]] KepplerFrontend::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields_edit.html.haml (30.2ms) CACHE KepplerFrontend::CallbackFunction Load (0.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_view_callback_fields.html.haml (9.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_form.html.haml (91.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/edit.html.haml within keppler_frontend/admin/layouts/application (97.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (650.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (131.2ms) Rendered admin/layouts/_messages.html.haml (4.9ms) Rendered admin/layouts/_preloader.html.haml (5.6ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.5ms) Rendered admin/layouts/_git_info.html.haml (63.7ms) Completed 200 OK in 1258ms (Views: 987.0ms | ActiveRecord: 61.0ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 15:02:08 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 15:02:08 -0400 Started DELETE "/admin/frontend/views/1072/destroy_callback/122" for 127.0.0.1 at 2019-01-22 15:02:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_callback as JS Parameters: {"view_id"=>"1072", "view_callback_id"=>"122"} 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 (1.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 LIMIT $2 [["id", 122], ["LIMIT", 1]]  (0.3ms) BEGIN KepplerFrontend::ViewCallback Destroy (0.5ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 122]]  (28.1ms) COMMIT KepplerFrontend::ViewCallback Load (1.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", "user_authenticate"], ["function_type", "before_action"]] Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/destroy_callback.js.erb (1.3ms) Completed 200 OK in 169ms (Views: 60.8ms | ActiveRecord: 40.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:02:15 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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.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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.2ms) BEGIN KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1072]]  (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", "user_authenticate"], ["view_id", 1072]] 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", "user_authenticate"], ["function_type", "before_action"], ["view_id", 1072], ["created_at", "2019-01-22 19:02:06.346000"], ["updated_at", "2019-01-22 19:02:06.346000"]]  (30.8ms) COMMIT KepplerFrontend::CallbackFunction Load (2.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] Rendered admin/layouts/_listing_preloader.haml (11.4ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (69.0ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1072], ["id", 1073], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (71.2ms) Rendered public_activity/layout/_create.html.haml (13.3ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (9.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (216.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (372.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (874.1ms) Appearance Load (0.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (23.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (134.1ms) Rendered admin/layouts/_messages.html.haml (4.4ms) Rendered admin/layouts/_preloader.html.haml (32.3ms) Rendered admin/layouts/_footer.html.haml (2.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.3ms) Rendered admin/layouts/_git_info.html.haml (34.0ms) Completed 200 OK in 1984ms (Views: 1497.1ms | ActiveRecord: 96.5ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 15:02:17 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 15:02:17 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (3.1ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.2ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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", "index"], ["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", "show"], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.7ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."name" = $1 ORDER BY "keppler_frontend_view_callbacks"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]] KepplerFrontend::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 77ms (Views: 3.1ms | ActiveRecord: 17.7ms) Started DELETE "/admin/frontend/views/destroy_multiple?multiple_ids=[1072,1073]" for 127.0.0.1 at 2019-01-22 15:02:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#destroy_multiple as HTML Parameters: {"authenticity_token"=>"eSVkAy70mMRgBByY+ZbhsqtoI2ZM8uJN3KvNdTgq78UVSNKCm/7Kd0fEvkSwIrCPnw+65PFQ9TfHHfMyUYC6Ww==", "multiple_ids"=>"[1072,1073]"} 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 (3.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (5.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerFrontend::View Exists (0.6ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] KepplerFrontend::View Exists (0.5ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.1ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] CACHE KepplerFrontend::View Load (0.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] CACHE KepplerFrontend::View Exists (0.0ms) SELECT 1 AS one FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] KepplerFrontend::View Load (1.1ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2) [["id", 1072], ["id", 1073]]  (0.8ms) BEGIN PublicActivity::Activity Create (1.1ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1072], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 19:02:25.167996"], ["updated_at", "2019-01-22 19:02:25.167996"]] KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1072], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (2.1ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1072]] KepplerFrontend::ViewCallback Destroy (1.8ms) DELETE FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."id" = $1 [["id", 123]] KepplerFrontend::View Destroy (2.4ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1072]] KepplerFrontend::View Update All (1.3ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 19:02:25.193859' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (20.3ms) COMMIT  (0.3ms) BEGIN PublicActivity::Activity Create (4.0ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "KepplerFrontend::View"], ["trackable_id", 1073], ["owner_type", "User"], ["owner_id", 1], ["key", "keppler_frontend_view.destroy"], ["created_at", "2019-01-22 19:02:25.221467"], ["updated_at", "2019-01-22 19:02:25.221467"]] KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 LIMIT $2 [["id", 1073], ["LIMIT", 1]] KepplerFrontend::ViewCallback Load (0.9ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" WHERE "keppler_frontend_view_callbacks"."view_id" = $1 [["view_id", 1073]] KepplerFrontend::View Destroy (0.6ms) DELETE FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" = $1 [["id", 1073]] KepplerFrontend::View Update All (0.8ms) UPDATE "keppler_frontend_views" SET "position" = ("keppler_frontend_views"."position" - 1), "updated_at" = '2019-01-22 19:02:25.235492' WHERE (1 = 1) AND ("keppler_frontend_views"."position" > 2)  (4.7ms) COMMIT Redirected to http://localhost:3000/admin/frontend/views KepplerFrontend::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" KepplerFrontend::ViewCallback Load (2.4ms) SELECT "keppler_frontend_view_callbacks".* FROM "keppler_frontend_view_callbacks" KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" Completed 302 Found in 205ms (ActiveRecord: 64.5ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-22 15:02:25 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.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.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 (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (8.0ms) 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::CallbackFunction Load (5.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (4.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (6.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (16.9ms) KepplerFrontend::View Load (1.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (56.4ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (29.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (76.3ms) Rendered public_activity/layout/_create.html.haml (7.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (209.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (364.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (778.9ms) CACHE Appearance Load (0.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (31.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (221.0ms) Rendered admin/layouts/_messages.html.haml (7.9ms) Rendered admin/layouts/_preloader.html.haml (11.4ms) Rendered admin/layouts/_footer.html.haml (6.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (6.8ms) Rendered admin/layouts/_git_info.html.haml (79.7ms) Completed 200 OK in 2102ms (Views: 1517.7ms | ActiveRecord: 107.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-22 15:02:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-22 15:02:29 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-22 15:02:29 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-22 15:02:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 41ms (Views: 0.7ms | ActiveRecord: 8.1ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 08:19:14 -0400  (25.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (44.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (39.7ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (28.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (20.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (37.6ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (34.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (49.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (48.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::CallbackFunction Load (120.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (18.1ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (3.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.0ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.4ms) PublicActivity::Activity Exists (197.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (16.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (66.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (22.2ms) Rendered public_activity/layout/_create.html.haml (7.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (441.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1327.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (41759.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (92.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (32.2ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (580.2ms) Rendered admin/layouts/_messages.html.haml (2.6ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.4ms) Rendered admin/layouts/_git_info.html.haml (1759.3ms) Completed 200 OK in 48862ms (Views: 45552.1ms | ActiveRecord: 883.4ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2019-01-24 08:20:05 -0400 Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2019-01-24 08:20:05 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2019-01-24 08:20:05 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2019-01-24 08:20:05 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2019-01-24 08:20:05 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2019-01-24 08:20:05 -0400 Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 08:20:06 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 08:20:07 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 08:20:08 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 08:20:08 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (2.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.7ms) 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 (0.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 65ms (Views: 2.6ms | ActiveRecord: 19.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 08:20:08 -0400 Started GET "/" for 127.0.0.1 at 2019-01-24 08:45:07 -0400 Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.5ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.4ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.8ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (11.5ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (0.8ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (49.2ms) Rendered app/layouts/_google_analytics.html.haml (5.8ms) Rendered admin/layouts/_git_info.html.haml (45.9ms) Rendered app/layouts/_head.html.haml (728.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (860.3ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (22.7ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (5.4ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (1903.2ms) Completed 200 OK in 3079ms (Views: 2785.2ms | ActiveRecord: 63.3ms) Started GET "/assets/jquery-ui/effect.self-776455da1682afff3a4974146aa96ca840597b879ed3797af0604063527443c6.js?body=1" for 127.0.0.1 at 2019-01-24 08:45:11 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2019-01-24 08:45:11 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2019-01-24 08:45:11 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-24 08:45:12 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:27:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.4ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.4ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (16.5ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (18.7ms) Rendered public_activity/layout/_create.html.haml (19.1ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (3.9ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (213.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (291.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (3605.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (36.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (337.8ms) Rendered admin/layouts/_messages.html.haml (3.3ms) Rendered admin/layouts/_preloader.html.haml (7.4ms) Rendered admin/layouts/_footer.html.haml (2.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (57.1ms) Completed 200 OK in 4738ms (Views: 4402.2ms | ActiveRecord: 89.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:27:32 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:27:32 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.5ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 51ms (Views: 0.7ms | ActiveRecord: 7.8ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:36:35 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.8ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.4ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.5ms) PublicActivity::Activity Exists (1.2ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (30.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (31.2ms) Rendered public_activity/layout/_create.html.haml (17.4ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (170.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (241.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (545.4ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (199.6ms) Rendered admin/layouts/_messages.html.haml (4.2ms) Rendered admin/layouts/_preloader.html.haml (9.0ms) Rendered admin/layouts/_footer.html.haml (3.1ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (48.0ms) Completed 200 OK in 1430ms (Views: 1069.0ms | ActiveRecord: 105.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:36:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:36:39 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:36:39 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:36:39 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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" Appearance Load (0.7ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (4.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 59ms (Views: 1.1ms | ActiveRecord: 12.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:36:40 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:38:02 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.4ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.0ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (18.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (20.6ms) Rendered public_activity/layout/_create.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (120.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (178.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (498.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.6ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (53.3ms) Rendered admin/layouts/_messages.html.haml (3.5ms) Rendered admin/layouts/_preloader.html.haml (4.1ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (29.4ms) Completed 200 OK in 920ms (Views: 807.5ms | ActiveRecord: 20.2ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:38:03 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:38:03 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:38:03 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:38:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.8ms) 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 (2.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) 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", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 77ms (Views: 2.8ms | ActiveRecord: 15.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:38:04 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:46:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.5ms) 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 (1.2ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (3.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.9ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (15.3ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (24.0ms) Rendered public_activity/layout/_create.html.haml (7.5ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (142.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (200.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (541.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.3ms) Rendered admin/layouts/_sidebar.html.haml (40.0ms) Completed 500 Internal Server Error in 869ms (ActiveRecord: 21.8ms) NoMethodError - undefined method `order' for #: app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml___765397319898774932_70246296011780' Started POST "/__better_errors/88fd06fc6720e8d4/variables" for 127.0.0.1 at 2019-01-24 10:46:49 -0400 KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:47:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (5.1ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (15.2ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (18.4ms) Rendered public_activity/layout/_create.html.haml (10.0ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (118.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (165.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (600.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.9ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (5.8ms) Rendered admin/layouts/_footer.html.haml (2.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (59.6ms) Completed 200 OK in 992ms (Views: 951.8ms | ActiveRecord: 12.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:47:28 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:47:28 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:47:28 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:47:29 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.6ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 69ms (Views: 2.0ms | ActiveRecord: 13.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:47:29 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:47:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.5ms) 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 (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.0ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.1ms) KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (20.6ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.8ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (28.3ms) Rendered public_activity/layout/_create.html.haml (6.9ms) Rendered public_activity/layout/_create.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (2.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (163.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (221.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (529.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.6ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (57.9ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (4.5ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 958ms (Views: 895.5ms | ActiveRecord: 23.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:48:00 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:48:00 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:48:00 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:48:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 29ms (Views: 0.8ms | ActiveRecord: 6.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:48:01 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:48:54 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (6.3ms) 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.4ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.8ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.2ms) PublicActivity::Activity Exists (0.8ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (39.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (41.7ms) Rendered public_activity/layout/_create.html.haml (11.3ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (174.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (277.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (491.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (59.5ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.5ms) Rendered admin/layouts/_footer.html.haml (2.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.4ms) Rendered admin/layouts/_git_info.html.haml (37.9ms) Completed 200 OK in 1058ms (Views: 931.1ms | ActiveRecord: 25.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:48:56 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:48:56 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:48:56 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:48:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) 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 (1.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 60ms (Views: 1.3ms | ActiveRecord: 11.5ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:48:57 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:49:09 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.1ms) 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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.3ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (19.2ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (25.0ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (23.0ms) Rendered public_activity/layout/_create.html.haml (8.5ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (135.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (196.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (563.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (33.9ms) Rendered admin/layouts/_sidebar.html.haml (17.6ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.7ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (26.7ms) Completed 200 OK in 917ms (Views: 866.8ms | ActiveRecord: 17.8ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:49:10 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:49:11 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:49:11 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:49:11 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.9ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.9ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.5ms) 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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (2.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 57ms (Views: 1.2ms | ActiveRecord: 18.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:49:11 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:49:19 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.5ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (8.4ms) KepplerFrontend::View Load (1.4ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (25.0ms) PublicActivity::Activity Exists (1.3ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.2ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) KepplerFrontend::View Load (0.9ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (22.8ms) Rendered public_activity/layout/_create.html.haml (7.7ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (147.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (218.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (607.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (10.4ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (71.7ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (47.4ms) Completed 200 OK in 1052ms (Views: 986.3ms | ActiveRecord: 25.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:49:20 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:49:20 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:49:20 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:49:20 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 36ms (Views: 0.9ms | ActiveRecord: 7.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:49:21 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:57:48 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.3ms) 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 (0.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.2ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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::CallbackFunction Load (1.2ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.9ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.8ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (37.5ms) PublicActivity::Activity Exists (0.9ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (41.1ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (42.8ms) Rendered public_activity/layout/_create.html.haml (7.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (197.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (306.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (539.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (26.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (67.7ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (4.6ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.7ms) Rendered admin/layouts/_git_info.html.haml (41.1ms) Completed 200 OK in 1090ms (Views: 1008.0ms | ActiveRecord: 24.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:57:49 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:57:50 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:57:50 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:57:50 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (2.4ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (1.4ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (2.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (3.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 73ms (Views: 1.5ms | ActiveRecord: 21.8ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:57:51 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:58:23 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.1ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (13.1ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (37.9ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.6ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (27.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (19.1ms) Rendered public_activity/layout/_create.html.haml (6.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (143.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (266.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (679.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (41.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (79.0ms) Rendered admin/layouts/_messages.html.haml (4.3ms) Rendered admin/layouts/_preloader.html.haml (4.4ms) Rendered admin/layouts/_footer.html.haml (2.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (36.7ms) Completed 200 OK in 1192ms (Views: 1127.6ms | ActiveRecord: 18.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:58:25 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:58:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:58:26 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:58:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.1ms) 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 (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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (8.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (4.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::CallbackFunction Load (1.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 71ms (Views: 2.2ms | ActiveRecord: 30.1ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:58:26 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 10:59:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (0.6ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.5ms) PublicActivity::Activity Exists (0.5ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.7ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (20.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (21.8ms) Rendered public_activity/layout/_create.html.haml (6.5ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (145.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (205.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (594.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (63.1ms) Rendered admin/layouts/_messages.html.haml (2.3ms) Rendered admin/layouts/_preloader.html.haml (6.8ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (29.9ms) Completed 200 OK in 993ms (Views: 949.8ms | ActiveRecord: 12.9ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 10:59:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 10:59:01 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 10:59:01 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 10:59:01 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (6.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 63ms (Views: 1.3ms | ActiveRecord: 18.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 10:59:02 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:01:33 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 (1.1ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.8ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (18.9ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (20.4ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) KepplerFrontend::View Load (0.4ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (20.6ms) Rendered public_activity/layout/_create.html.haml (6.8ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (2.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (142.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (205.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1135.8ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (43.7ms) Rendered admin/layouts/_sidebar.html.haml (36.7ms) Completed 500 Internal Server Error in 1476ms (ActiveRecord: 12.1ms) TypeError - no implicit conversion of Symbol into Integer: app/views/admin/layouts/_sidebar.html.haml:9:in `block in _app_views_admin_layouts__sidebar_html_haml___765397319898774932_70246219674700' app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml___765397319898774932_70246219674700' Started POST "/__better_errors/eae923473d66d1b9/variables" for 127.0.0.1 at 2019-01-24 11:01:35 -0400 KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:01:46 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.4ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (41.5ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (20.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (20.1ms) Rendered public_activity/layout/_create.html.haml (8.6ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (131.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (245.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (722.3ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.7ms) Rendered admin/layouts/_sidebar.html.haml (20.8ms) Completed 500 Internal Server Error in 1064ms (ActiveRecord: 14.5ms) NoMethodError - undefined method `[]' for nil:NilClass: app/views/admin/layouts/_sidebar.html.haml:9:in `block in _app_views_admin_layouts__sidebar_html_haml___765397319898774932_70246297770080' app/views/admin/layouts/_sidebar.html.haml:8:in `_app_views_admin_layouts__sidebar_html_haml___765397319898774932_70246297770080' Started POST "/__better_errors/95df924cbac207fa/variables" for 127.0.0.1 at 2019-01-24 11:01:47 -0400 KepplerFrontend::View Load (6.2ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE KepplerFrontend::View Load (0.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:01:56 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.2ms) 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 (1.6ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.6ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.1ms) KepplerFrontend::View Load (1.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (25.1ms) PublicActivity::Activity Exists (2.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (4.0ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.3ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (22.3ms) Rendered public_activity/layout/_create.html.haml (5.3ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (151.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (227.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (498.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (37.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (62.4ms) Rendered admin/layouts/_messages.html.haml (2.7ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.7ms) Rendered admin/layouts/_keppler_boolean_script.haml (3.2ms) Rendered admin/layouts/_git_info.html.haml (37.1ms) Completed 200 OK in 942ms (Views: 882.6ms | ActiveRecord: 25.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:01:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:01:59 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:01:59 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:01:59 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) 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]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 1.7ms | ActiveRecord: 8.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:01:59 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:02:14 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.6ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (12.9ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.8ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (2.8ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (41.5ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (44.6ms) Rendered public_activity/layout/_create.html.haml (13.1ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (212.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (317.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (531.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.3ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (66.7ms) Rendered admin/layouts/_messages.html.haml (3.8ms) Rendered admin/layouts/_preloader.html.haml (6.9ms) Rendered admin/layouts/_footer.html.haml (3.2ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.0ms) Rendered admin/layouts/_git_info.html.haml (40.4ms) Completed 200 OK in 1080ms (Views: 1012.2ms | ActiveRecord: 20.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:02:15 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:02:16 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:02:16 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:02:16 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.5ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 0.7ms | ActiveRecord: 7.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:02:17 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:02:24 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) 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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (3.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (9.2ms) KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (26.3ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (20.8ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (22.4ms) Rendered public_activity/layout/_create.html.haml (6.7ms) Rendered public_activity/layout/_create.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (141.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (223.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (996.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (60.9ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (1.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (146.9ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (12.7ms) Rendered admin/layouts/_footer.html.haml (7.3ms) Rendered admin/layouts/_keppler_boolean_script.haml (7.1ms) Rendered admin/layouts/_git_info.html.haml (40.0ms) Completed 200 OK in 1579ms (Views: 1529.3ms | ActiveRecord: 21.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:02:25 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:02:26 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:02:26 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:02:26 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 35ms (Views: 1.1ms | ActiveRecord: 9.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:02:26 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:02:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.7ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (0.9ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.1ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (6.1ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.7ms) PublicActivity::Activity Exists (4.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (3.2ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (19.2ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) KepplerFrontend::View Load (0.6ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (23.9ms) Rendered public_activity/layout/_create.html.haml (10.5ms) Rendered public_activity/layout/_create.html.haml (1.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (6.5ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_destroy.html.haml (2.2ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (182.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (253.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (615.7ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (95.9ms) Rendered admin/layouts/_messages.html.haml (4.7ms) Rendered admin/layouts/_preloader.html.haml (11.2ms) Rendered admin/layouts/_footer.html.haml (1.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.4ms) Rendered admin/layouts/_git_info.html.haml (51.0ms) Completed 200 OK in 1136ms (Views: 1078.1ms | ActiveRecord: 24.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:02:40 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:02:41 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:02:41 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:02:41 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (3.3ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (1.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (2.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (10.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (2.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::CallbackFunction Load (1.1ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (3.9ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.3ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 106ms (Views: 3.4ms | ActiveRecord: 30.0ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:02:43 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:03:04 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.7ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (6.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 (1.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (2.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.8ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.2ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (23.0ms) PublicActivity::Activity Exists (0.6ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (22.6ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (21.8ms) Rendered public_activity/layout/_create.html.haml (7.8ms) Rendered public_activity/layout/_create.html.haml (1.3ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_create.html.haml (2.0ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (152.1ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (216.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (509.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (22.0ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.8ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (65.9ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.9ms) Rendered admin/layouts/_footer.html.haml (2.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (30.5ms) Completed 200 OK in 953ms (Views: 874.4ms | ActiveRecord: 27.7ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:03:05 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:03:05 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:03:05 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:03:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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 (0.9ms) 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 (1.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.1ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 68ms (Views: 1.6ms | ActiveRecord: 14.7ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:03:06 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:05:05 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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 [["setting_id", "1"]] SocialAccount Load (0.5ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Completed 500 Internal Server Error in 68776ms (ActiveRecord: 17.8ms) SystemExit - exit: (byebug):1:in `set_sidebar' app/controllers/application_controller.rb:80:in `set_sidebar' Started POST "/__better_errors/2a3d7ba471afca89/variables" for 127.0.0.1 at 2019-01-24 11:06:15 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:06:39 -0400  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.0ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (1.8ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] Completed 500 Internal Server Error in 521870ms (ActiveRecord: 20.5ms) SystemExit - exit: (byebug):1:in `set_sidebar' app/controllers/application_controller.rb:89:in `set_sidebar' Started POST "/__better_errors/490dec51bda37913/variables" for 127.0.0.1 at 2019-01-24 11:15:22 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:15:46 -0400  (3.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (3.2ms) 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.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (1.2ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.7ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (25.8ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.4ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (21.4ms) Rendered public_activity/layout/_create.html.haml (6.2ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (183.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (284.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (29959.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (75.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (279.1ms) Rendered admin/layouts/_messages.html.haml (3.6ms) Rendered admin/layouts/_preloader.html.haml (5.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.8ms) Rendered admin/layouts/_git_info.html.haml (33.5ms) Completed 200 OK in 31265ms (Views: 30659.9ms | ActiveRecord: 79.2ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:16:26 -0400  (6.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.2ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.1ms) 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::CallbackFunction Load (2.9ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.8ms) KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (22.6ms) PublicActivity::Activity Exists (3.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (21.2ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) KepplerFrontend::View Load (0.7ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (20.2ms) Rendered public_activity/layout/_create.html.haml (9.0ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (8.3ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (170.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (233.3ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2762.2ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (30.4ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (251.5ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (5.2ms) Rendered admin/layouts/_footer.html.haml (3.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (54.8ms) Completed 200 OK in 3783ms (Views: 3357.5ms | ActiveRecord: 92.3ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:16:31 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:16:31 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:16:31 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:16:31 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.8ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.5ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.4ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 40ms (Views: 1.0ms | ActiveRecord: 9.6ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:16:32 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-24 11:42:43 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (1.2ms) 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.6ms) 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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (1.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (1.3ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.4ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (11.5ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (36.2ms) PublicActivity::Activity Exists (1.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.4ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (40.3ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) KepplerFrontend::View Load (0.8ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (45.6ms) Rendered public_activity/layout/_create.html.haml (14.9ms) Rendered public_activity/layout/_create.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.3ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (227.5ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (334.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (1058.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (39.2ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (174.5ms) Rendered admin/layouts/_messages.html.haml (3.1ms) Rendered admin/layouts/_preloader.html.haml (6.7ms) Rendered admin/layouts/_footer.html.haml (3.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (5.1ms) Rendered admin/layouts/_git_info.html.haml (63.5ms) Completed 200 OK in 2056ms (Views: 1708.0ms | ActiveRecord: 63.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-24 11:42:46 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-24 11:42:47 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (0.6ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.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.5ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.8ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.8ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 56ms (Views: 1.4ms | ActiveRecord: 11.4ms) Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-24 11:42:47 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-24 11:42:47 -0400 Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-24 11:42:48 -0400 Started GET "/" for 127.0.0.1 at 2019-01-25 08:45:12 -0400  (32.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by KepplerFrontend::App::FrontendController#keppler as HTML Setting Load (36.5ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (49.1ms) SELECT "appearances".* FROM "appearances" WHERE "appearances"."setting_id" = $1 [["setting_id", "1"]] SocialAccount Load (35.3ms) SELECT "social_accounts".* FROM "social_accounts" WHERE "social_accounts"."setting_id" = $1 [["setting_id", 1]] KepplerLanguages::Language Load (19.3ms) 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]] SmtpSetting Load (42.3ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] KepplerLanguages::Language Load (1.1ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" WHERE "keppler_languages_languages"."active" = $1 ORDER BY "keppler_languages_languages"."id" ASC LIMIT $2 [["active", true], ["LIMIT", 1]] MetaTag Load (1.6ms) SELECT "meta_tags".* FROM "meta_tags" WHERE "meta_tags"."url" = $1 LIMIT $2 [["url", "localhost:3000/"], ["LIMIT", 1]] Script Load (38.6ms) SELECT "scripts".* FROM "scripts" Rendering rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application Rendered app/layouts/_meta_tags.html.haml (26.5ms) Rendered app/layouts/_google_analytics.html.haml (3.5ms) Rendered admin/layouts/_git_info.html.haml (6284.7ms) Rendered app/layouts/_head.html.haml (26073.2ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/app/frontend/keppler.html.haml within layouts/keppler_frontend/app/layouts/application (26279.5ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_meta_tags.html.haml (20.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_google_analytics.html.haml (7.0ms) Rendered rockets/keppler_frontend/app/views/layouts/keppler_frontend/app/layouts/_head.html.haml (2342.7ms) Completed 200 OK in 32711ms (Views: 28810.6ms | ActiveRecord: 365.4ms) Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for 127.0.0.1 at 2019-01-25 08:45:51 -0400 Started GET "/assets/app/application.self-6e07dafc35f9ad8f8626d9e47d25a78ca1ab18f1d07909cb179b4c7251e70e05.css?body=1" for 127.0.0.1 at 2019-01-25 08:45:51 -0400 Started GET "/assets/bootstrap.self-b38817c3e3a3049abb1fc08dd6ae448b23330f8453226efdb074710209474f75.js?body=1" for 127.0.0.1 at 2019-01-25 08:45:51 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-25 08:45:52 -0400 Started GET "/admin" for 127.0.0.1 at 2019-01-25 08:45:54 -0400 Processing by Admin::AdminController#root as HTML Setting Load (3.3ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (1.8ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 26ms (ActiveRecord: 7.5ms) Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-25 08:45:55 -0400 Processing by Devise::SessionsController#new as HTML Setting Load (4.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (2.7ms) 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 (1.0ms) SELECT "keppler_languages_languages".* FROM "keppler_languages_languages" Appearance Load (2.1ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] SmtpSetting Load (5.2ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.7ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (46.3ms) Rendered admin/layouts/_head.html.haml (3559.9ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.7ms) Rendered admin/layouts/_git_info.html.haml (32.4ms) Completed 200 OK in 3900ms (Views: 3721.3ms | ActiveRecord: 32.9ms) Started GET "/admin" for 127.0.0.1 at 2019-01-25 08:45:59 -0400 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Completed 401 Unauthorized in 11ms (ActiveRecord: 2.4ms) Started GET "/users/sign_in" for 127.0.0.1 at 2019-01-25 08:45:59 -0400 Processing by Devise::SessionsController#new 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.6ms) 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]] SmtpSetting Load (0.4ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendering devise/sessions/new.html.haml within admin/layouts/application Rendered devise/sessions/new.html.haml within admin/layouts/application (17.2ms) Rendered admin/layouts/_head.html.haml (576.5ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.6ms) Rendered admin/layouts/_git_info.html.haml (35.9ms) Completed 200 OK in 658ms (Views: 645.0ms | ActiveRecord: 3.1ms) Started GET "/assets/admin/application.self-e1851e759888f930abad04ce83f5f4b09c0d9575ad9f035caf7b8bd153ce2693.css?body=1" for 127.0.0.1 at 2019-01-25 08:46:00 -0400 Started GET "/assets/ckeditor/ckeditor.self-5627b7c5975c03aa8c738623a75f40df11e006c51dad749183c4ced4ea4906a1.js?body=1" for 127.0.0.1 at 2019-01-25 08:46:00 -0400 Started GET "/assets/dist/vue.self-15c2aa2cbeae74a0a82f727ef8ac94f5d810949f6b9a9dcbb1c9c407f812fe15.js?body=1" for 127.0.0.1 at 2019-01-25 08:46:00 -0400 Started GET "/assets/admin/codemirror/codemirror.self-aa4ac1fc6803c67a2bbc0bbac269344f38ec923757f882cab30ad4ee94752778.js?body=1" for 127.0.0.1 at 2019-01-25 08:46:00 -0400 Started GET "/assets/admin/bootstrap-file-input/fileinput.self-fdceeec95d06c95822ae0ddb4409716620ea17a0131deeb93b0ca651f6bd7b9a.js?body=1" for 127.0.0.1 at 2019-01-25 08:46:00 -0400 Started GET "/assets/admin/profile-menu.jpg" for 127.0.0.1 at 2019-01-25 08:46:01 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-25 08:46:02 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-25 08:46:02 -0400 Started POST "/users/sign_in" for 127.0.0.1 at 2019-01-25 08:47:41 -0400 Processing by Devise::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"zG4hX3Eol2TsfYesFsWKFAbqE7GM3zhx0fi+NM1RHziXRuqms2J3QhH5vj0X6bm+QXhWLaaFQExLepM/GkTYpQ==", "user"=>{"email"=>"admin@keppleradmin.com", "password"=>"[FILTERED]"}, "commit"=>"Log in"}  (0.4ms) BEGIN  (0.3ms) ROLLBACK 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 (1.0ms) 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.5ms) 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]] CACHE SmtpSetting Load (0.1ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (39.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "admin@keppleradmin.com"], ["LIMIT", 1]]  (0.3ms) BEGIN User Update (31.2ms) UPDATE "users" SET "current_sign_in_at" = $1, "last_sign_in_at" = $2, "sign_in_count" = $3, "updated_at" = $4 WHERE "users"."id" = $5 [["current_sign_in_at", "2019-01-25 12:47:41.661832"], ["last_sign_in_at", "2019-01-22 12:45:06.744603"], ["sign_in_count", 3], ["updated_at", "2019-01-25 12:47:41.663137"], ["id", 1]] PublicActivity::Activity Create (215.5ms) INSERT INTO "activities" ("trackable_type", "trackable_id", "owner_type", "owner_id", "key", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["trackable_type", "User"], ["trackable_id", 1], ["owner_type", "User"], ["owner_id", 1], ["key", "user.update"], ["created_at", "2019-01-25 12:47:41.730157"], ["updated_at", "2019-01-25 12:47:41.730157"]]  (37.1ms) COMMIT Redirected to http://localhost:3000/admin Completed 302 Found in 858ms (ActiveRecord: 331.2ms) Started GET "/admin" for 127.0.0.1 at 2019-01-25 08:47:42 -0400 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) 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", 1], ["LIMIT", 1]] Role Load (60.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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/dashboard Completed 302 Found in 156ms (ActiveRecord: 100.1ms) Started GET "/admin/dashboard" for 127.0.0.1 at 2019-01-25 08:47:42 -0400 Processing by KepplerGaDashboard::Admin::DashboardController#analytics 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.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.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Role Load (0.5ms) SELECT "roles".* FROM "roles" 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", 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]] Rendering rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] GoogleAnalyticsSetting Load (139.6ms) SELECT "google_analytics_settings".* FROM "google_analytics_settings" WHERE "google_analytics_settings"."setting_id" = $1 [["setting_id", 1]] Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/dashboard/analytics.html.haml within keppler_ga_dashboard/admin/layouts/application (354.5ms) Rendered rockets/keppler_ga_dashboard/app/views/keppler_ga_dashboard/admin/layouts/_head.html.haml (518.1ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (24.1ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (30.9ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (720.9ms) Rendered admin/layouts/_messages.html.haml (3.4ms) Rendered admin/layouts/_preloader.html.haml (8.4ms) Rendered admin/layouts/_footer.html.haml (2.4ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.9ms) Rendered admin/layouts/_git_info.html.haml (33.3ms) Completed 200 OK in 3655ms (Views: 1658.0ms | ActiveRecord: 182.9ms) Started GET "/assets/keppler_ga_dashboard/view-selector2.js?body=1" for 127.0.0.1 at 2019-01-25 08:47:48 -0400 Started GET "/assets/keppler_ga_dashboard/date-range-selector.self.js?body=1" for 127.0.0.1 at 2019-01-25 08:47:48 -0400 Started GET "/assets/keppler_ga_dashboard/active-users.self.js?body=1" for 127.0.0.1 at 2019-01-25 08:47:48 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-25 08:47:48 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-25 08:47:48 -0400 Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-25 08:48:00 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (51.6ms) 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::CallbackFunction Load (21.4ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (16.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (1.2ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (24.8ms) KepplerFrontend::View Load (1.0ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (77.9ms) PublicActivity::Activity Exists (42.0ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (8.3ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (47.9ms) Rendered public_activity/layout/_destroy.html.haml (0.7ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (62.8ms) Rendered public_activity/layout/_create.html.haml (11.9ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (2.3ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (2.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_create.html.haml (1.1ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (346.7ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (1554.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (579.6ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (50.5ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.1ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE 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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (87.0ms) Rendered admin/layouts/_messages.html.haml (5.1ms) Rendered admin/layouts/_preloader.html.haml (5.1ms) Rendered admin/layouts/_footer.html.haml (1.8ms) Rendered admin/layouts/_keppler_boolean_script.haml (4.9ms) Rendered admin/layouts/_git_info.html.haml (34.2ms) Completed 200 OK in 2670ms (Views: 2316.7ms | ActiveRecord: 166.6ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-25 08:48:03 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-25 08:48:03 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} 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.9ms) 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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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", 1], ["LIMIT", 1]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (1.0ms) 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::CallbackFunction Load (0.6ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.5ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 71ms (Views: 0.8ms | ActiveRecord: 11.4ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-25 08:49:36 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as HTML Setting Load (0.9ms) 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" Appearance Load (0.6ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (0.7ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (7.9ms) KepplerFrontend::View Load (0.8ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (43.6ms) PublicActivity::Activity Exists (0.7ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (1.1ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (25.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) KepplerFrontend::View Load (1.0ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (39.6ms) Rendered public_activity/layout/_create.html.haml (11.0ms) Rendered public_activity/layout/_create.html.haml (1.4ms) Rendered public_activity/layout/_destroy.html.haml (1.0ms) Rendered public_activity/layout/_destroy.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.5ms) Rendered public_activity/layout/_update.html.haml (1.6ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (2.0ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.7ms) Rendered public_activity/layout/_update.html.haml (1.1ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (0.9ms) Rendered public_activity/layout/_create.html.haml (1.5ms) Rendered public_activity/layout/_destroy.html.haml (0.9ms) Rendered public_activity/layout/_destroy.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.2ms) Rendered public_activity/layout/_update.html.haml (1.0ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (185.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (278.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (679.9ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (21.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.5ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (69.3ms) Rendered admin/layouts/_messages.html.haml (2.4ms) Rendered admin/layouts/_preloader.html.haml (5.3ms) Rendered admin/layouts/_footer.html.haml (2.0ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.3ms) Rendered admin/layouts/_git_info.html.haml (26.9ms) Completed 200 OK in 1148ms (Views: 1103.2ms | ActiveRecord: 16.0ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-25 08:49:38 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-25 08:49:38 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-25 08:49:38 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-25 08:49:38 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.3ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.7ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (0.9ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 39ms (Views: 1.3ms | ActiveRecord: 10.3ms) Started GET "/assets/admin/favicon-8502ac8dee08af63f06b51ba4bfe7d73ad822453cd728df71ea061669dfda46d.png" for 127.0.0.1 at 2019-01-25 08:49:38 -0400 Started POST "/admin/settings/lang/es" for 127.0.0.1 at 2019-01-25 09:36:50 -0400 Processing by Admin::SettingsController#change_locale as HTML Parameters: {"authenticity_token"=>"uq9qYrhd9PAzNUx3y6oQgdmvsjhYCulQfCQOWonjnHyaQuRP959MH9NHPpU7+oL/qeG6bzU3XI/J6xbnEGeCBQ==", "locale"=>"es"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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" Appearance Load (0.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 1], ["LIMIT", 1]] Role Load (1.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]] CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]]  (0.3ms) BEGIN Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."id" = $1 [["id", 1]] Appearance Update (0.6ms) UPDATE "appearances" SET "language" = $1, "updated_at" = $2 WHERE "appearances"."id" = $3 [["language", "es"], ["updated_at", "2019-01-25 13:36:51.229867"], ["id", 1]]  (97.9ms) COMMIT Appearance Load (0.8ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Redirected to http://localhost:3000/admin/frontend/views Completed 302 Found in 246ms (ActiveRecord: 108.0ms) Started GET "/admin/frontend/views" for 127.0.0.1 at 2019-01-25 09:36:51 -0400 Processing by KepplerFrontend::Admin::ViewsController#index 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.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.4ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."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", 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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] 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::CallbackFunction Load (1.0ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.6ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" Rendering rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application  (2.5ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] CACHE Role Load (0.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]] CACHE (0.0ms) SELECT COUNT(*) FROM (SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3) subquery_for_count [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered admin/layouts/_listing_preloader.haml (4.5ms) KepplerFrontend::View Load (0.7ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_listing.html.haml (17.7ms) PublicActivity::Activity Exists (1.1ms) SELECT 1 AS one FROM "activities" WHERE "activities"."trackable_type" = $1 LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 1]] PublicActivity::Activity Load (0.9ms) SELECT "activities".* FROM "activities" WHERE "activities"."trackable_type" = $1 ORDER BY created_at desc LIMIT $2 [["trackable_type", "KepplerFrontend::View"], ["LIMIT", 50]] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 [["id", 1]] Rendered public_activity/layout/_destroy.html.haml (17.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) KepplerFrontend::View Load (0.5ms) SELECT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."id" IN ($1, $2, $3, $4, $5, $6) [["id", 1073], ["id", 1072], ["id", 7], ["id", 6], ["id", 5], ["id", 4]] Rendered public_activity/layout/_update.html.haml (17.4ms) Rendered public_activity/layout/_create.html.haml (6.7ms) Rendered public_activity/layout/_create.html.haml (0.5ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.3ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.9ms) Rendered public_activity/layout/_update.html.haml (1.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.3ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.8ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.5ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_create.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_destroy.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.6ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered public_activity/layout/_update.html.haml (0.4ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/_description.html.haml (108.0ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/views/index.html.haml within keppler_frontend/admin/layouts/application (210.9ms) Rendered rockets/keppler_frontend/app/views/keppler_frontend/admin/layouts/_head.html.haml (2974.0ms) CACHE Appearance Load (0.0ms) SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT $1 [["LIMIT", 1]] Rendered admin/layouts/_navigation.html.haml (34.8ms) CACHE Role Load (0.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]] CACHE Role Load (0.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]] Permission Load (0.7ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Permission Load (0.0ms) SELECT "permissions".* FROM "permissions" WHERE "permissions"."role_id" = $1 [["role_id", 1]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] CACHE Role Load (0.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]] Rendered admin/layouts/_sidebar.html.haml (45.3ms) Rendered admin/layouts/_messages.html.haml (2.5ms) Rendered admin/layouts/_preloader.html.haml (4.0ms) Rendered admin/layouts/_footer.html.haml (1.6ms) Rendered admin/layouts/_keppler_boolean_script.haml (2.1ms) Rendered admin/layouts/_git_info.html.haml (1339.3ms) Completed 200 OK in 4789ms (Views: 4691.4ms | ActiveRecord: 14.4ms) Started GET "/assets/vue_admin/index.js" for 127.0.0.1 at 2019-01-25 09:36:58 -0400 Started GET "/assetsadmin/fonts-and-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0" for 127.0.0.1 at 2019-01-25 09:36:58 -0400 Started GET "/assets/admin/fonts-and-icons/fonts/boxicons.woff2" for 127.0.0.1 at 2019-01-25 09:36:58 -0400 Started GET "/admin/frontend/views/page/1.json" for 127.0.0.1 at 2019-01-25 09:36:58 -0400 Processing by KepplerFrontend::Admin::ViewsController#index as JSON Parameters: {"page"=>"1"} Setting Load (1.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] Appearance Load (0.9ms) 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.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]] CACHE Appearance Load (0.0ms) 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]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE SmtpSetting Load (0.0ms) SELECT "smtp_settings".* FROM "smtp_settings" ORDER BY "smtp_settings"."id" ASC LIMIT $1 [["LIMIT", 1]] User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL AND "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["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]] CACHE Setting Load (0.0ms) SELECT "settings".* FROM "settings" ORDER BY "settings"."id" ASC LIMIT $1 [["LIMIT", 1]] CACHE Role Load (0.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]] KepplerFrontend::View Load (0.9ms) 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::CallbackFunction Load (0.7ms) SELECT "keppler_frontend_callback_functions".* FROM "keppler_frontend_callback_functions" WHERE "keppler_frontend_callback_functions"."name" = $1 ORDER BY "keppler_frontend_callback_functions"."id" ASC LIMIT $2 [["name", "user_authenticate"], ["LIMIT", 1]]  (0.5ms) SELECT COUNT(DISTINCT "keppler_frontend_views"."id") FROM "keppler_frontend_views" KepplerFrontend::View Load (1.1ms) SELECT DISTINCT "keppler_frontend_views".* FROM "keppler_frontend_views" WHERE "keppler_frontend_views"."name" != $1 ORDER BY "keppler_frontend_views"."position" ASC LIMIT $2 OFFSET $3 [["name", "keppler"], ["LIMIT", 10], ["OFFSET", 0]] Completed 200 OK in 38ms (Views: 0.8ms | ActiveRecord: 11.9ms)